We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f50c58 commit 48e6f39Copy full SHA for 48e6f39
composer.json
@@ -23,15 +23,15 @@
23
],
24
"homepage": "http://www.php-cache.com/en/latest/",
25
"require": {
26
- "php": "^5.6 || ^7.0 || ^8.0",
+ "php": "^7.1 || ^8.0",
27
"cache/adapter-common": "^1.0",
28
"league/flysystem": "^1.0",
29
"psr/cache": "^1.0 || ^2.0",
30
"psr/simple-cache": "^1.0"
31
},
32
"require-dev": {
33
- "cache/integration-tests": "^0.16",
34
- "phpunit/phpunit": "^5.7.21"
+ "cache/integration-tests": "^0.17",
+ "phpunit/phpunit": "^7.5.20 || ^9.5.10"
35
36
"provide": {
37
"psr/cache-implementation": "^1.0",
phpunit.xml.dist
@@ -8,7 +8,6 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
- syntaxCheck="false"
12
bootstrap="vendor/autoload.php"
13
>
14
<testsuites>
0 commit comments