Skip to content

Commit

Permalink
Merge pull request #18 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
gsteel authored Nov 16, 2022
2 parents 7967c94 + b2baed4 commit 143bf3c
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 242 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 @@ -26,7 +26,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -35,7 +35,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"mezzio/mezzio-session": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
Expand Down
Loading

0 comments on commit 143bf3c

Please sign in to comment.