Skip to content

Commit 360b02f

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 0d9421b commit 360b02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
"symfony/cache": "^3.1"
4141
},
4242
"conflict": {

0 commit comments

Comments
 (0)