We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f46e72 commit 994a8a2Copy full SHA for 994a8a2
docs/xdebug.md
@@ -12,7 +12,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`.
12
# Dockerfile
13
FROM symfony_php as symfony_php_debug
14
15
-ARG XDEBUG_VERSION=3.0.1
+ARG XDEBUG_VERSION=3.0.4
16
RUN set -eux; \
17
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
18
pecl install xdebug-$XDEBUG_VERSION; \
@@ -60,4 +60,4 @@ Inspect the installation with the following command. The requested Xdebug versio
60
$ docker-compose exec php php --version
61
62
PHP ...
63
- with Xdebug v3.0.1 ...
+ with Xdebug v3.0.4 ...
0 commit comments