Skip to content

Commit 835e671

Browse files
authored
Merge pull request #308 from Geolim4/final
Updated composer.json version to be semver compliant
2 parents d42319a + f527a8d commit 835e671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"require": {
2323
"php": ">=5.5.0",
24-
"psr/cache": "1.0.x",
25-
"predis/predis": "1.0.x",
26-
"phpfastcache/phpssdb": "0.0.x",
24+
"psr/cache": "~1.0.0",
25+
"predis/predis": "~1.0.0",
26+
"phpfastcache/phpssdb": "~0.0.0",
2727
"ext-json": "*"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)