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

Commit 21f0112

Browse files
committed
Sort existing packages (except "php")
1 parent 576334c commit 21f0112

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"require": {
1414
"php": ">=5.5.9",
15-
"symfony/symfony": "3.3.x-dev",
16-
"doctrine/orm": "^2.5",
1715
"doctrine/doctrine-bundle": "^1.6",
1816
"doctrine/doctrine-cache-bundle": "^1.2",
19-
"symfony/swiftmailer-bundle": "^2.3.10",
20-
"symfony/monolog-bundle": "^3.0",
21-
"symfony/polyfill-apcu": "^1.0",
17+
"doctrine/orm": "^2.5",
18+
"incenteev/composer-parameter-handler": "^2.0",
2219
"sensio/distribution-bundle": "^5.0",
2320
"sensio/framework-extra-bundle": "^3.0.2",
24-
"incenteev/composer-parameter-handler": "^2.0"
21+
"symfony/monolog-bundle": "^3.0",
22+
"symfony/polyfill-apcu": "^1.0",
23+
"symfony/swiftmailer-bundle": "^2.3.10",
24+
"symfony/symfony": "3.3.x-dev"
2525
},
2626
"require-dev": {
2727
"sensio/generator-bundle": "^3.0",

0 commit comments

Comments
 (0)