diff --git a/composer.json b/composer.json index b8688e6..b6b7270 100644 --- a/composer.json +++ b/composer.json @@ -2,12 +2,13 @@ "name": "jh/giteabot", "description": "Simple PHP library to interface with Gitea API", "type": "library", - "license": "OS", + "license": "GPL3", "authors": [ { "name": "James", "email": "inbox.dev@jhodges.co.uk" } ], + "psr-4": { "JHodges\\GiteaBot\\": "src/" } "require": {} }