Skip to content

Commit 4149028

Browse files
authored
Merge pull request #1038 from josaphatim/composer-order
Use conventional order of properties in composer.json
2 parents d2406b0 + 4e12091 commit 4149028

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cypht-org/cypht",
3-
"type": "project",
43
"description": "Lightweight Open Source webmail written in PHP and JavaScript",
4+
"type": "project",
55
"keywords": [
66
"php",
77
"webmail",
@@ -19,13 +19,6 @@
1919
],
2020
"homepage": "https://cypht.org",
2121
"license": "LGPL-2.1",
22-
"support": {
23-
"issues": "https://github.com/cypht-org/cypht/issues",
24-
"chat": "https://gitter.im/cypht-org/community",
25-
"wiki": "https://github.com/cypht-org/cypht/wiki",
26-
"source": "https://github.com/cypht-org/cypht/",
27-
"docs": "https://cypht.org/documentation.html"
28-
},
2922
"authors": [
3023
{
3124
"name": "Jason Munro",
@@ -34,6 +27,13 @@
3427
"role": "Project author and admin"
3528
}
3629
],
30+
"support": {
31+
"issues": "https://github.com/cypht-org/cypht/issues",
32+
"chat": "https://gitter.im/cypht-org/community",
33+
"wiki": "https://github.com/cypht-org/cypht/wiki",
34+
"source": "https://github.com/cypht-org/cypht/",
35+
"docs": "https://cypht.org/documentation.html"
36+
},
3737
"require": {
3838
"bacon/bacon-qr-code": "^1.0.3 || ^2.0.0",
3939
"christian-riesen/base32": "^1.3.2",

0 commit comments

Comments
 (0)