Skip to content

Commit ea14ee5

Browse files
committed
chore: normalise composer.json
1 parent 2a339cc commit ea14ee5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"symfony/security-core": "~2.6 || ~3.0 || ^4.0 || ^5.0"
2727
},
2828
"require-dev": {
29-
"symfony/dotenv": "~3.0 || ^4.0 || ^5.0"
29+
"symfony/dotenv": "~3.0 || ^4.0 || ^5.0"
30+
},
31+
"config": {
32+
"sort-packages": true
3033
},
3134
"autoload": {
3235
"psr-4": {

0 commit comments

Comments
 (0)