|
32 | 32 | "behat/mink-extension": "^2.2",
|
33 | 33 | "behat/symfony2-extension": "^2.1.1",
|
34 | 34 | "behatch/contexts": "dev-master",
|
| 35 | + "doctrine/annotations": "^1.2", |
35 | 36 | "doctrine/doctrine-bundle": "^1.6.3",
|
36 | 37 | "doctrine/orm": "^2.5.2",
|
37 |
| - "doctrine/annotations": "^1.2", |
38 | 38 | "friendsofsymfony/user-bundle": "^2.0",
|
39 | 39 | "guzzlehttp/guzzle": "^6.0",
|
40 | 40 | "justinrainbow/json-schema": "^5.0",
|
|
75 | 75 | "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
|
76 | 76 | "psr/cache-implementation": "To use metadata caching.",
|
77 | 77 | "symfony/cache": "To have metadata caching when using Symfony integration.",
|
78 |
| - "symfony/expression-language": "To use authorization features.", |
79 | 78 | "symfony/config": "To load XML configuration files.",
|
| 79 | + "symfony/expression-language": "To use authorization features.", |
80 | 80 | "symfony/security": "To use authorization features.",
|
81 | 81 | "symfony/twig-bundle": "To use the Swagger UI integration.",
|
82 | 82 | "webonyx/graphql-php": "To support GraphQL."
|
|
91 | 91 | "branch-alias": {
|
92 | 92 | "dev-master": "2.2.x-dev"
|
93 | 93 | }
|
| 94 | + }, |
| 95 | + "config": { |
| 96 | + "sort-packages": true |
94 | 97 | }
|
95 | 98 | }
|
0 commit comments