Skip to content

Commit e808627

Browse files
committed
Add conflict with deprecated package
1 parent 931a649 commit e808627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
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)