Install phan/phpstan local
This commit is contained in:
21
vendor/microsoft/tolerant-php-parser/composer.json
vendored
Normal file
21
vendor/microsoft/tolerant-php-parser/composer.json
vendored
Normal 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/"] }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user