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 f938287 commit d4f9e38Copy full SHA for d4f9e38
distribution/debugging.md
@@ -17,7 +17,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
17
# api/Dockerfile
18
FROM api_platform_php as api_platform_php_dev
19
20
-ARG XDEBUG_VERSION=3.0.2
+ARG XDEBUG_VERSION=3.1.3
21
RUN set -eux; \
22
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
23
pecl install xdebug-$XDEBUG_VERSION; \
@@ -94,6 +94,6 @@ $ docker-compose exec php \
94
php --version
95
96
PHP …
97
- with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
+ with Xdebug v3.1.3, Copyright (c) 2002-2021, by Derick Rethans
98
…
99
```
0 commit comments