diff --git a/composer.json b/composer.json index a33ad77..003eac5 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "homepage": "http://www.php-cache.com/en/latest/", "require": { - "php": "^7.1 || ^8.0", + "php": ">=7.4", "psr/cache": "^1.0 || ^2.0", "psr/simple-cache": "^1.0" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 70ecda7..9f2b91f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,34 +1,22 @@ - - + + + + ./ + + + ./Tests + ./vendor + + ./Tests/ - benchmark - - - - ./ - - ./Tests - ./vendor - - -