Skip to content

Commit

Permalink
Add support for psr/http-message:^2.0 (fixes #245) (#248)
Browse files Browse the repository at this point in the history
* Upgrade psr/http-message
* Upgrade laminas/laminas-diactoros
  • Loading branch information
tuupola committed Oct 20, 2023
1 parent 0b184a8 commit bc86b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -23,7 +23,7 @@
"php": "^7.4|^8.0",
"psr/log": "^1.0|^2.0|^3.0",
"firebase/php-jwt": "^3.0|^4.0|^5.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"tuupola/http-factory": "^1.3",
"tuupola/callable-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
Expand All @@ -34,7 +34,7 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^7.0|^8.5.30|^9.0",
"equip/dispatch": "^2.0",
"laminas/laminas-diactoros": "^2.0"
"laminas/laminas-diactoros": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc86b65

Please sign in to comment.