We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042fdd commit af92469Copy full SHA for af92469
composer.json
@@ -8,14 +8,15 @@
8
"rector/rector": "^1.0"
9
},
10
"require-dev": {
11
- "phpunit/phpunit": "^10.5",
+ "nikic/php-parser": "^4.18",
12
+ "phpstan/extension-installer": "^1.3",
13
"phpstan/phpstan": "^1.10",
- "symplify/phpstan-rules": "^12.4",
14
+ "phpstan/phpstan-strict-rules": "^1.5",
15
+ "phpstan/phpstan-webmozart-assert": "^1.2",
16
+ "phpunit/phpunit": "^10.5",
17
"symplify/phpstan-extensions": "^11.4",
18
+ "symplify/phpstan-rules": "^12.4",
19
"symplify/rule-doc-generator": "^12.1",
- "phpstan/extension-installer": "^1.3",
- "phpstan/phpstan-webmozart-assert": "^1.2",
- "phpstan/phpstan-strict-rules": "^1.5",
20
"tightenco/duster": "^2.7"
21
22
"autoload": {
0 commit comments