Skip to content

Commit 58a3f01

Browse files
authored
Merge pull request #268 from donquixote/sort-packages
Sort packages in composer.json.
2 parents 19506ac + 2744cdd commit 58a3f01

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@
2525
"require": {
2626
"php": ">=8.1",
2727
"ext-curl": "*",
28-
"ext-simplexml": "*",
29-
"ext-mbstring": "*",
3028
"ext-json": "*",
29+
"ext-mbstring": "*",
30+
"ext-simplexml": "*",
3131
"marc-mabe/php-enum": "^v4.7.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^10.5",
34+
"bmitch/churn-php": "^1.7",
35+
"captainhook/captainhook": "^5.23",
36+
"captainhook/hook-installer": "^1.0",
3537
"fakerphp/faker": "^1.23",
3638
"friendsofphp/php-cs-fixer": "^3.54",
37-
"squizlabs/php_codesniffer": "^3.9",
3839
"nunomaduro/phpinsights": "^2.11",
39-
"bmitch/churn-php": "^1.7",
40-
"wapmorgan/php-deprecation-detector": "^2.0",
4140
"phpstan/phpstan": "^1.10",
41+
"phpunit/php-code-coverage": "^10.1",
42+
"phpunit/phpunit": "^10.5",
43+
"squizlabs/php_codesniffer": "^3.9",
4244
"tracy/tracy": "^2.10",
4345
"vlucas/phpdotenv": "^5.6",
44-
"phpunit/php-code-coverage": "^10.1",
45-
"captainhook/captainhook": "^5.23",
46-
"captainhook/hook-installer": "^1.0"
46+
"wapmorgan/php-deprecation-detector": "^2.0"
4747
},
4848
"scripts": {
4949
"code-check": "./vendor/bin/phpstan analyse",
@@ -71,6 +71,7 @@
7171
}
7272
},
7373
"config": {
74+
"sort-packages": true,
7475
"allow-plugins": {
7576
"dealerdirect/phpcodesniffer-composer-installer": true,
7677
"captainhook/captainhook-phar": true,

0 commit comments

Comments
 (0)