Skip to content

Commit 218b482

Browse files
authored
Merge pull request #818 from comxd/patch-1
Update Xdebug to 2.7.2
2 parents 1c1ccdf + 66c7ba6 commit 218b482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/debugging.md

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

16-
ARG XDEBUG_VERSION=2.7.1
16+
ARG XDEBUG_VERSION=2.7.2
1717
RUN set -eux; \
1818
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
1919
pecl install xdebug-$XDEBUG_VERSION; \
@@ -59,5 +59,5 @@ version should be displayed in the output.
5959
$ docker-compose exec php php --version
6060

6161
PHP …
62-
with Xdebug v2.7.1
62+
with Xdebug v2.7.2
6363
```

0 commit comments

Comments
 (0)