Skip to content

Commit 108a42a

Browse files
Update all dependencies
1 parent 355a0b2 commit 108a42a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"friendsofphp/php-cs-fixer": "^3.45",
3535
"guzzlehttp/psr7": "^2",
3636
"php-mock/php-mock-phpunit": "^2.6",
37-
"phpstan/phpstan": "^1.10",
38-
"phpunit/phpunit": "^9.5 || ^10.5"
37+
"phpstan/phpstan": "^2.0",
38+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
3939

4040
redmine-50010:
41-
image: redmine:5.0.10
41+
image: redmine:5.1.4
4242
user: "1000:1000"
4343
ports:
4444
- "5009:3000"
@@ -52,7 +52,7 @@ services:
5252
redmine-40210:
5353
# Redmine 4.2.11 is not available on Docker Hub
5454
# @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
5656
user: "1000:1000"
5757
ports:
5858
- "4210:3000"

0 commit comments

Comments
 (0)