From e062f4a505b4cb89593a57ddb62c81991e231e18 Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Sat, 9 Oct 2021 16:17:18 +1030 Subject: [PATCH] Mention license info (MIT) in `composer.json` --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9311199..3990a97 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ ], "homepage": "https://pierrehenry.be", "type": "library", + "license": "MIT", "require": { "php": ">=7.1.0" }, @@ -27,7 +28,9 @@ "authors": [ { "name": "Pierre-Henry Soria", - "email": "hi@ph7.me" + "email": "hi@ph7.me", + "role": "Principle Developer", + "homepage": "https://ph7.me" } ], "minimum-stability": "stable"