Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Remove broken composer provide rule (#803)
Browse files Browse the repository at this point in the history
This package does not provide the definition for the PSR interfaces.

Providing the wrong package while also requiring it creates issues with Composer 2, because the solver will consider that installing psr/http-message is not necessary as it is already provided.
  • Loading branch information
stof authored Jan 10, 2021
1 parent dfd1a9d commit 9ec6c35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Viserio/Component/Profiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"viserio/support": "^1.0@dev"
},
"provide": {
"psr/http-message": "^1.0.0",
"psr/http-message-implementation": "^1.0",
"psr/log-implementation": "^1.0"
},
Expand Down

0 comments on commit 9ec6c35

Please sign in to comment.