|
4 | 4 | "description": "Allow content injection before the app send the response to the client.", |
5 | 5 | "type": "symfony-bundle", |
6 | 6 | "require": { |
7 | | - "php": ">=5.6.17", |
8 | | - "symfony/dependency-injection": "^3.3", |
9 | | - "symfony/config": "^3.3", |
10 | | - "symfony/http-kernel": "^3.3", |
| 7 | + "php": "^7.1.3", |
| 8 | + "symfony/dependency-injection": "^3.3|^4.2", |
| 9 | + "symfony/config": "^3.3|^4.2", |
| 10 | + "symfony/http-kernel": "^3.3|^4.2", |
11 | 11 | "twig/twig": "^1.0||^2.0", |
12 | | - "symfony/form": "^3.3", |
13 | | - "symfony/http-foundation": "^3.3", |
14 | | - "symfony/event-dispatcher": "^3.3" |
| 12 | + "symfony/form": "^3.3|^4.2", |
| 13 | + "symfony/http-foundation": "^3.3|^4.2", |
| 14 | + "symfony/event-dispatcher": "^3.3|^4.2" |
15 | 15 | }, |
16 | 16 | "require-dev": { |
17 | 17 | "phpunit/phpunit": "^4.8", |
18 | | - "symfony/framework-bundle": "^3.3", |
19 | | - "symfony/twig-bundle": "^3.3", |
20 | | - "symfony/translation": "^3.3", |
21 | | - "symfony/validator": "^3.3", |
22 | | - "symfony/asset": "^3.3", |
23 | | - "symfony/templating": "^3.3" |
| 18 | + "symfony/framework-bundle": "^3.3|^4.2", |
| 19 | + "symfony/twig-bundle": "^3.3|^4.2", |
| 20 | + "symfony/translation": "^3.3|^4.2", |
| 21 | + "symfony/validator": "^3.3|^4.2", |
| 22 | + "symfony/asset": "^3.3|^4.2", |
| 23 | + "symfony/templating": "^3.3|^4.2" |
24 | 24 | }, |
25 | 25 | "authors": [ |
26 | 26 | { |
|
0 commit comments