Skip to content

Commit

Permalink
Support for version 4.0 of laravel-firebase (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
dododedodonl and atymic authored Feb 15, 2022
1 parent b057be1 commit 11666ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "~5.6 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.6 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"kreait/laravel-firebase": "^1.3 || ^2.1 || ^3.0",
"kreait/laravel-firebase": "^1.3 || ^2.1 || ^3.0 || ^4.0",
"spatie/enum": "^2.3 || ^3.0"
},
"require-dev": {
Expand Down

1 comment on commit 11666ea

@ElviKr2
Copy link

@ElviKr2 ElviKr2 commented on 11666ea Mar 30, 2022

Choose a reason for hiding this comment

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

Hello I've updated laravel-notification-channels/fcm via composer now I have version 2.4.0, but kreait/laravel-firebase istills on version 2.4.0 and I got the Call to undefined function GuzzleHttp\Psr7\uri_for() error when send messages I tried to run composer update kreait/laravel-firebase but it doesn't work

Please sign in to comment.