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 Jan 21, 2025
1 parent c94d01b commit c611eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"guzzlehttp/psr7": "^2",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^9.5 || ^10.5"
"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 @@ -40,7 +40,7 @@ services:
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite

redmine-50105:
image: redmine:5.1.5
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5105:3000"
Expand All @@ -52,7 +52,7 @@ services:
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite

redmine-50010:
image: redmine:5.0.10
image: redmine:6.0.2
user: "1000:1000"
ports:
- "5010:3000"
Expand Down

0 comments on commit c611eb9

Please sign in to comment.