Skip to content

Commit 10ba642

Browse files
removed author array from composer json file
1 parent b70673f commit 10ba642

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
"type": "library",
55
"keywords": ["php","framework", "upf", "utopia", "cli", "command line"],
66
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Eldad Fux",
10-
"email": "eldad@appwrite.io"
11-
}
12-
],
7+
138
"scripts": {
149
"test": "vendor/bin/phpunit --configuration phpunit.xml < tests/input.txt",
1510
"lint": "vendor/bin/phpcs",

0 commit comments

Comments
 (0)