We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590d149 commit 2c2a214Copy full SHA for 2c2a214
composer.json
@@ -34,7 +34,7 @@
34
"guzzlehttp/psr7": "^2",
35
"php-mock/php-mock-phpunit": "^2.6",
36
"phpstan/phpstan": "^1.10",
37
- "phpunit/phpunit": "^9.5 || ^10.5"
+ "phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
38
},
39
"autoload": {
40
"psr-4": {
docker-compose.yml
@@ -39,7 +39,7 @@ services:
- ./.docker/redmine-50102_data/sqlite:/usr/src/redmine/sqlite
41
redmine-50008:
42
- image: redmine:5.0.8
+ image: redmine:5.1.2
43
user: "1000:1000"
44
ports:
45
- "5007:3000"
0 commit comments