We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe6681 + 2aafdaf commit 7c697caCopy full SHA for 7c697ca
composer.json
@@ -28,7 +28,7 @@
28
"require-dev": {
29
"phpunit/phpunit": "^4.0|^5.0",
30
"cache/cache": "dev-master",
31
- "symfony/cache": "dev-master",
+ "symfony/cache": "^3.1",
32
"tedivm/stash": "dev-master"
33
},
34
"autoload": {
src/CachePoolTest.php
@@ -549,7 +549,7 @@ public function testExpiresAfterWithNull()
549
550
$item = $this->cache->getItem('key');
551
$item->set('value');
552
- $item->expiresAt(null);
+ $item->expiresAfter(null);
553
$this->cache->save($item);
554
555
0 commit comments