You've already forked redmine-bundle
Initial commit
This commit is contained in:
32
composer.json
Normal file
32
composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user