Skip to content

Commit

Permalink
Allow installing laminas/laminas-diactoros:^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 15, 2024
1 parent 87b83d5 commit 5c6a356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.8.3",
"phpstan/phpstan": "^1.8",
"psr/http-server-middleware": "^1.0",
"symfony/stopwatch": "^4.0|^5.0|^6.0",
"tuupola/callable-handler": "^1.0"
},
"require-dev": {
"doctrine/dbal": "^2.0",
"equip/dispatch": "^2.0",
"laminas/laminas-diactoros": "^2.4",
"laminas/laminas-diactoros": "^2.4|^3.0",
"overtrue/phplint": "^0.2.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/http-message": "^1.0.1",
Expand Down

0 comments on commit 5c6a356

Please sign in to comment.