From 18a568d8917eb78d0bbe7762a338b37b16cc06a3 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 30 Nov 2017 21:34:02 +0100 Subject: [PATCH] Add license to composer.json (#26) The license was missing from the composer.json and the library was showing up as unlicensed in packagist. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 6e950f4..7521e46 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "email": "joe@truephp.com" } ], + "license": "MIT", "autoload": { "psr-0": { "gburtini\\Distributions": "src"