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"