Skip to content

Commit

Permalink
Merge pull request #253 from Slamdunk/php_83
Browse files Browse the repository at this point in the history
Add PHP 8.3 support
  • Loading branch information
Slamdunk committed Nov 2, 2023
2 parents a622cc2 + 12928f9 commit 110e044
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
@@ -1,6 +1,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 @@ -8,7 +8,7 @@
"homepage": "https://laminas.dev",
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-iconv": "*",
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mime": "^2.11.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 110e044

Please sign in to comment.