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

Support symfony/cache version 7 #213

Closed graphem closed 4 months ago

graphem commented 4 months ago

Describe the feature you would like to see

Hi! Thanks for the package!

Could we support symfony/cache version 7. Getting issue installing the package. Thank you!

kreait/laravel-firebase 5.6.0 requires symfony/cache ^6.1.2 -> found symfony/cache[v6.1.2, ..., v6.4.3] but the package is fixed to v7.0.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

jeromegamez commented 4 months ago

Could you please try if using the current main branch works in your project? If you can confirm, I'll create a new release. 🤞🏻

graphem commented 4 months ago

Confirmed! It works. Thanks a lot!

jeromegamez commented 4 months ago

Released with https://github.com/kreait/laravel-firebase/releases/tag/5.7.0 🥳