Dev install phpstan, phan and phplint
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
"phpunit/phpunit": "^9",
|
||||
"overtrue/phplint": "8.1.x-dev",
|
||||
"phpstan/phpstan": "1.10.x-dev",
|
||||
"phan/phan": "v5.x-dev"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user