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 34
34
"guzzlehttp/psr7" : " ^2" ,
35
35
"php-mock/php-mock-phpunit" : " ^2.6" ,
36
36
"phpstan/phpstan" : " ^1.10" ,
37
- "phpunit/phpunit" : " ^9.5 || ^10.5"
37
+ "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.0 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
41
41
- ./.docker/redmine-50103_data/sqlite:/usr/src/redmine/sqlite
42
42
43
43
redmine-50009 :
44
- image : redmine:5.0.9
44
+ image : redmine:5.1.3
45
45
user : " 1000:1000"
46
46
ports :
47
47
- " 5009:3000"
@@ -55,7 +55,7 @@ services:
55
55
redmine-40210 :
56
56
# Redmine 4.2.11 is not available on Docker Hub
57
57
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
58
- image : redmine:4.2.10
58
+ image : redmine:5.1.3
59
59
user : " 1000:1000"
60
60
ports :
61
61
- " 4210:3000"
You can’t perform that action at this time.
0 commit comments