Install phan/phpstan local

This commit is contained in:
Clemens Schwaighofer
2023-02-08 12:02:18 +09:00
parent 53eef03387
commit f94b350ba4
1166 changed files with 298568 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "microsoft/tolerant-php-parser",
"description": "Tolerant PHP-to-AST parser designed for IDE usage scenarios",
"type": "library",
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.15"
},
"license": "MIT",
"authors": [
{
"name": "Rob Lourens",
"email": "roblou@microsoft.com"
}
],
"autoload": {
"psr-4": { "Microsoft\\PhpParser\\": ["src/"] }
}
}