correct composer.json

This commit is contained in:
Tchama 2019-06-11 11:59:42 +02:00
parent 98ecd72bea
commit 32220dff88

View File

@ -4,9 +4,9 @@
"type": "symfony-bundle",
"description": "A bundle to manage Third Party contact categories",
"keywords" : ["chill", "social work", "contacts"],
"homepage" : "https://github.com/Chill-project/Person",
"homepage" : "https://github.com/Chill-project/Chill-ThirdParty",
"autoload": {
"psr-4": { "Chill\\PersonBundle\\": "" }
"psr-4": { "Chill\\ThirdPartyBundle\\": "" }
},
"autoload-dev": {
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]