Skip to content

Commit 7116fb0

Browse files
authored
Update README.md
1 parent 1611a62 commit 7116fb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Docker compose PHP 8.3, Xdebug 3, Nginx 1.25.3, Redis 7.2.3 and MariaDB 11.1.3
1+
# Docker compose PHP 8.3.1, Xdebug 3.3.1, Nginx 1.25.3, Redis 7.2.3 and MariaDB 11.1.3
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
4-
![php](https://img.shields.io/badge/PHP_FPM-8.3.0RC6-brightgreen.svg)
5-
![xdebug](https://img.shields.io/badge/Xdebug-3.3.0alpha3-brightgreen.svg)
4+
![php](https://img.shields.io/badge/PHP_FPM-8.3.1RC3-brightgreen.svg)
5+
![xdebug](https://img.shields.io/badge/Xdebug-3.3.1-brightgreen.svg)
66
![nginx](https://img.shields.io/badge/nginx-1.25.3-brightgreen.svg)
77
![redis](https://img.shields.io/badge/Redis-7.2.3-brightgreen.svg)
88
![mariadb](https://img.shields.io/badge/MariaDB-11.1.3-brightgreen.svg)
99

1010
* 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)
11-
* Uses [PHP 8.3.0RC6](https://www.php.net) for better performance, lower CPU and memory usage
11+
* Uses [PHP 8.3.1RC3](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.3](https://nginx.org) webserver
14-
* Debugging with [Xdebug 3.3.0alpha3](https://xdebug.org)
14+
* Debugging with [Xdebug 3.3.1](https://xdebug.org)
1515
* [Redis 7.2.3](https://redis.io) as session storage, database, cache, streaming engine, and message broker
1616
* Database storage with [MariaDB 11.1.3](https://mariadb.org)
1717

0 commit comments

Comments
 (0)