Skip to content

Commit

Permalink
Merge pull request #23 from ghostwriter/feature/php-8.2-support
Browse files Browse the repository at this point in the history
Feature: Support PHP 8.2
  • Loading branch information
Ocramius committed Nov 16, 2022
2 parents bbed258 + 8591fe5 commit 1a223dc
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 262 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -34,7 +34,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-permissions-rbac": "^3.0",
"mezzio/mezzio-authorization": "^1.0",
"mezzio/mezzio-router": "^3.0",
Expand Down
Loading

0 comments on commit 1a223dc

Please sign in to comment.