|
33 | 33 | "behat/symfony2-extension": "^2.1.1",
|
34 | 34 | "behatch/contexts": "^3.1",
|
35 | 35 | "doctrine/annotations": "^1.2",
|
36 |
| - "doctrine/doctrine-bundle": "^1.8", |
| 36 | + "doctrine/doctrine-bundle": "^1.6.3", |
37 | 37 | "doctrine/orm": "^2.5.2",
|
38 |
| - "friendsofsymfony/user-bundle": "^2.1", |
| 38 | + "friendsofsymfony/user-bundle": "^2.0", |
39 | 39 | "guzzlehttp/guzzle": "^6.0",
|
40 | 40 | "justinrainbow/json-schema": "^5.0",
|
41 | 41 | "nelmio/api-doc-bundle": "^2.13.3",
|
|
44 | 44 | "phpdocumentor/type-resolver": "^0.2.1 || ^0.3 || 0.4",
|
45 | 45 | "phpunit/phpunit": "^6.1",
|
46 | 46 | "psr/log": "^1.0",
|
47 |
| - "ramsey/uuid": "^3.7", |
48 |
| - "ramsey/uuid-doctrine": "^1.4", |
49 | 47 | "sensio/framework-extra-bundle": "^3.0.11 || ^4.0",
|
50 | 48 | "symfony/asset": "^3.3 || ^4.0",
|
51 | 49 | "symfony/cache": "^3.3 || ^4.0",
|
52 |
| - "symfony/config": "^3.4 || ^4.0", |
53 |
| - "symfony/console": "^3.4 || ^4.0", |
| 50 | + "symfony/config": "^3.3 || ^4.0", |
| 51 | + "symfony/console": "^3.3 || ^4.0", |
54 | 52 | "symfony/debug": "^2.8 || ^3.0 || ^4.0",
|
55 |
| - "symfony/dependency-injection": "^3.4 || ^4.0", |
| 53 | + "symfony/dependency-injection": "^3.3 || ^4.0", |
56 | 54 | "symfony/doctrine-bridge": "^2.8.12 || ^3.0 || ^4.0",
|
57 |
| - "symfony/event-dispatcher": "^3.4 || ^4.0", |
| 55 | + "symfony/event-dispatcher": "^3.3 || ^4.0", |
58 | 56 | "symfony/expression-language": "^2.8 || ^3.0 || ^4.0",
|
59 | 57 | "symfony/finder": "^3.3 || ^4.0",
|
60 | 58 | "symfony/form": "^3.3 || ^4.0",
|
61 | 59 | "symfony/framework-bundle": "^3.3 || ^4.0",
|
62 | 60 | "symfony/phpunit-bridge": "^3.3 || ^4.0",
|
63 | 61 | "symfony/routing": "^3.3 || ^4.0",
|
64 | 62 | "symfony/security": "^3.0 || ^4.0",
|
65 |
| - "symfony/security-bundle": "^3.4 || ^4.0", |
66 |
| - "symfony/twig-bundle": "^3.4 || ^4.0", |
| 63 | + "symfony/security-bundle": "^3.0 || ^4.0", |
| 64 | + "symfony/twig-bundle": "^3.1 || ^4.0", |
67 | 65 | "symfony/validator": "^3.3 || ^4.0",
|
68 |
| - "symfony/web-profiler-bundle": "^3.3 || ^4.0", |
69 | 66 | "symfony/yaml": "^3.3 || ^4.0",
|
70 | 67 | "webonyx/graphql-php": "^0.11.5"
|
71 | 68 | },
|
72 | 69 | "conflict": {
|
73 |
| - "symfony/dependency-injection": "<3.4" |
| 70 | + "symfony/dependency-injection": "<3.3" |
74 | 71 | },
|
75 | 72 | "suggest": {
|
76 | 73 | "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
|
77 | 74 | "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
|
78 | 75 | "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
|
79 | 76 | "psr/cache-implementation": "To use metadata caching.",
|
80 |
| - "ramsey/uuid": "To support Ramsey's UUID identifiers.", |
81 | 77 | "symfony/cache": "To have metadata caching when using Symfony integration.",
|
82 | 78 | "symfony/config": "To load XML configuration files.",
|
83 | 79 | "symfony/expression-language": "To use authorization features.",
|
84 | 80 | "symfony/security": "To use authorization features.",
|
85 | 81 | "symfony/twig-bundle": "To use the Swagger UI integration.",
|
86 |
| - "symfony/web-profiler-bundle": "To use the data collector.", |
87 | 82 | "webonyx/graphql-php": "To support GraphQL."
|
88 | 83 | },
|
89 | 84 | "autoload": {
|
|
94 | 89 | },
|
95 | 90 | "extra": {
|
96 | 91 | "branch-alias": {
|
97 |
| - "dev-master": "2.3.x-dev" |
| 92 | + "dev-master": "2.2.x-dev" |
98 | 93 | }
|
99 | 94 | },
|
100 | 95 | "config": {
|
|
0 commit comments