diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d7c18ef --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "pecl/yaml", + "type": "php-ext", + "license": "MIT", + "description": "YAML-1.1 parser and emitter", + "require": { + "php": ">= 7.1.0", + "ext-date": "*" + }, + "php-ext": { + "extension-name": "yaml", + "configure-options": [ + { + "name": "with-yaml", + "description": "Enable LibYAML support. DIR is the path to LibYAML install prefix", + "needs-value": true + } + ] + } +}