Skip to content

Commit 1da1ef3

Browse files
committed
Alphabetise require declarations.
We're using sort-packages so lets provide a sorted list to start with.
1 parent f1a4048 commit 1da1ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Project description",
66
"require": {
77
"php": "^7.0.8",
8-
"symfony/flex": "^1.0",
98
"symfony/console": "^3.3",
9+
"symfony/flex": "^1.0",
1010
"symfony/framework-bundle": "^3.3",
1111
"symfony/yaml": "^3.3"
1212
},

0 commit comments

Comments
 (0)