Skip to content

Commit

Permalink
Merge pull request #23 from boesing/feature/php81
Browse files Browse the repository at this point in the history
PHP 8.1 support
  • Loading branch information
boesing committed Sep 14, 2021
2 parents a6b59d1 + f509b57 commit 2b4df31
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 118 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-cache": "^3.0"
},
"provide": {
Expand All @@ -19,7 +19,6 @@
"laminas/laminas-cache-storage-adapter-test": "2.0.x-dev",
"laminas/laminas-coding-standard": "~2.3.0",
"psalm/plugin-phpunit": "^0.16.1",
"squizlabs/php_codesniffer": "^3.5.8",
"vimeo/psalm": "^4.9"
},
"config": {
Expand Down

0 comments on commit 2b4df31

Please sign in to comment.