tattersoftware / codeigniter4-firebase

Firebase integration for CodeIgniter 4
MIT License
28 stars 8 forks source link

Fails install with current version kreait/firebase-php #25

Closed arnoldsmyth closed 2 years ago

arnoldsmyth commented 2 years ago

Here is the error that I get: tatter/firebase v1.3.0 requires kreait/firebase-php ^5.0 -> found kreait/firebase-php[5.0.0, ..., 5.26.1] but it conflicts with your root composer.json require (^6.0).

MGatner commented 2 years ago

I haven't had a chance to check actual compatibility. The Dependabot PR (https://github.com/tattersoftware/codeigniter4-firebase/pull/24) failed CI/CD checks - I suspect they are just from outdated tool configurations but without looking through the logs I can't be sure. Feel free to test compatibility yourself and resolve any issues, or it will have to wait for me to get around to the updates.

MGatner commented 2 years ago

26

MGatner commented 2 years ago

It looks to me like there is an issue upstream with Protobuf that will prohibit 8.1 support, but I will wrap up this PR soon and have this library compatible regardless. https://github.com/tattersoftware/codeigniter4-firebase/runs/4897417085?check_suite_focus=true#step:11:24

MGatner commented 2 years ago

Closed by #26