From bbc30509638c75dc90988f30a901ad93bb904d49 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Tue, 20 Jul 2021 22:32:12 +0100 Subject: [PATCH] Add missing licence to composer.json (#46) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 92b19f2..7105163 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "tanmuhittin/laravel-google-translate", "description": "Translate translation files to other languages using google translate api", + "license": "MIT", "require": { "illuminate/console": ">=5.1", "php": ">=7.0.0",