|
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 | "nelmio/api-doc-bundle": "^2.13.3",
|
|
73 | 73 | "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
|
74 | 74 | "psr/cache-implementation": "To use metadata caching.",
|
75 | 75 | "symfony/cache": "To have metadata caching when using Symfony integration.",
|
76 |
| - "symfony/expression-language": "To use authorization features.", |
77 | 76 | "symfony/config": "To load XML configuration files.",
|
| 77 | + "symfony/expression-language": "To use authorization features.", |
78 | 78 | "symfony/security": "To use authorization features.",
|
79 | 79 | "symfony/twig-bundle": "To use the Swagger UI integration."
|
80 | 80 | },
|
|
88 | 88 | "branch-alias": {
|
89 | 89 | "dev-master": "2.1.x-dev"
|
90 | 90 | }
|
| 91 | + }, |
| 92 | + "config": { |
| 93 | + "sort-packages": true |
91 | 94 | }
|
92 | 95 | }
|
0 commit comments