kreait / firebase-php

Unofficial Firebase Admin SDK for PHP
https://firebase-php.readthedocs.io/
MIT License
2.27k stars 431 forks source link

your php version (8.2.12) does not satisfy that requirement #919

Closed ripaym1970 closed 3 months ago

ripaym1970 commented 3 months ago

Describe the bug

Problem 1

Installed packages

Problem 1
    - beste/clock 1.0.0 requires php ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.12) does not satisfy that requirement.
    - kreait/firebase-php 6.2.0 requires beste/clock ^1.0 -> satisfiable by beste/clock[1.0.0].
    - Root composer.json requires kreait/firebase-php 6.2.0 -> satisfiable by kreait/firebase-php[6.2.0].

PHP version and extensions

8.2.12

Steps to reproduce the issue.

# Insert the commands issued in the terminal if they are needed
# to reproduce the issue. Otherwise, delete this code block.
// Insert the PHP code to reproduce the issue. Please ensure that it is code that
// can be copy pasted to reproduce it.

Error message/Stack trace

Problem 1
    - beste/clock 1.0.0 requires php ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.12) does not satisfy that requirement.
    - kreait/firebase-php 6.2.0 requires beste/clock ^1.0 -> satisfiable by beste/clock[1.0.0].
    - Root composer.json requires kreait/firebase-php 6.2.0 -> satisfiable by kreait/firebase-php[6.2.0].

Additional information

No response

jeromegamez commented 3 months ago

You're not giving me much to work with, here, and omitted much of the information asked in the issue template.

This looks as if the dependencies in your project need to be updated, which you can do with a composer update -W or composer require -W kreait/firebase-php.