Skip to content

Commit 13a6e43

Browse files
Fixed trailing commas in composer.json
1 parent 8b98ff4 commit 13a6e43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"authors": [
77
{
88
"name": "Fabien Bourigault",
9-
"email": "[email protected]",
9+
"email": "[email protected]"
1010
},
1111
{
1212
"name": "Graham Campbell",
13-
"email": "[email protected]",
13+
"email": "[email protected]"
1414
},
1515
{
1616
"name": "Matt Humphrey",
17-
"email": "[email protected]",
17+
"email": "[email protected]"
1818
},
1919
{
2020
"name": "Miguel Piedrafita",
21-
"email": "[email protected]",
21+
"email": "[email protected]"
2222
}
2323
],
2424
"require": {

0 commit comments

Comments
 (0)