Skip to content

Commit 48e6f39

Browse files
authored
Drop PHP 5.6 + 7.0 (#257)
* Drop PHP 5.6 + 7.0 * Remove `syntaxCheck` * Add void
1 parent 1f50c58 commit 48e6f39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
],
2424
"homepage": "http://www.php-cache.com/en/latest/",
2525
"require": {
26-
"php": "^5.6 || ^7.0 || ^8.0",
26+
"php": "^7.1 || ^8.0",
2727
"cache/adapter-common": "^1.0",
2828
"league/flysystem": "^1.0",
2929
"psr/cache": "^1.0 || ^2.0",
3030
"psr/simple-cache": "^1.0"
3131
},
3232
"require-dev": {
33-
"cache/integration-tests": "^0.16",
34-
"phpunit/phpunit": "^5.7.21"
33+
"cache/integration-tests": "^0.17",
34+
"phpunit/phpunit": "^7.5.20 || ^9.5.10"
3535
},
3636
"provide": {
3737
"psr/cache-implementation": "^1.0",

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="vendor/autoload.php"
1312
>
1413
<testsuites>

0 commit comments

Comments
 (0)