Skip to content

Commit 82bac87

Browse files
authored
Added support for simple cache (#134)
* Added support for SimpleCache * Added tests * Bugfix with cloning * Style fix * Minor * Updated integration tests version * Bugfix * Allow same keys * cs
1 parent afbc230 commit 82bac87

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
@@ -33,7 +33,7 @@
3333
"phpunit/phpunit": "^4.0 || ^5.1",
3434
"cache/predis-adapter": "^0.5",
3535
"cache/array-adapter": "^0.5",
36-
"cache/integration-tests": "^0.14"
36+
"cache/integration-tests": "^0.16"
3737
},
3838
"provide": {
3939
"psr/cache-implementation": "^1.0"

0 commit comments

Comments
 (0)