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 1, 2023
1 parent ebce70d commit d3e4508
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^3.1",
"mezzio/mezzio-router": "^3.14",
"nikic/fast-route": "^1.2",
"psr/container": "^1.0 || ^2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"fig/http-message-util": "^1.1.5",
"laminas/laminas-stdlib": "^3.18",
"mezzio/mezzio-router": "^3.17",
"nikic/fast-route": "^1.3",
"psr/container": "^1.0 || ^2.0.2",
"psr/http-message": "^1.0.1 || ^2.0.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-stratigility": "^3.9",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-stratigility": "^3.11",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.1.2",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.11"
"vimeo/psalm": "^5.15"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
56 changes: 28 additions & 28 deletions composer.lock

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

0 comments on commit d3e4508

Please sign in to comment.