Skip to content

Commit 06c8bd8

Browse files
authored
Merge pull request #8 from http-interop/conflict-http-middleware
Add conflict with deprecated package
2 parents 931a649 + e808627 commit 06c8bd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"php": ">=7.0",
2323
"psr/http-message": "^1.0"
2424
},
25+
"conflict": {
26+
"http-interop/http-middleware": ">=0.5"
27+
},
2528
"autoload": {
2629
"psr-4": {
2730
"Interop\\Http\\Server\\": "src/"

0 commit comments

Comments
 (0)