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 ffba8ed commit cc3a703Copy full SHA for cc3a703
composer.json
@@ -7,13 +7,13 @@
7
},
8
"require-dev": {
9
"friendsofphp/php-cs-fixer": "^3.88.2",
10
- "phpunit/phpunit": "^12.4.1",
+ "phpstan/extension-installer": "^1.4.3",
11
"phpstan/phpstan": "^2.1.31",
12
"phpstan/phpstan-deprecation-rules": "^2.0.3",
13
"phpstan/phpstan-strict-rules": "^2.0.7",
14
- "rector/rector": "^2.2.3",
15
- "roave/security-advisories": "dev-latest",
16
- "phpstan/extension-installer": "^1.4.3"
+ "phpunit/phpunit": "^12.4.1",
+ "rector/rector": "^2.2",
+ "roave/security-advisories": "dev-latest"
17
18
"autoload": {
19
"psr-4": {
@@ -43,6 +43,7 @@
43
"config": {
44
"allow-plugins": {
45
"phpstan/extension-installer": true
46
- }
+ },
47
+ "sort-packages": true
48
}
49
0 commit comments