kreait / firebase-bundle

A Symfony Bundle for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
135 stars 25 forks source link

upgrade psr cache to 2.0 #36

Closed clemsg closed 2 years ago

jeromegamez commented 2 years ago

Thanks for bringing it up! While looking at it I noticed that the direct dependency to psr/cache is not needed in the bundle, so I removed the dependency completely with 7477452b5f0247ab5883fdf094926ea3fa05ef4c

(The underlying SDK already requires it, and it's provided by Symfony)

clemsg commented 2 years ago

Thanks for you quick reactivity ! I can upgrade my project right now