First commit

This commit is contained in:
Cody Cook 2024-04-29 19:04:51 -07:00
commit d5bb2f19fa
117 changed files with 68604 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"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"
}
}