Skip to content

Commit e0569cb

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
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/adapter-common": "^1.1",
3333
"cache/tag-interop": "^1.0",
3434
"defuse/php-encryption": "^2.0",
3535
"psr/cache": "^1.0 || ^2.0"
3636
},
3737
"require-dev": {
3838
"cache/filesystem-adapter": "^1.0",
39-
"cache/integration-tests": "^0.16",
40-
"phpunit/phpunit": "^5.7.21"
39+
"cache/integration-tests": "^0.17",
40+
"phpunit/phpunit": "^7.5.20 || ^9.5.10"
4141
},
4242
"minimum-stability": "dev",
4343
"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)