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 a66c0af commit c978a4bCopy full SHA for c978a4b
composer.json
@@ -10,12 +10,12 @@
10
}
11
],
12
"require-dev": {
13
- "phpstan/phpstan": "1.7.15",
+ "phpstan/phpstan": "1.8.0",
14
"phpstan/phpstan-deprecation-rules": "1.0.0",
15
"phpstan/phpstan-phpunit": "1.1.1",
16
- "phpunit/phpunit": "9.5.21",
17
- "rector/rector": "0.13.6",
18
- "symplify/easy-coding-standard": "11.0.5",
+ "phpunit/phpunit": "^9.5.21",
+ "rector/rector": "^0.13.6",
+ "symplify/easy-coding-standard": "^11.0.5",
19
"ext-simplexml": "*"
20
},
21
"scripts": {
0 commit comments