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

Commit 311e437

Browse files
committed
Fix composer.json
1 parent 106a6ea commit 311e437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": ["cache", "phpfastcache", "symfony", "php", "bundle"],
66
"homepage": "http://www.phpfastcache.com",
77
"license": "MIT",
8+
"minimum-stability": "dev",
89
"authors": [
910
{
1011
"name": "Khoa Bui",
@@ -26,7 +27,7 @@
2627
}
2728
],
2829
"require": {
29-
"symfony/symfony": "3.0.*",
30+
"symfony/symfony": "^2.8|3.*",
3031
"phpfastcache/phpfastcache": "v5.x-dev"
3132
},
3233
"autoload": {

0 commit comments

Comments
 (0)