Skip to content

Commit

Permalink
- Support for psr/http-message 2.x
Browse files Browse the repository at this point in the history
- Support for league/uri 7.x
  • Loading branch information
deegital committed Aug 10, 2023
1 parent bccdd3f commit 10dcd7e
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 @@ -24,9 +24,9 @@
"php": ">=7.2",
"ext-json": "*",
"devizzent/cebe-php-openapi": "^1.0",
"league/uri": "^6.3",
"league/uri": "^6.3 || ^7.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0",
"respect/validation": "^1.1.3 || ^2.0",
"riverline/multipart-parser": "^2.0.3",
Expand Down

0 comments on commit 10dcd7e

Please sign in to comment.