We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfbbf8 commit 14fad36Copy full SHA for 14fad36
composer.json
@@ -23,12 +23,12 @@
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
"psr/cache": "^1.0 || ^2.0"
29
},
30
"require-dev": {
31
- "phpunit/phpunit": "^5.7.21"
+ "phpunit/phpunit": "^7.5.20 || ^9.5.10"
32
33
"minimum-stability": "dev",
34
"prefer-stable": true,
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