Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 355a0b2 commit 108a42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"friendsofphp/php-cs-fixer": "^3.45",
"guzzlehttp/psr7": "^2",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5 || ^10.5"
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite

redmine-50010:
image: redmine:5.0.10
image: redmine:5.1.4
user: "1000:1000"
ports:
- "5009:3000"
Expand All @@ -52,7 +52,7 @@ services:
redmine-40210:
# Redmine 4.2.11 is not available on Docker Hub
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
image: redmine:4.2.10
image: redmine:5.1.4
user: "1000:1000"
ports:
- "4210:3000"
Expand Down

0 comments on commit 108a42a

Please sign in to comment.