Skip to content

Commit

Permalink
Merge pull request #205 from gsteel/support-php-8.3
Browse files Browse the repository at this point in the history
Support PHP 8.3
  • Loading branch information
Ocramius committed Sep 6, 2023
2 parents 66a31af + a4f2529 commit cec22e6
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 129 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13",
"psr/http-message": "^1.0.1 || ^2.0.0"
Expand All @@ -43,11 +43,11 @@
"laminas/laminas-i18n": "^2.23",
"laminas/laminas-session": "^2.16",
"laminas/laminas-uri": "^2.10.0",
"phpunit/phpunit": "^10.1.3",
"phpunit/phpunit": "^10.3.3",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-client": "^1.0.2",
"psr/http-factory": "^1.0.2",
"vimeo/psalm": "^5.12"
"vimeo/psalm": "^5.15"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
Expand Down
Loading

0 comments on commit cec22e6

Please sign in to comment.