xarxaprod-wp-theme/vendor/wp-cli/mustangostang-spyc/composer.json

27 lines
659 B
JSON

{
"name": "wp-cli/mustangostang-spyc",
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
"type": "library",
"homepage": "https://github.com/mustangostang/spyc/",
"authors" : [{
"name": "mustangostang",
"email": "vlad.andersen@gmail.com"
}],
"license": "MIT",
"require": {
"php": ">=5.3.1"
},
"autoload": {
"psr-4": { "Mustangostang\\": "src/" },
"files": [ "includes/functions.php" ]
},
"require-dev": {
"phpunit/phpunit": "4.3.*@dev"
},
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
}
}