Skip to content

Commit 818d14e

Browse files
committed
add authors
1 parent 69c3b11 commit 818d14e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "suncat/console-commands",
3-
"description": "Console commands by PHP",
3+
"description": "Console commands in PHP",
4+
"authors": [
5+
{
6+
"name": "Nikolay Ivlev",
7+
"email": "[email protected]"
8+
}
9+
],
410
"autoload": {
511
"psr-0": { "": "src/" }
612
},

0 commit comments

Comments
 (0)