From d85f012b72b4439ce3037450ff9808a2b12b1800 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Sun, 23 May 2021 05:54:39 +0100 Subject: [PATCH] add missing licence The licence was missing from composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 82960b7..92bc9fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "prettus/laravel-validation", "description": "Laravel Validation Service", + "license": "MIT", "keywords": ["laravel", "validation", "service"], "authors": [ {