Skip to content

Commit 67d13e9

Browse files
author
Marc Wolf
committed
[TASK] Change Xdebug to alpha 3
1 parent 902bc8a commit 67d13e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Docker compose PHP FPM 8.3.0RC6, Xdebug 3.3.0alpha2, Nginx 1.25.2, Redis 7.2.1 and MariaDB 11.1.2
1+
# Docker compose PHP FPM 8.3.0RC6, Xdebug 3.3.0alpha3, Nginx 1.25.2, Redis 7.2.1 and MariaDB 11.1.2
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
44
![php](https://img.shields.io/badge/PHP_FPM-8.3.0RC6-brightgreen.svg)
5-
![xdebug](https://img.shields.io/badge/Xdebug-3.3.0alpha2-brightgreen.svg)
5+
![xdebug](https://img.shields.io/badge/Xdebug-3.3.0alpha3-brightgreen.svg)
66
![nginx](https://img.shields.io/badge/nginx-1.25.2-brightgreen.svg)
77
![redis](https://img.shields.io/badge/Redis-7.2.1-brightgreen.svg)
88
![mariadb](https://img.shields.io/badge/MariaDB-11.1.2-brightgreen.svg)
@@ -11,7 +11,7 @@
1111
* Uses [PHP 8.3.0RC6](https://www.php.net) for better performance, lower CPU and memory usage
1212
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
1313
* Built on the lightweight [nginx 1.25.2](https://nginx.org) webserver
14-
* Debugging with [Xdebug 3.3.0alpha2](https://xdebug.org)
14+
* Debugging with [Xdebug 3.3.0alpha3](https://xdebug.org)
1515
* [Redis 7.2.1](https://redis.io) as session storage, database, cache, streaming engine, and message broker
1616
* Database storage with [MariaDB 11.1.2](https://mariadb.org)
1717

docker/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pecl install -o -f redis && docker-php-ext-enable redis
1717
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1818

1919
# Install xdebug
20-
RUN pecl install xdebug-3.3.0alpha2 && docker-php-ext-enable xdebug
20+
RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
2121

2222
# Cleanup
2323
RUN apt-get clean

0 commit comments

Comments
 (0)