Skip to content

Commit 6e96fff

Browse files
Update all dependencies
1 parent 31768d5 commit 6e96fff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"guzzlehttp/psr7": "^2",
3535
"php-mock/php-mock-phpunit": "^2.6",
3636
"phpstan/phpstan": "^1.10",
37-
"phpunit/phpunit": "^9.5 || ^10.5"
37+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- ./.docker/redmine-50103_data/sqlite:/usr/src/redmine/sqlite
4242

4343
redmine-50009:
44-
image: redmine:5.0.9
44+
image: redmine:5.1.3
4545
user: "1000:1000"
4646
ports:
4747
- "5009:3000"
@@ -55,7 +55,7 @@ services:
5555
redmine-40210:
5656
# Redmine 4.2.11 is not available on Docker Hub
5757
# @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
5959
user: "1000:1000"
6060
ports:
6161
- "4210:3000"

0 commit comments

Comments
 (0)