[Cache] Fixed tests.. again

This commit is contained in:
Nyholm 2020-10-25 18:31:25 +01:00 committed by Alexander M. Turek
parent 86211dee65
commit ac0e25e885
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Component\Cache\CacheItem;
use Symfony\Component\Cache\Tests\Fixtures\ExternalAdapter;
use Symfony\Component\Cache\Tests\Fixtures\PrunableAdapter;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Contracts\Cache\ItemInterface;
/**

View File

@ -36,6 +36,7 @@
"psr/simple-cache": "^1.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.1|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
"conflict": {