Files
redmine-bundle/composer.json
2023-04-25 15:00:03 +02:00

33 lines
764 B
JSON

{
"name": "magdev/redmine-bundle",
"description": "Symfony bundle to integrate Redmine",
"type": "symfony-bundle",
"require": {
},
"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": "magdev",
"email": "magdev3.0@gmail.com"
}
],
"minimum-stability": "stable"
}