From 1c9ec9285ea5c1fc72891a6e0012ea03d5c148f7 Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Mon, 12 Nov 2018 23:18:35 +0100 Subject: [PATCH] Change package type to "symfony-bundle" because flex recipe requires this --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b58c61b..bbaffea4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "scheb/two-factor-bundle", - "type": "library", + "type": "symfony-bundle", "description": "Provides two-factor authentication for Symfony applications", "keywords": ["two-factor", "two-step", "authentication", "security", "symfony"], "homepage": "https://github.com/scheb/two-factor-bundle",