Skip to content

Commit

Permalink
Merge pull request #21 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 cbfb51f + 49d2826 commit 5364331
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 284 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +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 @@ -23,7 +23,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
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",
"laminas/laminas-escaper": "^2.5",
"league/plates": "^3.3",
"mezzio/mezzio-helpers": "^5.2",
Expand Down
Loading

0 comments on commit 5364331

Please sign in to comment.