Skip to content

Commit f64e870

Browse files
Update all dependencies
1 parent 355a0b2 commit f64e870

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"guzzlehttp/psr7": "^2",
3636
"php-mock/php-mock-phpunit": "^2.6",
3737
"phpstan/phpstan": "^1.10",
38-
"phpunit/phpunit": "^9.5 || ^10.5"
38+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
3939

4040
redmine-50010:
41-
image: redmine:5.0.10
41+
image: redmine:5.1.4
4242
user: "1000:1000"
4343
ports:
4444
- "5009:3000"
@@ -52,7 +52,7 @@ services:
5252
redmine-40210:
5353
# Redmine 4.2.11 is not available on Docker Hub
5454
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
55-
image: redmine:4.2.10
55+
image: redmine:5.1.4
5656
user: "1000:1000"
5757
ports:
5858
- "4210:3000"

0 commit comments

Comments
 (0)