Skip to content

Commit

Permalink
fix PSR implementations unbound version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-netFantom committed Jul 21, 2023
1 parent b9b3b74 commit c07769c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"ext-mbstring": "*",
"php-http/discovery": "^1.19",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"psr/http-client-implementation": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "*",
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0 | ^2.0",
"psr/http-message-implementation": "*"
"psr/http-message-implementation": "^1.0 | ^2.0"
},
"require-dev": {
"nyholm/psr7": "^1.8",
Expand Down

0 comments on commit c07769c

Please sign in to comment.