Skip to content

Commit 3a204c9

Browse files
authored
Patch simple cache (#131)
* Added test and fixed minor bug * Added meta files * Added class comment * Updated integration test version * Require Symfony for testing * Require mockery
1 parent e5f94fa commit 3a204c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^4.0 || ^5.1",
35-
"cache/integration-tests": "^0.13"
35+
"cache/integration-tests": "^0.14"
3636
},
3737
"suggest": {
3838
"ext-redis": "The extension required to use this pool."

0 commit comments

Comments
 (0)