From e0e958a0708ad4b247b3ae11785b3cfd161b3dec Mon Sep 17 00:00:00 2001 From: Yann Ponzoni Date: Sun, 15 May 2016 21:31:19 +0200 Subject: [PATCH] Add mit licence --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3129ae8..bc38f2f 100644 --- a/composer.json +++ b/composer.json @@ -20,5 +20,6 @@ }, "autoload": { "psr-4": {"alphayax\\": "./"} - } -} \ No newline at end of file + }, + "license": "MIT" +}