Skip to content

Commit

Permalink
feature: support for PHP 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Aug 8, 2021
1 parent 032f9c7 commit f6dca8b
Show file tree
Hide file tree
Showing 7 changed files with 733 additions and 310 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3"
"php": "^7.3 || ~8.0.0"
},
"conflict": {
"laminas/laminas-cache": "<2.10"
Expand All @@ -18,10 +18,10 @@
},
"require-dev": {
"laminas/laminas-cache": "^2.10",
"laminas/laminas-cache-storage-adapter-test": "^1.0.2",
"laminas/laminas-cache-storage-adapter-test": "^1.1",
"laminas/laminas-coding-standard": "~1.0.0",
"squizlabs/php_codesniffer": "^2.7",
"phpunit/phpunit": "^7.5.20"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^2.7"
},
"suggest": {
"ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter"
Expand Down
Loading

0 comments on commit f6dca8b

Please sign in to comment.