Skip to content

Commit 5b89844

Browse files
committed
sort packages in composer.json
1 parent cf23bd7 commit 5b89844

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"require-dev": {
3232
"orchestra/testbench": "~3.2.0|~3.3.0|~3.4.0",
33-
"phpunit/phpunit": "~4.0|~5.0",
3433
"phpmd/phpmd": "^2.6",
35-
"squizlabs/php_codesniffer": "^2.7",
36-
"sebastian/phpcpd": "^3.0"
34+
"phpunit/phpunit": "~4.0|~5.0",
35+
"sebastian/phpcpd": "^3.0",
36+
"squizlabs/php_codesniffer": "^2.7"
3737
},
3838
"scripts": {
3939
"phpunit": "phpunit",
@@ -48,5 +48,10 @@
4848
"Melihovv\\LaravelEnvValidator\\ServiceProvider"
4949
]
5050
}
51+
},
52+
"config": {
53+
"preferred-install": "dist",
54+
"sort-packages": true,
55+
"optimize-autoloader": true
5156
}
5257
}

0 commit comments

Comments
 (0)