Update to PHP 8

This commit is contained in:
2021-04-10 12:45:25 +02:00
parent d992c767e8
commit 3d01196b0a
14 changed files with 69 additions and 52 deletions

View File

@@ -4,10 +4,11 @@
"description": "Simple cache library with Redis and Filesystem adapters.",
"license": "MIT",
"require": {
"php": "^8.0",
"predis/predis": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.3"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {