Skip to content

Commit

Permalink
Add service provider, HttpRequest generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed Sep 28, 2019
1 parent c204f1f commit 09980f8
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 765 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"suggest": {
"illuminate/database": "Allows to send request with data from model",
"illuminate/pipeline": "Allows to send response data through pipelines",
"illuminate/container": "Required to use pipelines"
"illuminate/container": "Required to use pipelines",
"illuminate/console": "Required to create requests with artisan"
},
"autoload": {
"psr-4": {
Expand All @@ -21,7 +22,10 @@
"laravel": {
"aliases": {
"HttpClient": "Ivan770\\HttpClient\\HttpClient"
}
},
"providers": [
"Ivan770\\HttpClient\\ServiceProvider"
]
}
}
}
Loading

0 comments on commit 09980f8

Please sign in to comment.