|
13 | 13 | "require": { |
14 | 14 | "php": ">=5.3.9", |
15 | 15 | "phpmentors/domain-kata": "~1.4", |
16 | | - "symfony/config": "~2.7", |
17 | | - "symfony/dependency-injection": "~2.7", |
18 | | - "symfony/framework-bundle": "~2.7", |
19 | | - "symfony/http-kernel": "~2.7", |
20 | | - "symfony/routing": "~2.7" |
| 16 | + "symfony/config": "~2.8", |
| 17 | + "symfony/dependency-injection": "~2.8", |
| 18 | + "symfony/framework-bundle": "~2.8", |
| 19 | + "symfony/http-kernel": "~2.8", |
| 20 | + "symfony/routing": "~2.8" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | 23 | "phpunit/phpunit": "~4.0", |
24 | | - "symfony/asset": "~2.7", |
25 | | - "symfony/browser-kit": "~2.7", |
26 | | - "symfony/filesystem": "~2.7", |
27 | | - "symfony/http-foundation": "~2.7", |
28 | | - "symfony/twig-bridge": "~2.7", |
29 | | - "symfony/twig-bundle": "~2.7" |
| 24 | + "symfony/asset": "~2.8", |
| 25 | + "symfony/browser-kit": "~2.8", |
| 26 | + "symfony/filesystem": "~2.8", |
| 27 | + "symfony/http-foundation": "~2.8", |
| 28 | + "symfony/twig-bridge": "~2.8", |
| 29 | + "symfony/twig-bundle": "~2.8" |
30 | 30 | }, |
31 | 31 | "autoload": { |
32 | 32 | "psr-4": { |
|
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "suggest": { |
42 | | - "symfony/asset": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates", |
43 | | - "symfony/twig-bridge": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates", |
44 | | - "symfony/twig-bundle": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates" |
| 42 | + "symfony/asset": ">=2.8.0 provides transparent URL rewriting with the `asset()` function in Twig templates", |
| 43 | + "symfony/twig-bridge": ">=2.8.0 provides transparent URL rewriting with the `asset()` function in Twig templates", |
| 44 | + "symfony/twig-bundle": ">=2.8.0 provides transparent URL rewriting with the `asset()` function in Twig templates" |
45 | 45 | }, |
46 | 46 | "extra": { |
47 | 47 | "branch-alias": { |
|
0 commit comments