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

Commit 5d6d769

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"symfony/symfony": "^2.8|3.*",
23+
"symfony/symfony": "^2.8 || 3.*",
2424
"phpfastcache/phpfastcache": "v5.x-dev"
25-
2625
},
2726
"autoload": {
2827
"psr-4": { "phpFastCache\\Bundle\\": "" }

0 commit comments

Comments
 (0)