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 12, 2023
1 parent 127de3d commit d710a9d
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"soap"
],
"ignore_php_platform_requirements": {
"8.2": true
"8.3": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-soap": "*",
"laminas/laminas-server": "^2.15",
Expand Down
Loading

0 comments on commit d710a9d

Please sign in to comment.