Skip to content

Commit fd1b599

Browse files
authored
Merge pull request #332 from kbsali/renovate/all
Update all dependencies
2 parents d810856 + dedfee3 commit fd1b599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3",
33-
"phpunit/phpunit": "^9 || 10.2.*",
33+
"phpunit/phpunit": "^9 || ^10.5",
3434
"guzzlehttp/psr7": "^2",
3535
"php-mock/php-mock-phpunit": "^2.6",
3636
"phpstan/phpstan": "^1.10"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- ./.docker/redmine_data:/usr/src/redmine/files
3131

3232
mariadb:
33-
image: mariadb:10.11
33+
image: mariadb:11.2
3434
environment:
3535
MYSQL_ROOT_PASSWORD: "root"
3636
MYSQL_DATABASE: "redmine"

0 commit comments

Comments
 (0)