From 962b70a95d71d09f9cd2ffe28ce411524edd4912 Mon Sep 17 00:00:00 2001 From: Thomas Szteliga Date: Mon, 3 Mar 2014 15:35:02 +0100 Subject: [PATCH] Added license BSD-3-Clause in composer.json. Fixes issue created by #145 and is related to #144. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 84f59327..a8b616e4 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "socalnick/scn-social-auth", "description": "Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.", "type": "library", + "license": "BSD-3-Clause", "keywords": [ "zf2" ],