Skip to content

Commit

Permalink
Allow psr/http-message v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Hill committed Dec 4, 2024
1 parent 8db02de commit a019aff
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 @@ -26,10 +26,10 @@
}
],
"require": {
"php": ">=5.3.0",
"php": "^8.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"fig/http-message-util": "^1.1",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"react/event-loop": "^1.2",
"react/promise": "^3.2 || ^2.3 || ^1.2.1",
"react/socket": "^1.16",
Expand Down

0 comments on commit a019aff

Please sign in to comment.