Skip to content

Commit 698a8b2

Browse files
committed
Sort packages in composer.json
1 parent b6058fd commit 698a8b2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"type": "library",
44
"description": "Script for the comparing of current code coverage with baseline.",
55
"license": "MIT",
6-
"keywords": ["phpunit", "clover", "baseline"],
6+
"keywords": [
7+
"phpunit",
8+
"clover",
9+
"baseline"
10+
],
711
"autoload": {
812
"psr-4": {
913
"Aeliot\\PHPUnitCodeCoverageBaseline\\": "src/"
@@ -21,19 +25,20 @@
2125
"config": {
2226
"allow-plugins": {
2327
"phpstan/extension-installer": true
24-
}
28+
},
29+
"sort-packages": true
2530
},
2631
"require": {
2732
"php": "^7.4|^8.0",
28-
"ext-simplexml": "*",
29-
"ext-json": "*"
33+
"ext-json": "*",
34+
"ext-simplexml": "*"
3035
},
3136
"require-dev": {
32-
"phpunit/phpunit": "^9.5",
3337
"dg/bypass-finals": "^1.4",
38+
"phpstan/extension-installer": "^1.2",
3439
"phpstan/phpstan": "^1.9",
3540
"phpstan/phpstan-phpunit": "^1.3",
36-
"phpstan/extension-installer": "^1.2"
41+
"phpunit/phpunit": "^9.5"
3742
},
3843
"scripts": {
3944
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)