Skip to content

Commit

Permalink
Explicit psr/http-message version to avoid issues with Slim/Psr7
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 27, 2024
1 parent c657f26 commit 319f58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"php": ">=8.1",
"league/oauth2-server": "^8.4",
"hassankhan/config": "^3.1",
"defuse/php-encryption": "^2.4"
"defuse/php-encryption": "^2.4",
"psr/http-message": "1.1"
},
"config": {
"optimize-autoloader": true
Expand Down

0 comments on commit 319f58b

Please sign in to comment.