kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
994 stars 163 forks source link

Need help installing package 3.1 with Lumen #94

Closed Ceebig closed 2 years ago

Ceebig commented 2 years ago

Good day, I am trying to install the package by running composer require kreait/laravel-firebase, however, this is the error I got and I would appreciate any help to fix it: `Problem 1

I am not sure if the issue is related to the Tymon/JWT pacakge I installed, the tymon/jwt-auth package version is 1.0.2

jeromegamez commented 2 years ago

You could try to do a composer require --with-all-dependencies kreait/laravel-firebase to see if that helps, but I think your assumption that it has to do with tymon/jwt-auth is correct.

You can read more about it, including a workaround at https://github.com/kreait/firebase-php/discussions/581

(First, require the SDK with the lower version constraint, afterwards require the package)