Skip to content

Commit

Permalink
PHP 8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Oct 10, 2023
1 parent 625f2aa commit 5a29e73
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 216 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": true,
"8.2": true
"8.2": true,
"8.3": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-stdlib": "^3.17",
"psr/container": "^1.0"
},
Expand Down
Loading

0 comments on commit 5a29e73

Please sign in to comment.