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

Commit e7eba22

Browse files
committed
Updated composer.json - fixed sections order
1 parent 33565dc commit e7eba22

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
"zendframework",
1616
"zend-expressive"
1717
],
18-
"config": {
19-
"sort-packages": true
20-
},
21-
"extra": {
22-
"zf": {
23-
"config-provider": "Zend\\Expressive\\Hal\\ConfigProvider"
24-
}
25-
},
2618
"support": {
2719
"docs": "https://docs.zendframework.com/zend-expressive-hal/",
2820
"issues": "https://github.com/zendframework/zend-expressive-hal/issues",
@@ -65,6 +57,14 @@
6557
"ZendTest\\Expressive\\Hal\\": "test/"
6658
}
6759
},
60+
"config": {
61+
"sort-packages": true
62+
},
63+
"extra": {
64+
"zf": {
65+
"config-provider": "Zend\\Expressive\\Hal\\ConfigProvider"
66+
}
67+
},
6868
"scripts": {
6969
"check": [
7070
"@cs-check",

0 commit comments

Comments
 (0)