We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85118ac commit 417f42aCopy full SHA for 417f42a
compose.yml
@@ -1,6 +1,6 @@
1
services:
2
nginx:
3
- image: "nginx:1.29.0-alpine"
+ image: "nginx:1.29.1-alpine"
4
restart: always
5
working_dir: /app
6
links:
@@ -24,12 +24,12 @@ services:
24
XDEBUG_MODE: "coverage"
25
26
redis:
27
- image: "redis:8.0.2-alpine"
+ image: "redis:8.2.2-alpine"
28
environment:
29
ALLOW_EMPTY_PASSWORD: "yes"
30
31
mariadb:
32
- image: "mariadb:11.8.2"
+ image: "mariadb:12.0.2"
33
34
35
volumes:
composer.json
@@ -3,7 +3,7 @@
"php": ">=8.4"
},
"require-dev": {
- "phpunit/phpunit": "12.2.6"
+ "phpunit/phpunit": "12.4.0"
7
8
"autoload": {
9
"psr-4": {
0 commit comments