diff --git a/composer.json b/composer.json index f9d9dfadea..88dd999418 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cypht-org/cypht", - "type": "project", "description": "Lightweight Open Source webmail written in PHP and JavaScript", + "type": "project", "keywords": [ "php", "webmail", @@ -19,13 +19,6 @@ ], "homepage": "https://cypht.org", "license": "LGPL-2.1", - "support": { - "issues": "https://github.com/cypht-org/cypht/issues", - "chat": "https://gitter.im/cypht-org/community", - "wiki": "https://github.com/cypht-org/cypht/wiki", - "source": "https://github.com/cypht-org/cypht/", - "docs": "https://cypht.org/documentation.html" - }, "authors": [ { "name": "Jason Munro", @@ -34,6 +27,13 @@ "role": "Project author and admin" } ], + "support": { + "issues": "https://github.com/cypht-org/cypht/issues", + "chat": "https://gitter.im/cypht-org/community", + "wiki": "https://github.com/cypht-org/cypht/wiki", + "source": "https://github.com/cypht-org/cypht/", + "docs": "https://cypht.org/documentation.html" + }, "require": { "bacon/bacon-qr-code": "^1.0.3 || ^2.0.0", "christian-riesen/base32": "^1.3.2",