We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42484 commit 6958ec1Copy full SHA for 6958ec1
composer.json
@@ -56,7 +56,7 @@
56
"nyholm/nsa": "^1.3",
57
"nyholm/psr7": "^1.8",
58
"nyholm/symfony-bundle-test": "^3.1",
59
- "phpstan/phpstan": "^1.9.2",
+ "phpstan/phpstan": "^2.1",
60
"psr/http-client": "^1.0",
61
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
62
"symfony/cache": "^6.4 || ^7.0 || ^8.0",
@@ -78,7 +78,8 @@
78
}
79
},
80
"scripts": {
81
- "test": "SYMFONY_DEPRECATIONS_HELPER=ignoreFile='./tests/baseline-ignore' vendor/bin/simple-phpunit --testsuite main"
+ "test": "SYMFONY_DEPRECATIONS_HELPER=ignoreFile='./tests/baseline-ignore' vendor/bin/simple-phpunit --testsuite main",
82
+ "phpstan": "vendor/bin/phpstan --memory-limit=1024m"
83
84
"config": {
85
"allow-plugins": {
0 commit comments