Skip to content

Commit

Permalink
Merge pull request #48 from boesing/feature/php-8.2
Browse files Browse the repository at this point in the history
Introduce support for PHP 8.2
  • Loading branch information
Ocramius committed Oct 7, 2022
2 parents 6c1d328 + 218dc83 commit 1981309
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1",
"mezzio/mezzio-router": "^3.1",
"psr/container": "^1.0 || ^2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1981309

Please sign in to comment.