mirror of
https://github.com/YGGverse/parser-php.git
synced 2026-03-31 09:15:29 +00:00
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "yggverse/parser",
|
|
"description": "Parser toolkit written on PHP",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=10"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Parser\\": "src/"
|
|
}
|
|
}
|
|
}
|