You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 25.05 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 7.4.33
#0 25.05 No valid packages found
#0 25.05 install failed
SOLUTION: edit the line
&& pecl install xdebug \
in the php-fpm Dockerfile to
&& pecl install xdebug-3.1.0 \
The text was updated successfully, but these errors were encountered:
SOLUTION: edit the line
in the php-fpm Dockerfile to
The text was updated successfully, but these errors were encountered: