Skip to content

Commit

Permalink
Increase XDebug version to work with PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jan 17, 2019
1 parent f57ef14 commit 59d65d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex; \
a2enmod ssl; \
a2ensite default-ssl; \
docker-php-ext-install zip; \
yes | pecl install xdebug
yes | pecl install xdebug-2.7.0beta1

# Install wp-cli, and allow it to regenerate .htaccess files
# Use /usr/local/bin/wp-cli.phar to run it as root
Expand Down

0 comments on commit 59d65d7

Please sign in to comment.