Skip to content

Commit 0c1de9c

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 1b68d6d commit 0c1de9c

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
@@ -35,7 +35,7 @@
3535
"phpunit/phpunit": "^4.0|^5.1",
3636
"cache/predis-adapter": "@stable",
3737
"cache/array-adapter": "@stable",
38-
"cache/integration-tests": "^0.9"
38+
"cache/integration-tests": "^0.10"
3939
},
4040
"provide": {
4141
"psr/cache-implementation": "^1.0"

0 commit comments

Comments
 (0)