From 29e56990270bdffec330e0873b581b6bd97dbd96 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 25 Aug 2019 12:39:00 +0100 Subject: [PATCH] update composer with namespace info --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": {} }