Skip to content

Commit

Permalink
[TASK] Change README.md Xdebug 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Wolf committed Aug 4, 2023
1 parent d3ce1e9 commit 98f6645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Docker compose PHP FPM 8.2.9, Xdebug 3.2.1, Nginx 1.25.1, Redis 7.2 and MariaDB 11.1.1
# Docker compose PHP FPM 8.2.9, Xdebug 3.2.2, Nginx 1.25.1, Redis 7.2 and MariaDB 11.1.1

![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
![php](https://img.shields.io/badge/PHP_FPM-8.2.9-brightgreen.svg)
![xdebug](https://img.shields.io/badge/Xdebug-3.2.1-brightgreen.svg)
![xdebug](https://img.shields.io/badge/Xdebug-3.2.2-brightgreen.svg)
![nginx](https://img.shields.io/badge/nginx-1.25.1-brightgreen.svg)
![redis](https://img.shields.io/badge/Redis-7.2-brightgreen.svg)
![mariadb](https://img.shields.io/badge/MariaDB-11.1.1-brightgreen.svg)
Expand All @@ -11,7 +11,7 @@
* Uses [PHP 8.2.9](https://www.php.net) for better performance, lower CPU and memory usage
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
* Built on the lightweight [nginx 1.25.1](https://nginx.org) webserver
* Debugging with [Xdebug 3.2.1](https://xdebug.org)
* Debugging with [Xdebug 3.2.2](https://xdebug.org)
* [Redis 7.2](https://redis.io) as session storage, database, cache, streaming engine, and message broker
* Database storage with [MariaDB 11.1.1](https://mariadb.org)

Expand Down

0 comments on commit 98f6645

Please sign in to comment.