diff --git a/composer.json b/composer.json index 564fb92..28007ee 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ardent/parameter-bundle", "description": "Simple bundle for storing parameters in the database", - "type": "library", + "type": "symfony-bundle", "require": { "doctrine/orm": "^2.7" }, @@ -10,5 +10,5 @@ "Ardent\\ParameterBundle\\": "" } }, - "license": "GNU GPLv3" + "license": "GPL-3.0-only" }