Skip to content

Commit 9910fb9

Browse files
comxddunglas
andauthored
Upgrade Xdebug to 3.0.2 (#1178)
* Upgrade Xdebug to 2.9.8 * Update debugging.md Co-authored-by: Kévin Dunglas <[email protected]>
1 parent 03dd786 commit 9910fb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

distribution/debugging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
1717
# api/Dockerfile
1818
FROM api_platform_php as api_platform_php_dev
1919

20-
ARG XDEBUG_VERSION=2.9.2
20+
ARG XDEBUG_VERSION=3.0.2
2121
RUN set -eux; \
2222
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
2323
pecl install xdebug-$XDEBUG_VERSION; \
@@ -77,5 +77,6 @@ version should be displayed in the output.
7777
$ docker-compose exec php php --version
7878

7979
PHP …
80-
with Xdebug v2.9.2 …
80+
with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
81+
8182
```

0 commit comments

Comments
 (0)