Skip to content

Commit 5154fce

Browse files
committed
Fix author key order
1 parent 041dc52 commit 5154fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
8-
"email": "hugo@creativecommons.org",
9-
"name": "Hugo Solar"
8+
"name": "Hugo Solar",
9+
"email": "hugo@creativecommons.org"
1010
}
1111
],
1212
"repositories": [

0 commit comments

Comments
 (0)