From c995e2bb50bdab7c708301ed58e1d2f65cdad407 Mon Sep 17 00:00:00 2001 From: ardent Date: Sat, 25 Jul 2020 19:49:49 +0200 Subject: [PATCH] Update composer json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }