File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
13
13
# api/Dockerfile
14
14
FROM api_platform_php as api_platform_php_dev
15
15
16
- ARG XDEBUG_VERSION=2.6.0
16
+ ARG XDEBUG_VERSION=2.7.1
17
17
RUN set -eux; \
18
18
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
19
19
pecl install xdebug-$XDEBUG_VERSION; \
@@ -55,12 +55,9 @@ services:
55
55
Inspect the installation with the following command. The requested Xdebug
56
56
version should be displayed in the output.
57
57
58
- ` ` ` bash
58
+ ` ` ` console
59
59
$ docker-compose exec php php --version
60
60
61
- PHP 7.2.8 (cli) (built : Jul 21 2018 08:09:37) ( NTS )
62
- Copyright (c) 1997-2018 The PHP Group
63
- Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
64
- with Zend OPcache v7.2.8, Copyright (c) 1999-2018, by Zend Technologies
65
- with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans
61
+ PHP …
62
+ with Xdebug v2.7.1 …
66
63
```
You can’t perform that action at this time.
0 commit comments