We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d96028 commit b434f3eCopy full SHA for b434f3e
1 file changed
composer.json
@@ -11,13 +11,13 @@
11
],
12
"require": {
13
"php": "^7.4",
14
- "phpstan/phpstan": "^1.9"
+ "phpstan/phpstan": "^2.0"
15
},
16
"require-dev": {
17
"cakephp/cakephp": "^2.10.24",
18
- "phpstan/phpstan-phpunit": "^1.3",
19
- "phpunit/phpunit": "^9.6",
20
- "nunomaduro/phpinsights": "^2.7"
+ "nunomaduro/phpinsights": "^2.7",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.6"
21
22
"autoload": {
23
"psr-4": {
@@ -62,6 +62,7 @@
62
"config": {
63
"allow-plugins": {
64
"dealerdirect/phpcodesniffer-composer-installer": true
65
- }
+ },
66
+ "sort-packages": true
67
}
68
0 commit comments