1
- # Docker compose PHP 8.4.5, Xdebug 3.4.1 , Nginx 1.27.4, Redis 7.4.2 and MariaDB 11.7.2
1
+ # Docker compose PHP 8.4.5, Xdebug 3.4.2 , Nginx 1.27.4, Redis 7.4.2 and MariaDB 11.7.2
2
2
3
3
![ docker] ( https://img.shields.io/badge/Docker-compose-brightgreen.svg )
4
4
![ nginx] ( https://img.shields.io/badge/nginx-1.27.4-brightgreen.svg )
5
5
![ php] ( https://img.shields.io/badge/PHP_FPM-8.4.5-brightgreen.svg )
6
- ![ xdebug] ( https://img.shields.io/badge/Xdebug-3.4.1 -brightgreen.svg )
6
+ ![ xdebug] ( https://img.shields.io/badge/Xdebug-3.4.2 -brightgreen.svg )
7
7
![ phpunit] ( https://img.shields.io/badge/PHPUnit-11.4.3-brightgreen.svg )
8
8
![ redis] ( https://img.shields.io/badge/Redis-7.4.2-brightgreen.svg )
9
9
![ mariadb] ( https://img.shields.io/badge/MariaDB-11.7.2-brightgreen.svg )
@@ -18,7 +18,7 @@ The primary goal of this project is to create a streamlined and efficient develo
18
18
* Uses [ PHP 8.4.5] ( https://www.php.net ) for better performance, lower CPU and memory usage
19
19
* And [ composer the dependency manager for PHP] ( https://getcomposer.org ) to start easy your project
20
20
* Built on the lightweight [ nginx 1.27.4] ( https://nginx.org ) webserver
21
- * Debugging with [ Xdebug 3.4.1 ] ( https://xdebug.org )
21
+ * Debugging with [ Xdebug 3.4.2 ] ( https://xdebug.org )
22
22
* Testing with [ PHPUnit 11.4.3] ( https://phpunit.de ) to ensure code quality and reliability
23
23
* [ Redis 7.4.2] ( https://redis.io ) as session storage, database, cache, streaming engine, and message broker
24
24
* Database storage with [ MariaDB 11.7.2] ( https://mariadb.org )
0 commit comments