File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
"guzzlehttp/psr7" : " ^2" ,
36
36
"php-mock/php-mock-phpunit" : " ^2.6" ,
37
37
"phpstan/phpstan" : " ^1.10" ,
38
- "phpunit/phpunit" : " ^9.5 || ^10.5"
38
+ "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.0 "
39
39
},
40
40
"autoload" : {
41
41
"psr-4" : {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
38
38
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
39
39
40
40
redmine-50010 :
41
- image : redmine:5.0.10
41
+ image : redmine:5.1.4
42
42
user : " 1000:1000"
43
43
ports :
44
44
- " 5009:3000"
@@ -52,7 +52,7 @@ services:
52
52
redmine-40210 :
53
53
# Redmine 4.2.11 is not available on Docker Hub
54
54
# @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
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 4210:3000"
You can’t perform that action at this time.
0 commit comments