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.
2 parents 1c1ccdf + 66c7ba6 commit 218b482Copy full SHA for 218b482
distribution/debugging.md
@@ -13,7 +13,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
13
# api/Dockerfile
14
FROM api_platform_php as api_platform_php_dev
15
16
-ARG XDEBUG_VERSION=2.7.1
+ARG XDEBUG_VERSION=2.7.2
17
RUN set -eux; \
18
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
19
pecl install xdebug-$XDEBUG_VERSION; \
@@ -59,5 +59,5 @@ version should be displayed in the output.
59
$ docker-compose exec php php --version
60
61
PHP …
62
- with Xdebug v2.7.1 …
+ with Xdebug v2.7.2 …
63
```
0 commit comments