diff --git a/composer.json b/composer.json index b6b7270..5edff1f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jh/giteabot", + "name": "jhodges/giteabot", "description": "Simple PHP library to interface with Gitea API", "type": "library", "license": "GPL3", @@ -9,6 +9,6 @@ "email": "inbox.dev@jhodges.co.uk" } ], - "psr-4": { "JHodges\\GiteaBot\\": "src/" } + "psr-4": { "JHodges\\GiteaBot\\": "src/" }, "require": {} }