Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit b234581

Browse files
committed
Sort packages!
1 parent ae1aec7 commit b234581

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2020
},
2121
"require-dev": {
22+
"phpunit/phpunit": "^5.7||^6.0",
2223
"zendframework/zend-authentication": "^2.5",
2324
"zendframework/zend-cache": "^2.6.1",
25+
"zendframework/zend-coding-standard": "~1.0.0",
2426
"zendframework/zend-config": "^2.6",
2527
"zendframework/zend-console": "^2.6",
2628
"zendframework/zend-escaper": "^2.5",
@@ -39,9 +41,7 @@
3941
"zendframework/zend-serializer": "^2.6.1",
4042
"zendframework/zend-session": "^2.6.2",
4143
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
42-
"zendframework/zend-uri": "^2.5",
43-
"phpunit/phpunit": "^5.7||^6.0",
44-
"zendframework/zend-coding-standard": "~1.0.0"
44+
"zendframework/zend-uri": "^2.5"
4545
},
4646
"suggest": {
4747
"zendframework/zend-authentication": "Zend\\Authentication component",
@@ -60,6 +60,9 @@
6060
},
6161
"minimum-stability": "dev",
6262
"prefer-stable": true,
63+
"config": {
64+
"sort-packages": "true"
65+
},
6366
"extra": {
6467
"branch-alias": {
6568
"dev-master": "2.8-dev",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)