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 Dec 19, 2023
1 parent a1fd6dd commit 09fb3e2
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.2.* || 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 09fb3e2

Please sign in to comment.