Skip to content

Commit 3344529

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 2fe714f commit 3344529

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
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^4.0 || ^5.1",
39-
"cache/integration-tests": "^0.14",
39+
"cache/integration-tests": "^0.16",
4040
"cache/array-adapter": "^0.5"
4141
},
4242
"autoload": {

0 commit comments

Comments
 (0)