Skip to content

Commit

Permalink
Merge pull request #332 from kbsali/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
Art4 authored Dec 30, 2023
2 parents d810856 + dedfee3 commit fd1b599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"phpunit/phpunit": "^9 || 10.2.*",
"phpunit/phpunit": "^9 || ^10.5",
"guzzlehttp/psr7": "^2",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^1.10"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- ./.docker/redmine_data:/usr/src/redmine/files

mariadb:
image: mariadb:10.11
image: mariadb:11.2
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "redmine"
Expand Down

0 comments on commit fd1b599

Please sign in to comment.