Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 78c35ca

Browse files
committed
fix composer for symfony > 3.4
1 parent f3ecbf8 commit 78c35ca

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
@@ -4,23 +4,23 @@
44
"description": "Allow content injection before the app send the response to the client.",
55
"type": "symfony-bundle",
66
"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",
1111
"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"
1515
},
1616
"require-dev": {
1717
"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"
2424
},
2525
"authors": [
2626
{

0 commit comments

Comments
 (0)