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
22
33![ docker] ( https://img.shields.io/badge/Docker-compose-brightgreen.svg )
44![ nginx] ( https://img.shields.io/badge/nginx-1.27.4-brightgreen.svg )
55![ 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 )
77![ phpunit] ( https://img.shields.io/badge/PHPUnit-11.4.3-brightgreen.svg )
88![ redis] ( https://img.shields.io/badge/Redis-7.4.2-brightgreen.svg )
99![ 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
1818* Uses [ PHP 8.4.5] ( https://www.php.net ) for better performance, lower CPU and memory usage
1919* And [ composer the dependency manager for PHP] ( https://getcomposer.org ) to start easy your project
2020* 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 )
2222* Testing with [ PHPUnit 11.4.3] ( https://phpunit.de ) to ensure code quality and reliability
2323* [ Redis 7.4.2] ( https://redis.io ) as session storage, database, cache, streaming engine, and message broker
2424* Database storage with [ MariaDB 11.7.2] ( https://mariadb.org )
0 commit comments