Skip to content

Commit

Permalink
Merge pull request #1038 from josaphatim/composer-order
Browse files Browse the repository at this point in the history
Use conventional order of properties in composer.json
  • Loading branch information
marclaporte committed May 20, 2024
2 parents d2406b0 + 4e12091 commit 4149028
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4149028

Please sign in to comment.