diff --git a/composer.json b/composer.json index a541aab..7d7fc37 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "magdev/redmine-bundle", - "description": "Symfony bundle to integrate Redmine", + "description": "Symfony bundle to integrate the Redmine-API", "type": "symfony-bundle", "require": { - "kbsali/redmine-api": "^2.2" + "kbsali/redmine-api": "^2.7" }, "require-dev": { "phpunit/phpunit": "^9.5 | ^10",