Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Add compatibilty for laravel(illuminate/support & illuminate/container )
Browse files Browse the repository at this point in the history
 5.8 & 6.0
  • Loading branch information
stephenjude committed Oct 2, 2019
1 parent f3d1e35 commit edb7180
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 146 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"php-http/discovery": "^1.6",
"php-http/client-common": "^2.0@dev",
"php-http/cache-plugin": "^1.6@dev",
"illuminate/support": "^5.7",
"illuminate/support": "^5.7|^5.8|^6.0",
"league/event": "^2.2",
"php-http/guzzle6-adapter": "*",
"illuminate/container": "^5.7"
"illuminate/container": "^5.7|^5.8|^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit edb7180

Please sign in to comment.