We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e72b1 commit 129d4aaCopy full SHA for 129d4aa
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
@@ -41,7 +41,7 @@ services:
41
- ./.docker/redmine-50103_data/sqlite:/usr/src/redmine/sqlite
42
43
redmine-50009:
44
- image: redmine:5.0.9
+ image: redmine:5.1.3
45
user: "1000:1000"
46
ports:
47
- "5009:3000"
0 commit comments