Skip to content

Commit 2c2a214

Browse files
Update all dependencies
1 parent 590d149 commit 2c2a214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- ./.docker/redmine-50102_data/sqlite:/usr/src/redmine/sqlite
4040

4141
redmine-50008:
42-
image: redmine:5.0.8
42+
image: redmine:5.1.2
4343
user: "1000:1000"
4444
ports:
4545
- "5007:3000"

0 commit comments

Comments
 (0)