File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+ ### Changed
9+ - removing Xdebug version in Dockerfile.
10+
711## [ 6.10.0] - 2025-09-30
812### Changed
913- PHPUnit 12.3.7 => 12.3.15.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:8.4-cli-alpine
22RUN apk update \
33 && apk add gpg linux-headers oniguruma-dev $PHPIZE_DEPS \
44 && docker-php-ext-install pcntl mbstring \
5- && pecl install xdebug-3.4.0 \
5+ && pecl install xdebug \
66 && docker-php-ext-enable mbstring pcntl xdebug \
77 && wget -O /usr/local/bin/phive https://phar.io/releases/phive.phar \
88 && chmod +x /usr/local/bin/phive \
You can’t perform that action at this time.
0 commit comments