We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681373 commit b9d5864Copy full SHA for b9d5864
composer.json
@@ -42,13 +42,13 @@
42
"symfony/polyfill-php84": "^1.30"
43
},
44
"require-dev": {
45
- "phpunit/phpunit": "^7.5",
46
- "phpstan/phpstan": "^1.4",
47
"phpstan/extension-installer": "^1.1",
48
- "phpstan/phpstan-strict-rules": "^1.1",
+ "phpstan/phpstan": "^1.4",
49
"phpstan/phpstan-deprecation-rules": "^1.0",
50
- "symfony/var-dumper": "^4.4",
51
- "rector/rector": "^0.12.19"
+ "phpstan/phpstan-strict-rules": "^1.1",
+ "phpunit/phpunit": "^7.5",
+ "rector/rector": "^0.12.19",
+ "symfony/var-dumper": "^4.4"
52
53
"suggest": {
54
"phpstan/phpstan": "PHP Static Analyzer"
0 commit comments