Skip to content

Commit

Permalink
Adding support to guzzle 6.x in order to be compatible with laravel 6…
Browse files Browse the repository at this point in the history
… first versions
  • Loading branch information
leopoletto committed Jan 3, 2021
1 parent 9d2c14a commit 9b85e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ composer require nncodes/laravel-meeting

The package will automatically register itself.

You can use the `meeting:install` command to publish the migrations and use `--config` if you also want toublish the config file.
You can use the `meeting:install` command to publish the migrations and use `--config` if you also want to publish the config file.

```bash
php artisan meeting:install --config
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.2.5|^7.3|^8.0",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"nncodes/laravel-meta-attributes": "^2.0"
},
Expand Down

0 comments on commit 9b85e9a

Please sign in to comment.