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

Commit 9ec6c35

Browse files
authored
Remove broken composer provide rule (#803)
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.
1 parent dfd1a9d commit 9ec6c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Viserio/Component/Profiler/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"viserio/support": "^1.0@dev"
4141
},
4242
"provide": {
43-
"psr/http-message": "^1.0.0",
4443
"psr/http-message-implementation": "^1.0",
4544
"psr/log-implementation": "^1.0"
4645
},

0 commit comments

Comments
 (0)