diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..500fa9f --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "php/yaml", + "type": "php-ext", + "license": "MIT", + "description": "YAML-1.1 parser and emitter", + "require": { + "php": ">= 7.1.0" + }, + "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 + } + ] + } +}