Skip to content

Commit 2c48e53

Browse files
authored
Drop PHP 5.6 + 7.0 (#257)
* Drop PHP 5.6 + 7.0 * Remove `syntaxCheck` * Add void
1 parent b91d9a4 commit 2c48e53

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
],
2929
"homepage": "http://www.php-cache.com/en/latest/",
3030
"require": {
31-
"php": "^5.6 || ^7.0 || ^8.0",
31+
"php": "^7.1 || ^8.0",
3232
"cache/tag-interop": "^1.0",
3333
"psr/cache": "^1.0 || ^2.0"
3434
},
3535
"require-dev": {
36-
"cache/integration-tests": "^0.16",
37-
"phpunit/phpunit": "^5.7.21",
36+
"cache/integration-tests": "^0.17",
37+
"phpunit/phpunit": "^7.5.20 || ^9.5.10",
3838
"symfony/cache": "^3.1"
3939
},
4040
"minimum-stability": "dev",

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)