Skip to content

Commit c398c62

Browse files
authored
Test with Memcache on php7 (#83)
* Allow php7 I was surprised to see that it's not here yet. Assuming that the main repo has [php7 support already](https://github.com/php-cache/cache/blob/master/composer.json#L24), proposing to sync the change. * PR 73: remove adapter memcache * Fix
1 parent a89c7ea commit c398c62

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
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5",
27+
"php": "^5.5 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"cache/adapter-common": "^0.3",
3030
"cache/taggable-cache": "^0.4"

0 commit comments

Comments
 (0)