Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GuzzleHttp/guzzle dependency from ^6.5 to ^7.0 #5

Merged
merged 2 commits into from
Jul 16, 2020
Merged

Update GuzzleHttp/guzzle dependency from ^6.5 to ^7.0 #5

merged 2 commits into from
Jul 16, 2020

Conversation

Abouhassane
Copy link

No description provided.

composer.json Outdated
@@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^7.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to support both versions? Guessing a lot of people will still be on 6.x

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can do that, the same you did to illuminate/notification and illuminate\support:

"illuminate/notifications": "~5.5 || ~6.0 || ~7.0"
"illuminate/support": "~5.5 || ~6.0 || ~7.0"

Would you like me to make another pull request of that?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, just update the PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tob0t Tob0t merged commit 939778a into laravel-notification-channels:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants