Install Redmine API-Client

This commit is contained in:
2023-04-25 15:09:54 +02:00
parent d0bb3c3e00
commit c0d188401f

View File

@@ -3,6 +3,7 @@
"description": "Symfony bundle to integrate Redmine", "description": "Symfony bundle to integrate Redmine",
"type": "symfony-bundle", "type": "symfony-bundle",
"require": { "require": {
"kbsali/redmine-api": "^2.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
@@ -24,7 +25,7 @@
}, },
"authors": [ "authors": [
{ {
"name": "magdev", "name": "Marco Grätsch",
"email": "magdev3.0@gmail.com" "email": "magdev3.0@gmail.com"
} }
], ],