Skip to content

Commit 6cd05c5

Browse files
committed
Update composer.json to enable symfony3
cause of request_stack usage instead of "isScopeActive" we need to enable symfony 2.7 as the latest lts version, 2.3 does not supprt the request_stack
1 parent 350d7c0 commit 6cd05c5

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"require": {
1515
"php": ">=5.3.2",
1616
"mjohnson/decoda": "6.*",
17-
"symfony/twig-bundle": "~2.0",
18-
"symfony/assetic-bundle": "~2.0",
19-
"symfony/config": "~2.0",
20-
"symfony/console": "~2.0",
21-
"symfony/dependency-injection": "~2.0",
22-
"symfony/framework-bundle": "~2.1",
23-
"symfony/http-foundation": "~2.1",
24-
"symfony/http-kernel": "~2.0",
25-
"symfony/process": "~2.0",
26-
"symfony/templating": "~2.0",
27-
"symfony/yaml": "~2.0",
28-
"sensio/distribution-bundle": ">=2.1"
17+
"symfony/twig-bundle": "~2.7|~3.0",
18+
"symfony/assetic-bundle": "~2.4",
19+
"symfony/config": "~2.7|~3.0",
20+
"symfony/console": "~2.7|~3.0",
21+
"symfony/dependency-injection": "~2.7|~3.0",
22+
"symfony/framework-bundle": "~2.7|~3.0",
23+
"symfony/http-foundation": "~2.7|~3.0",
24+
"symfony/http-kernel": "~2.7|~3.0",
25+
"symfony/process": "~2.7|~3.0",
26+
"symfony/templating": "~2.7|~3.0",
27+
"symfony/yaml": "~2.7|~3.0",
28+
"sensio/distribution-bundle": "~4.0|~5.0"
2929
},
3030
"require-dev": {
31-
"symfony/symfony": "~2.1",
31+
"symfony/symfony": "~2.7|~3.0",
3232
"satooshi/php-coveralls": "dev-master"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)