Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc5fffe

Browse files
author
Marc Wolf
committed
Upgrade to PHP 8.3.12, nginx to 1.27.2, MariaDB to 11.5.2 and phpunit to 11.3.6
1 parent 836964b commit cc5fffe

File tree

5 files changed

+56
-56
lines changed

5 files changed

+56
-56
lines changed

‎README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Docker compose PHP 8.3.11, Xdebug 3.3.2, Nginx 1.27.1, Redis 7.4.0 and MariaDB 11.4.3
1+
# Docker compose PHP 8.3.12, Xdebug 3.3.2, Nginx 1.27.2, Redis 7.4.0 and MariaDB 11.5.2
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
4-
![nginx](https://img.shields.io/badge/nginx-1.27.1-brightgreen.svg)
5-
![php](https://img.shields.io/badge/PHP_FPM-8.3.11-brightgreen.svg)
4+
![nginx](https://img.shields.io/badge/nginx-1.27.2-brightgreen.svg)
5+
![php](https://img.shields.io/badge/PHP_FPM-8.3.12-brightgreen.svg)
66
![xdebug](https://img.shields.io/badge/Xdebug-3.3.2-brightgreen.svg)
7-
![phpunit](https://img.shields.io/badge/PHPUnit-11.3.1-brightgreen.svg)
7+
![phpunit](https://img.shields.io/badge/PHPUnit-11.3.6-brightgreen.svg)
88
![redis](https://img.shields.io/badge/Redis-7.4.0-brightgreen.svg)
9-
![mariadb](https://img.shields.io/badge/MariaDB-11.4.3-brightgreen.svg)
9+
![mariadb](https://img.shields.io/badge/MariaDB-11.5.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.3.11](https://www.php.net) for better performance, lower CPU and memory usage
18+
* Uses [PHP 8.3.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.27.1](https://nginx.org) webserver
20+
* Built on the lightweight [nginx 1.27.2](https://nginx.org) webserver
2121
* Debugging with [Xdebug 3.3.2](https://xdebug.org)
22-
* Testing with [PHPUnit 11.3.1](https://phpunit.de) to ensure code quality and reliability
22+
* Testing with [PHPUnit 11.3.6](https://phpunit.de) to ensure code quality and reliability
2323
* [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)
24+
* Database storage with [MariaDB 11.5.2](https://mariadb.org)
2525

2626
## Setup Instructions
2727

‎compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nginx:
3-
image: "nginx:1.27.1-alpine"
3+
image: "nginx:1.27.2-alpine"
44
restart: always
55
working_dir: /app
66
links:
@@ -29,7 +29,7 @@ services:
2929
ALLOW_EMPTY_PASSWORD: "yes"
3030

3131
mariadb:
32-
image: "mariadb:11.4.3"
32+
image: "mariadb:11.5.2"
3333
restart: always
3434
working_dir: /app
3535
volumes:

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "^11.3.1"
3+
"phpunit/phpunit": "^11.3.6"
44
},
55
"autoload": {
66
"psr-4": {

‎composer.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docker/php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.11-fpm
1+
FROM php:8.3.12-fpm
22
WORKDIR "/app"
33

44
# Update

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /