Improve code, fix filesystem test failing after first run
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user