From 98a618f1cd23572a66e3f6018b2dfa5c3392fd72 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 17 Mar 2026 15:54:11 +0800 Subject: [PATCH] Add ext-yaml --- config/pkg/ext/ext-yaml.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/pkg/ext/ext-yaml.yml diff --git a/config/pkg/ext/ext-yaml.yml b/config/pkg/ext/ext-yaml.yml new file mode 100644 index 00000000..a60b6254 --- /dev/null +++ b/config/pkg/ext/ext-yaml.yml @@ -0,0 +1,16 @@ +ext-yaml: + type: php-extension + artifact: + source: + type: git + url: 'https://github.com/php/pecl-file_formats-yaml' + rev: php7 + extract: php-src/ext/yaml + metadata: + license-files: [LICENSE] + license: MIT + depends: + - libyaml + php-extension: + arg-type@unix: with-path + arg-type@windows: with