Skip to content

Commit

Permalink
qa: require mezzio with at least 3.11 since the `RequestHandlerRunner…
Browse files Browse the repository at this point in the history
…Interface` is consumed in that version from within mezzio itself

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed May 8, 2023
1 parent f99c38d commit c954708
Show file tree
Hide file tree
Showing 7 changed files with 1,278 additions and 878 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"php": "~8.1.0",
"laminas/laminas-cli": "^1.4",
"laminas/laminas-httphandlerrunner": "^2.1",
"mezzio/mezzio": "^3.9",
"mezzio/mezzio": "^3.11",
"spiral/roadrunner": "^2.7"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-config-aggregator": "^1.7",
"laminas/laminas-diactoros": "^2.8",
"laminas/laminas-servicemanager": "^3.10",
"lctrs/psalm-psr-container-plugin": "^1.7",
"lctrs/psalm-psr-container-plugin": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "dev-master"
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c954708

Please sign in to comment.