tolerant-php-parser/composer.json

18 строки
347 B
JSON

{
"name": "Microsoft/tolerant-php-parser",
"type": "library",
"require-dev": {
"phpunit/phpunit": "^5.5"
},
"license": "MIT",
"authors": [
{
"name": "Sara Itani",
"email": "sitani@microsoft.com"
}
],
"autoload": {
"psr-4": { "PhpParser\\": ["src/"] }
}
}