You've already forked redmine-bundle
34 lines
809 B
JSON
34 lines
809 B
JSON
{
|
|
"name": "magdev/redmine-bundle",
|
|
"description": "Symfony bundle to integrate Redmine",
|
|
"type": "symfony-bundle",
|
|
"require": {
|
|
"kbsali/redmine-api": "^2.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"symfony/http-kernel": "^6.2",
|
|
"symfony/dependency-injection": "^6.2",
|
|
"symfony/config": "^6.2",
|
|
"symfony/phpunit-bridge": "^6.0"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Magdev\\RedmineBundle\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Magdev\\RedmineBundle\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Marco Grätsch",
|
|
"email": "magdev3.0@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|