#Your Composer dependencies require a PHP version ">= 8.3.0". You are running 8.2.28

11 messages · Page 1 of 1 (latest)

terse ploverBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

slow valve
#

I have fixed this by locking the package to a compatible version in my composer.json, adding "openspout/openspout": "4.28.5" under required. I have also opened a PR to lock the version.

terse ploverBOT
jaunty valve
#

We use "openspout/openspout": "^4.23", which is less restrictive

slow valve
jaunty valve
#

Sounds like you either have this in your composer.json or composer.lock file

slow valve
#

Yes, it was in my lock file. I tried deleting it and running composer install v4.29.1 is installed

jaunty valve
#

This is a fresh install with PHP8.2. No issue installing Filament and it picks the right version.

#

Sounds like you installed with PHP8.3 before and then downgraded?

slow valve
#

Not knowing. I will keep working on it.