The PHP version is lower than version 8.2 and your composer dependencies expect a php version equal or higher than 8.2
Use php -v in the terminal to see which version is currently installed and upgrade it if its lower than version 8.2
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
v1.0.0-beta4
v11.0.7
8.2.16
I have Laravel reverb served in a subdomain on my server. Now I have connected to that subdomain from local with laravel-echo and there is no problem in eco connection.
But when I try to fire an event from the back-end I keep getting this error "Pusher error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0" ". But I can't understand why it is showing.
REVERB_APP_ID=1752358
REVERB_APP_KEY=1ef29205703a9bf43755
REVERB_APP_SECRET=61ef2ad91cacaec2209d
REVERB_HOST="socket.iqbalhasan.dev"
REVERB_PORT=443
REVERB_SCHEME=http
But when I am locally using an application as a socket only and firing events from another application then everything is working fine only when I deploy reverb on the server there is a problem.
My concept is that there will be a reverb server in a subdomain and everyone will connect to that reverb server subdomain from another domain.
@Snapey After changing Litespeed
Server Configuration > External App>Command
lsphp74/bin/lsphp
# To
lsphp83/bin/lsphp
It's works for me .. Thanks for your help
Please or to participate in this conversation.