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