File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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" : " ^2.1" ,
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 @@ -40,7 +40,7 @@ services:
40
40
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
41
41
42
42
redmine-50105 :
43
- image : redmine:5.1.5
43
+ image : redmine:6.0.3
44
44
user : " 1000:1000"
45
45
ports :
46
46
- " 5105:3000"
@@ -52,7 +52,7 @@ services:
52
52
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite
53
53
54
54
redmine-50010 :
55
- image : redmine:5 .0.10
55
+ image : redmine:6 .0.3
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 5010:3000"
You can’t perform that action at this time.
0 commit comments