Skip to content

Commit 0e6e57b

Browse files
authored
Merge pull request #4 from localheinz/feature/sort-packages
Enhancement: Keep packages sorted in composer.json
2 parents cc60143 + a7b4b6e commit 0e6e57b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"require": {
1313
"php": "~7.1",
14-
"phpstan/phpstan": "^0.11",
15-
"nikic/php-parser": "^4.0"
14+
"nikic/php-parser": "^4.0",
15+
"phpstan/phpstan": "^0.11"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^3.0.1",
@@ -30,5 +30,8 @@
3030
},
3131
"autoload-dev": {
3232
"classmap": ["tests/"]
33+
},
34+
"config": {
35+
"sort-packages": true
3336
}
3437
}

0 commit comments

Comments
 (0)