Improve code, fix filesystem test failing after first run

This commit is contained in:
2018-03-25 12:48:54 +02:00
parent 5b94961691
commit d992c767e8
12 changed files with 68 additions and 43 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "iqparts/cache",
"type": "library",
"description": "Simple cache library with Redis and Filesystem adapters.",
"license": "MIT",
"require": {
"predis/predis": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"phpstan/phpstan": "^0.9.1"
"phpunit/phpunit": "^6.3"
},
"autoload": {
"psr-4": {