Skip to content

Commit 646265d

Browse files
committed
Support SF 3.3 and 3.4
1 parent 2e5ff1f commit 646265d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"require": {
1818
"php": "~7.0",
1919
"php-di/php-di": "~6.0",
20-
"symfony/dependency-injection": "^3.4",
21-
"symfony/http-kernel": "^3.4",
22-
"symfony/proxy-manager-bridge": "^3.4",
23-
"symfony/config": "^3.4"
20+
"symfony/dependency-injection": "~3.3",
21+
"symfony/http-kernel": "~3.3",
22+
"symfony/proxy-manager-bridge": "~3.3",
23+
"symfony/config": "~3.3"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^4.8",

0 commit comments

Comments
 (0)