|
18 | 18 | "doctrine/inflector": "^1.0",
|
19 | 19 | "psr/cache": "^1.0",
|
20 | 20 | "psr/container": "^1.0",
|
21 |
| - "symfony/http-foundation": "^3.3", |
22 |
| - "symfony/http-kernel": "^3.3", |
23 |
| - "symfony/property-access": "^2.8 || ^3.0", |
24 |
| - "symfony/property-info": "^3.3", |
25 |
| - "symfony/serializer": "^3.3", |
| 21 | + "symfony/http-foundation": "^3.3 || ^4.0", |
| 22 | + "symfony/http-kernel": "^3.3 || ^4.0", |
| 23 | + "symfony/property-access": "^2.8 || ^3.0 || ^4.0", |
| 24 | + "symfony/property-info": "^3.3 || ^4.0", |
| 25 | + "symfony/serializer": "^3.3 || ^4.0", |
26 | 26 | "willdurand/negotiation": "^2.0.3"
|
27 | 27 | },
|
28 | 28 | "require-dev": {
|
|
43 | 43 | "phpdocumentor/type-resolver": "^0.2",
|
44 | 44 | "phpunit/phpunit": "^5.6.8",
|
45 | 45 | "psr/log": "^1.0",
|
46 |
| - "sensio/framework-extra-bundle": "^3.0.11", |
47 |
| - "symfony/asset": "^3.3", |
48 |
| - "symfony/cache": "^3.3", |
49 |
| - "symfony/config": "^3.3", |
50 |
| - "symfony/console": "^3.3", |
51 |
| - "symfony/debug": "^2.8 || ^3.0", |
52 |
| - "symfony/dependency-injection": "^3.3", |
53 |
| - "symfony/doctrine-bridge": "^2.8 || ^3.0", |
54 |
| - "symfony/event-dispatcher": "^3.3", |
55 |
| - "symfony/expression-language": "^2.8 || ^3.0", |
56 |
| - "symfony/finder": "^3.3", |
57 |
| - "symfony/form": "^3.3", |
58 |
| - "symfony/framework-bundle": "^3.3", |
59 |
| - "symfony/phpunit-bridge": "^2.7 || ^3.0", |
60 |
| - "symfony/routing": "^3.3", |
61 |
| - "symfony/security": "^3.0", |
62 |
| - "symfony/security-bundle": "^3.0", |
63 |
| - "symfony/twig-bundle": "^3.1", |
64 |
| - "symfony/validator": "^3.3", |
65 |
| - "symfony/yaml": "^3.3" |
| 46 | + "sensio/framework-extra-bundle": "^3.0.11 || ^4.0", |
| 47 | + "symfony/asset": "^3.3 || ^4.0", |
| 48 | + "symfony/cache": "^3.3 || ^4.0", |
| 49 | + "symfony/config": "^3.3 || ^4.0", |
| 50 | + "symfony/console": "^3.3 || ^4.0", |
| 51 | + "symfony/debug": "^2.8 || ^3.0 || ^4.0", |
| 52 | + "symfony/dependency-injection": "^3.3 || ^4.0", |
| 53 | + "symfony/doctrine-bridge": "^2.8 || ^3.0 || ^4.0", |
| 54 | + "symfony/event-dispatcher": "^3.3 || ^4.0", |
| 55 | + "symfony/expression-language": "^2.8 || ^3.0 || ^4.0", |
| 56 | + "symfony/finder": "^3.3 || ^4.0", |
| 57 | + "symfony/form": "^3.3 || ^4.0", |
| 58 | + "symfony/framework-bundle": "^3.3 || ^4.0", |
| 59 | + "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0", |
| 60 | + "symfony/routing": "^3.3 || ^4.0", |
| 61 | + "symfony/security": "^3.0 || ^4.0", |
| 62 | + "symfony/security-bundle": "^3.0 || ^4.0", |
| 63 | + "symfony/twig-bundle": "^3.1 || ^4.0", |
| 64 | + "symfony/validator": "^3.3 || ^4.0", |
| 65 | + "symfony/yaml": "^3.3 || ^4.0" |
66 | 66 | },
|
67 | 67 | "suggest": {
|
68 | 68 | "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.",
|
|
0 commit comments