Skip to content

Commit

Permalink
Merge pull request #57 from glo71317/php_8.3
Browse files Browse the repository at this point in the history
PHP 8.3 support added
  • Loading branch information
Ocramius committed Nov 8, 2023
2 parents ccd0ac8 + 8467119 commit caacfd2
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
"8.3": true
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^3.10.1"
},
Expand All @@ -41,7 +41,7 @@
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-filter": "^2.30",
"laminas/laminas-servicemanager": "^3.20",
"laminas/laminas-servicemanager": "^3.22",
"laminas/laminas-view": "^2.25",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
Loading

0 comments on commit caacfd2

Please sign in to comment.