Skip to content

Commit

Permalink
Merge pull request #2 from stof/patch-1
Browse files Browse the repository at this point in the history
Fix the composer provide rule
  • Loading branch information
levidurfee authored Oct 22, 2020
2 parents 1c4233b + 56fdfd7 commit 6fd7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"provide": {
"psr/http-factory": "1.0.0"
"psr/http-factory-implementation": "1.0.0"
},
"require": {
"psr/http-factory": "^1.0",
Expand Down

0 comments on commit 6fd7d2e

Please sign in to comment.