Skip to content

Commit 312c215

Browse files
authored
Merge pull request #1 from stof/patch-1
Fix the composer provide rule
2 parents 6d8b90d + 8304e33 commit 312c215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"nyholm/psr7": "1.0.1"
2424
},
2525
"provide": {
26-
"psr/http-server-handler": "^1.0"
26+
"psr/http-server-handler-implementation": "1.0"
2727
}
2828
}

0 commit comments

Comments
 (0)