Skip to content

Commit

Permalink
Merge pull request #42 from glo71317/php8.3_support
Browse files Browse the repository at this point in the history
PHP 8.3 support added
  • Loading branch information
Ocramius authored Oct 18, 2023
2 parents 127de3d + d710a9d commit 68fdb11
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 68fdb11

Please sign in to comment.