Skip to content

Commit

Permalink
[Composer] Sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Dec 26, 2017
1 parent 337ffdf commit 1264b53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"behat/mink-extension": "^2.2",
"behat/symfony2-extension": "^2.1.1",
"behatch/contexts": "dev-master",
"doctrine/annotations": "^1.2",
"doctrine/doctrine-bundle": "^1.6.3",
"doctrine/orm": "^2.5.2",
"doctrine/annotations": "^1.2",
"friendsofsymfony/user-bundle": "^2.0",
"guzzlehttp/guzzle": "^6.0",
"justinrainbow/json-schema": "^5.0",
Expand Down Expand Up @@ -75,8 +75,8 @@
"phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.",
"symfony/cache": "To have metadata caching when using Symfony integration.",
"symfony/expression-language": "To use authorization features.",
"symfony/config": "To load XML configuration files.",
"symfony/expression-language": "To use authorization features.",
"symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.",
"webonyx/graphql-php": "To support GraphQL."
Expand All @@ -91,5 +91,8 @@
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 1264b53

Please sign in to comment.