From a550077515c9bd33fa0300c167e9cb632d680069 Mon Sep 17 00:00:00 2001 From: Cristian Date: Wed, 24 May 2017 16:30:39 +0300 Subject: [PATCH] Changing the type back to library Changing the type back to library instead of metapackage. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 657a5fe..df653d7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "signifyd/signifyd-php", "description": "Signifyd client API plugin for PHP", - "type": "metapackage", + "type": "library", "license": [ "MIT" ],