Skip to content

Commit 524178d

Browse files
committed
Saving an expired value should be the same as removing that value (#49)
* Saving an expired value should be the same as removing that value * Updated tests version
1 parent e8f475e commit 524178d

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.9"
35+
"cache/integration-tests": "^0.10"
3636
},
3737
"provide": {
3838
"psr/cache-implementation": "^1.0"

0 commit comments

Comments
 (0)