32 lines
759 B
JSON
32 lines
759 B
JSON
{
|
|
"name": "yosymfony/parser-utils",
|
|
"description": "Parser utilities",
|
|
"type": "library",
|
|
"keywords": ["parser", "lexer"],
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Puertas",
|
|
"email": "vpgugr@gmail.com",
|
|
"homepage": "http://yosymfony.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Yosymfony\\ParserUtils\\": "src/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
}
|
|
}
|