Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Update composer.json for PHP 8.0.2 support #13

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

marispro
Copy link

@marispro marispro commented Feb 18, 2021

Previously I got error when tried to update dependencies on PHP 8 build

code-lts/laravel-fcm dev-main requires php ^5.5.9 || ^7.0 || 8.0 -> your php version (8.0.2) does not satisfy that requirement.

After fixing to ^8.0 update was successful (tried to do that on fork).
Tested on method FCM::sendTo() - works correctly.

Copy link
Member

@williamdes williamdes left a comment

Choose a reason for hiding this comment

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

Thank you for catching this typo !

@williamdes williamdes self-assigned this Feb 18, 2021
@williamdes williamdes added this to the 1.6.1 milestone Feb 18, 2021
williamdes added a commit that referenced this pull request Feb 18, 2021
@williamdes williamdes merged commit 32aa3f5 into code-lts:main Feb 18, 2021
@williamdes
Copy link
Member

@marispro let me know if you find anything else because I will tag a release in less than an hour :)

@marispro
Copy link
Author

@marispro let me know if you find anything else because I will tag a release in less than an hour :)

I don't have any more issues, looks everything good. Thanks for support!

@williamdes
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants