From d50f56f61bf9c3619c73efbaee63cac5386f3391 Mon Sep 17 00:00:00 2001 From: Daniel Kiesel Date: Sun, 2 Jul 2017 22:09:03 +0200 Subject: [PATCH] fixed composer type --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bcb06a..e2b001a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "craffft/logo-bundle", - "type": "symfony-bundle", + "type": "contao-bundle", "description": "Contao 4 logo bundle", "keywords": ["logo", "image"], "license": "MIT",