Skip to content

Commit

Permalink
Merge pull request #79 from glo71317/php8.3_support
Browse files Browse the repository at this point in the history
PHP 8.3 support added
  • Loading branch information
froschdesign authored Oct 11, 2023
2 parents 24e673e + 8b2c944 commit 669792b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"ignore_php_platform_requirements": {
"8.1": false,
"8.2": true
"8.2": false,
"8.3": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"extra": {
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.9",
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 669792b

Please sign in to comment.