Skip to content

Commit 994a8a2

Browse files
authored
feat: update xdebug version to 3.0.4 (#141)
1 parent 7f46e72 commit 994a8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/xdebug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`.
1212
# Dockerfile
1313
FROM symfony_php as symfony_php_debug
1414

15-
ARG XDEBUG_VERSION=3.0.1
15+
ARG XDEBUG_VERSION=3.0.4
1616
RUN set -eux; \
1717
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
1818
pecl install xdebug-$XDEBUG_VERSION; \
@@ -60,4 +60,4 @@ Inspect the installation with the following command. The requested Xdebug versio
6060
$ docker-compose exec php php --version
6161
6262
PHP ...
63-
with Xdebug v3.0.1 ...
63+
with Xdebug v3.0.4 ...

0 commit comments

Comments
 (0)