From 4b4f3c4df8378c2914ab50ebfdf472482fb018ee Mon Sep 17 00:00:00 2001 From: TomGanske Date: Tue, 18 Jul 2017 08:19:39 +0200 Subject: [PATCH] update json --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 17d8f6c..039a76d 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,6 @@ "description": "Contao 4 Invoice Bundle is a whole software application based on the Contao CMS 4.", "keywords": ["contao", "symfony", "invoice"], "license": "MIT", - "homepage": "https://www.ct-eye.com", "authors": [ { "name": "Tom Ganske", @@ -24,7 +23,7 @@ "contao/manager-plugin": "<2.0 || >=3.0" }, "autoload": { - "psr-4": { + "psr-4": { "CtEye\\InvoiceBundle\\": "src/" }, "classmap": [ @@ -36,6 +35,6 @@ ] }, "extra": { - "contao-manager-plugin": "CtEye\\InvoiceBundle\\ContaoManager\\Plugin" + "contao-manager-plugin": "CtEye\\InvoiceBundle\\ContaoManager\\Plugin" } }