Skip to content

Commit 523b93d

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 e6f5ed8 commit 523b93d

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
"require-dev": {
2626
"phpunit/phpunit": "^4.0 || ^5.1",
27-
"cache/integration-tests": "^0.14"
27+
"cache/integration-tests": "^0.16"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)