flarum-pwa icon indicating copy to clipboard operation
flarum-pwa copied to clipboard

PHP conflict when updating from 3.4.0 to 3.4.1

Open ramibch opened this issue 4 months ago • 0 comments

When patching this extension I get the following error:

4.321   Problem 1
4.321     - Root composer.json requires askvortsov/flarum-pwa v3.4.1 -> satisfiable by askvortsov/flarum-pwa[v3.4.1].
4.321     - askvortsov/flarum-pwa v3.4.1 requires kreait/firebase-php ^5.0 -> satisfiable by kreait/firebase-php[5.0.0, ..., 5.26.5].
4.321     - kreait/firebase-php[5.0.0, ..., 5.8.1] require php ^7.2 -> your php version (8.3.26) does not satisfy that requirement.
4.321     - kreait/firebase-php[5.10.0, ..., 5.26.5] require guzzlehttp/promises ^1.4 -> found guzzlehttp/promises[1.4.0, ..., 1.5.3] but it conflicts with your root composer.json require (^2.0).
4.321     - kreait/firebase-php 5.9.0 requires lcobucci/jwt ^3.3.1 -> satisfiable by lcobucci/jwt[3.3.1, ..., 3.4.6].
4.321     - lcobucci/jwt[3.3.0, ..., 3.4.6] require php ^5.6 || ^7.0 -> your php version (8.3.26) does not satisfy that requirement.

@askvortsov1 what could be the issue? is that something I could do in my set up or is it the extension configuration itself?

ramibch avatar Nov 28 '25 15:11 ramibch