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

Commit 7e7da04

Browse files
committed
Updated symfony version constraint to prepare V3 bundle
1 parent 57533e5 commit 7e7da04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"require": {
3030
"php": "^5.6 || ^7.0",
31-
"symfony/symfony": "^3.1",
31+
"symfony/symfony": ">=3.1 <3.4",
3232
"phpFastCache/phpFastCache": "^6.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)