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 34ad7cf commit 21e0951Copy full SHA for 21e0951
1 file changed
composer.json
@@ -31,7 +31,7 @@
31
},
32
"scripts": {
33
"test": "phpunit",
34
- "check": "composer iphp-cs-fixer check",
+ "check": "php-cs-fixer check",
35
"fix": "php-cs-fixer fix",
36
"phpstan": "phpstan analyse -c phpstan.neon --memory-limit 1G",
37
"phpstan:baseline": "@phpstan --generate-baseline tests/phpstan-baseline.neon"
@@ -47,6 +47,7 @@
47
48
"require-dev": {
49
"friendsofphp/php-cs-fixer": "^3.68",
50
+ "phpstan/phpstan": "^2.1",
51
"phpunit/php-code-coverage": "^12.0",
52
"phpunit/phpunit": "^12.5"
53
0 commit comments