Skip to content

Commit 14fad36

Browse files
authored
Drop PHP 5.6 + 7.0 (#257)
* Drop PHP 5.6 + 7.0 * Remove `syntaxCheck` * Add void
1 parent dcfbbf8 commit 14fad36

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
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
"psr/cache": "^1.0 || ^2.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^5.7.21"
31+
"phpunit/phpunit": "^7.5.20 || ^9.5.10"
3232
},
3333
"minimum-stability": "dev",
3434
"prefer-stable": true,

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
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)