Skip to content

Commit cc3a703

Browse files
committed
sort packages
1 parent ffba8ed commit cc3a703

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"require-dev": {
99
"friendsofphp/php-cs-fixer": "^3.88.2",
10-
"phpunit/phpunit": "^12.4.1",
10+
"phpstan/extension-installer": "^1.4.3",
1111
"phpstan/phpstan": "^2.1.31",
1212
"phpstan/phpstan-deprecation-rules": "^2.0.3",
1313
"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"
14+
"phpunit/phpunit": "^12.4.1",
15+
"rector/rector": "^2.2",
16+
"roave/security-advisories": "dev-latest"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -43,6 +43,7 @@
4343
"config": {
4444
"allow-plugins": {
4545
"phpstan/extension-installer": true
46-
}
46+
},
47+
"sort-packages": true
4748
}
4849
}

0 commit comments

Comments
 (0)