We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94d01b commit cafe4a7Copy full SHA for cafe4a7
composer.json
@@ -35,7 +35,7 @@
35
"guzzlehttp/psr7": "^2",
36
"php-mock/php-mock-phpunit": "^2.6",
37
"phpstan/phpstan": "^2.1",
38
- "phpunit/phpunit": "^9.5 || ^10.5"
+ "phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
39
},
40
"autoload": {
41
"psr-4": {
docker-compose.yml
@@ -40,7 +40,7 @@ services:
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
42
redmine-50105:
43
- image: redmine:5.1.5
+ image: redmine:6.0.3
44
user: "1000:1000"
45
ports:
46
- "5105:3000"
@@ -52,7 +52,7 @@ services:
52
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite
53
54
redmine-50010:
55
- image: redmine:5.0.10
56
57
58
- "5010:3000"
0 commit comments