changes to composer.json

This commit is contained in:
2021-07-06 14:11:06 +02:00
parent eff1d6e797
commit fc074c2f1a
3 changed files with 9 additions and 103 deletions

View File

@@ -3,7 +3,10 @@
"license": "AGPL-3.0-only",
"type": "library",
"description": "Most used bundles for chill-project",
"keywords": ["chill", "social worker"],
"keywords": [
"chill",
"social worker"
],
"autoload": {
"psr-4": {
"Chill\\ActivityBundle\\": "src/Bundle/ChillActivityBundle",
@@ -16,12 +19,13 @@
"Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle",
"Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle",
"Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle",
"Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle"
"Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle",
"Chill\\AsideActivityBundle\\": "src/Bundle/ChillAsideActivityBundle/src"
}
},
"autoload-dev": {
"psr-4": {
"App\\": "tests/app/src/"
"App\\": "tests/app/src/"
}
},
"require": {
@@ -84,7 +88,6 @@
}
},
"config": {
"vendor-dir": "tests/app/vendor",
"bin-dir": "bin"
"bin-dir": "bin"
}
}
}