From 530188b04014ce4f59213a67b5dc3306a8f0242b Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Sat, 8 Jul 2023 01:44:40 +1000 Subject: [PATCH] Add license info to composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdb31bb..5c1feea 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,6 @@ }, "scripts": { "test": "vendor/bin/phpunit" - } + }, + "license": "MIT" }