Skip to content

Commit a842687

Browse files
committed
change the version of symfony/* to ~2.8
1 parent 1a66470 commit a842687

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"require": {
1414
"php": ">=5.3.9",
1515
"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"
2121
},
2222
"require-dev": {
2323
"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"
3030
},
3131
"autoload": {
3232
"psr-4": {
@@ -39,9 +39,9 @@
3939
}
4040
},
4141
"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"
4545
},
4646
"extra": {
4747
"branch-alias": {

0 commit comments

Comments
 (0)