We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0be3ff commit 127eeaeCopy full SHA for 127eeae
2 files changed
composer.json
@@ -17,14 +17,14 @@
17
],
18
"homepage": "http://www.php-cache.com/en/latest/",
19
"require": {
20
- "php": "^5.6 || ^7.0 || ^8.0",
+ "php": "^7.1 || ^8.0",
21
"cache/hierarchical-cache": "^0.4",
22
"psr/cache": "^1.0 || ^2.0",
23
"psr/simple-cache": "^1.0"
24
},
25
"require-dev": {
26
- "cache/integration-tests": "^0.16",
27
- "phpunit/phpunit": "^5.7.21"
+ "cache/integration-tests": "^0.17",
+ "phpunit/phpunit": "^7.5.20 || ^9.5.10"
28
29
"minimum-stability": "dev",
30
"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