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

Commit 150a2af

Browse files
committed
Fix composer.json
1 parent 5d6d769 commit 150a2af

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
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"symfony/symfony": "^2.8 || 3.*",
23+
"symfony/symfony": ">2.8 || <3.1",
2424
"phpfastcache/phpfastcache": "v5.x-dev"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)