Hi, I'm just trying to start this environment. Eventually i get the error: ``` pecl/xdebug requires PHP (version >= 7.2.0, version <= 8.0.99), installed version is 7.1.33 ``` I had to modify in the ./docker-environment/docker/php/Dockerfile: ```RUN pecl install xdebug``` to ```RUN pecl install xdebug-2.9.0```
Hi,
I'm just trying to start this environment. Eventually i get the error:
I had to modify in the ./docker-environment/docker/php/Dockerfile:
RUN pecl install xdebugtoRUN pecl install xdebug-2.9.0