Skip to content

Commit d4f9e38

Browse files
authored
Bumped up xdebug version to support php 8.1 (#1514)
1 parent f938287 commit d4f9e38

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
@@ -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=3.0.2
20+
ARG XDEBUG_VERSION=3.1.3
2121
RUN set -eux; \
2222
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
2323
pecl install xdebug-$XDEBUG_VERSION; \
@@ -94,6 +94,6 @@ $ docker-compose exec php \
9494
php --version
9595
9696
PHP …
97-
with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
97+
with Xdebug v3.1.3, Copyright (c) 2002-2021, by Derick Rethans
9898
9999
```

0 commit comments

Comments
 (0)