We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d810856 + dedfee3 commit fd1b599Copy full SHA for fd1b599
composer.json
@@ -30,7 +30,7 @@
30
},
31
"require-dev": {
32
"friendsofphp/php-cs-fixer": "^3",
33
- "phpunit/phpunit": "^9 || 10.2.*",
+ "phpunit/phpunit": "^9 || ^10.5",
34
"guzzlehttp/psr7": "^2",
35
"php-mock/php-mock-phpunit": "^2.6",
36
"phpstan/phpstan": "^1.10"
docker-compose.yml
@@ -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"
0 commit comments