Skip to content

Commit

Permalink
allow php 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Nov 3, 2023
1 parent 1a5b1ad commit 880f4d0
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 70 deletions.
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.0": false,
"8.1": false,
"8.2": false
"8.3": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"fig/http-message-util": "^1.1.5",
"laminas/laminas-psr7bridge": "^1.0.0",
"laminas/laminas-router": "^3.10.0",
Expand All @@ -43,12 +43,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.25.2 || ^3.0.0",
"laminas/laminas-i18n": "^2.23",
"laminas/laminas-stratigility": "^3.10",
"phpunit/phpunit": "^10.1.3",
"laminas/laminas-diactoros": "^2.25.2 || ^3.3.0",
"laminas/laminas-i18n": "^2.23.1",
"laminas/laminas-stratigility": "^3.11",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.11"
"vimeo/psalm": "^5.15"
},
"autoload": {
"psr-4": {
Expand Down
122 changes: 61 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 880f4d0

Please sign in to comment.