Skip to content

Commit f64e318

Browse files
committed
Update README.md
1 parent 417f42a commit f64e318

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Docker compose PHP 8.4.10, Xdebug 3.4.4, Nginx 1.29.0, Redis 8.0.2 and MariaDB 11.8.2
1+
# Docker compose PHP 8.4.12, Xdebug 3.4.6, Nginx 1.29.1, Redis 8.2.2 and MariaDB 12.0.2
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
4-
![nginx](https://img.shields.io/badge/nginx-1.29.0-brightgreen.svg)
5-
![php](https://img.shields.io/badge/PHP_FPM-8.4.10-brightgreen.svg)
4+
![nginx](https://img.shields.io/badge/nginx-1.29.1-brightgreen.svg)
5+
![php](https://img.shields.io/badge/PHP_FPM-8.4.12-brightgreen.svg)
66
![phpunit](https://img.shields.io/badge/PHPUnit-11.4.3-brightgreen.svg)
7-
![xdebug](https://img.shields.io/badge/Xdebug-3.4.4-brightgreen.svg)
8-
![redis](https://img.shields.io/badge/Redis-8.0.2-brightgreen.svg)
9-
![mariadb](https://img.shields.io/badge/MariaDB-11.8.2-brightgreen.svg)
7+
![xdebug](https://img.shields.io/badge/Xdebug-3.4.6-brightgreen.svg)
8+
![redis](https://img.shields.io/badge/Redis-8.2.2-brightgreen.svg)
9+
![mariadb](https://img.shields.io/badge/MariaDB-12.0.2-brightgreen.svg)
1010

1111
# Goal of this project
1212

@@ -15,13 +15,13 @@ The primary goal of this project is to create a streamlined and efficient develo
1515
# Services
1616

1717
* Easy setup with [docker compose](https://docs.docker.com/compose/) and [Dockerfile](https://docs.docker.com/engine/reference/builder/) under usage from [Docker](https://www.docker.com)
18-
* Uses [PHP 8.4.10](https://www.php.net) for better performance, lower CPU and memory usage
18+
* Uses [PHP 8.4.12](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
20-
* Built on the lightweight [nginx 1.29.0](https://nginx.org) webserver
21-
* Debugging with [Xdebug 3.4.4](https://xdebug.org)
20+
* Built on the lightweight [nginx 1.29.1](https://nginx.org) webserver
21+
* Debugging with [Xdebug 3.4.6](https://xdebug.org)
2222
* Testing with [PHPUnit 11.4.3](https://phpunit.de) to ensure code quality and reliability
23-
* [Redis 8.0.2](https://redis.io) as session storage, database, cache, streaming engine, and message broker
24-
* Database storage with [MariaDB 11.8.2](https://mariadb.org)
23+
* [Redis 8.2.2](https://redis.io) as session storage, database, cache, streaming engine, and message broker
24+
* Database storage with [MariaDB 12.0.2](https://mariadb.org)
2525

2626
## Setup Instructions
2727

0 commit comments

Comments
 (0)