kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

Home Page:https://github.com/kreait/firebase-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support PHP8.3

augusl opened this issue · comments

Describe the feature you would like to see

Problem 1
- Root composer.json requires kreait/laravel-firebase ^5.2 -> satisfiable by kreait/laravel-firebase[5.2.0, 5.3.0, 5.4.0].
- kreait/laravel-firebase[5.2.0, ..., 5.4.0] require php ~8.1.0 || ~8.2.0 -> your php version (8.3.0) does not satisfy that requirement.

Please follow kreait/firebase-php#847 and #206 to track the current progress.