Skip to content

Commit

Permalink
Merge pull request #164 from webmaster777/master
Browse files Browse the repository at this point in the history
provide PSR-17 implementation (composer)
  • Loading branch information
l0gicgate committed Aug 5, 2020
2 parents ac68ae9 + 0b51cf4 commit 5b19133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"squizlabs/php_codesniffer": "^3.5"
},
"provide": {
"psr/http-message-implementation": "1.0"
"psr/http-message-implementation": "1.0",
"psr/http-factory-implementation": "1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5b19133

Please sign in to comment.