mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-23 06:12:09 +01:00
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"name": "phpstan/phpdoc-parser",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "~7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"PHPStan\\PhpDocParser\\": ["src/"]}
|
|
}
|
|
}
|