Skip to content

Commit

Permalink
Sort packages
Browse files Browse the repository at this point in the history
This should reduce conflicts and make diffs easier to read.
  • Loading branch information
greg0ire committed Jul 28, 2016
1 parent f6ff697 commit 7b62920
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions composer.json
Expand Up @@ -17,23 +17,22 @@
},
"require-dev": {
"doctrine/dbal": "^2.2",
"doctrine/orm": "^2.2",
"matthiasnoback/symfony-config-test": "^1.2.1 || ^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6 || ^1.0",
"propel/propel1": "^1.6",
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"symfony/dependency-injection": "^2.3 || ^3.0",
"symfony/http-foundation": "^2.3 || ^3.0",
"symfony/http-kernel": "^2.3 || ^3.0",
"symfony/routing": "^2.3 || ^3.0",
"symfony/property-access": "^2.3 || ^3.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"propel/propel1": "^1.6",
"sllh/php-cs-fixer-styleci-bridge": "^2.0"
"symfony/property-access": "^2.3 || ^3.0",
"symfony/routing": "^2.3 || ^3.0"
},
"suggest": {
"ext-curl": "*",
"symfony/routing": "^2.3 || ^3.0",
"propel/propel1": "^1.6",
"symfony/property-access": "^2.3 || ^3.0",
"propel/propel1": "^1.6"
"symfony/routing": "^2.3 || ^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -45,6 +44,9 @@
"Exporter\\Test\\": "test/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
Expand Down

0 comments on commit 7b62920

Please sign in to comment.