Composer phpstan update 2.0
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
"php": ">=8.3"
|
"php": ">=8.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/phpstan": "^1.12",
|
"phpstan/phpstan": "^2.0",
|
||||||
"phan/phan": "^5.4",
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
||||||
"phpstan/extension-installer": "^1.4",
|
"phpstan/extension-installer": "^1.4",
|
||||||
|
"phan/phan": "^5.4",
|
||||||
"phpunit/phpunit": "^9",
|
"phpunit/phpunit": "^9",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.2",
|
|
||||||
"yamadashy/phpstan-friendly-formatter": "^1.1"
|
"yamadashy/phpstan-friendly-formatter": "^1.1"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
includes:
|
includes:
|
||||||
- phpstan-conditional.php
|
- phpstan-conditional.php
|
||||||
#- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon
|
#- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon
|
||||||
- phar://phpstan.phar/conf/bleedingEdge.neon
|
# - phar://phpstan.phar/conf/bleedingEdge.neon
|
||||||
parameters:
|
parameters:
|
||||||
tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs
|
tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs
|
||||||
#errorFormat: friendly
|
#errorFormat: friendly
|
||||||
|
|||||||
Reference in New Issue
Block a user