You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,11 +17,11 @@ The primary goal of this project is to create a streamlined and efficient develo
17
17
* 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
18
* Uses [PHP 8.3.8](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
-
* Built on the lightweight [nginx 1.27.0](https://nginx.org) webserver
20
+
* Built on the lightweight [nginx 1.27.1](https://nginx.org) webserver
21
21
* Debugging with [Xdebug 3.3.2](https://xdebug.org)
22
-
* Testing with [PHPUnit 11.2.1](https://phpunit.de) to ensure code quality and reliability
23
-
*[Redis 7.2.5](https://redis.io) as session storage, database, cache, streaming engine, and message broker
24
-
* Database storage with [MariaDB 11.4.2](https://mariadb.org)
22
+
* Testing with [PHPUnit 11.3.1](https://phpunit.de) to ensure code quality and reliability
23
+
*[Redis 7.4.0](https://redis.io) as session storage, database, cache, streaming engine, and message broker
24
+
* Database storage with [MariaDB 11.4.3](https://mariadb.org)
0 commit comments