From e994421de4da81a80688bd8c47c1ce772da28311 Mon Sep 17 00:00:00 2001 From: Experius Date: Wed, 26 Oct 2016 16:06:40 +0200 Subject: [PATCH] Update composer.json --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c4f2e1..586da28 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,9 @@ { "name": "experius/emailcatcher", "description": "", + "license": [ + "OSL-3.0" + ], "authors": [ { "name": "Derrick Heesbeen", @@ -17,4 +20,4 @@ "Experius\\EmailCatcher\\": "" } } -} \ No newline at end of file +}