Skip to content

Commit de411f2

Browse files
author
Igor Zhutaiev
authored
Merge pull request #84 from sugarcrm/develop
Rename Tidbit to lowercase and add authors
2 parents d783a3f + 54ef494 commit de411f2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

composer.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"name" : "sugarcrm/Tidbit",
2+
"name" : "sugarcrm/tidbit",
33
"description" : "Random data generator for Sugar",
44
"license" : "proprietary",
55
"version" : "2.0.0",
66
"keywords" : ["Sugar", "SugarCRM", "Tidbit"],
7-
"homepage": "https://github.com/sugarcrm/Tidbit",
7+
"homepage": "https://github.com/sugarcrm/tidbit",
8+
"authors": [
9+
{
10+
"name": "SugarCRM",
11+
"homepage": "http://www.sugarcrm.com"
12+
}
13+
],
814
"support": {
9-
"wiki" : "https://github.com/sugarcrm/Tidbit/wiki",
10-
"source" : "https://github.com/sugarcrm/Tidbit",
11-
"issues" : "https://github.com/sugarcrm/Tidbit/issues"
15+
"wiki" : "https://github.com/sugarcrm/tidbit/wiki",
16+
"source" : "https://github.com/sugarcrm/tidbit",
17+
"issues" : "https://github.com/sugarcrm/tidbit/issues"
1218
},
1319
"require" : {
1420
},

0 commit comments

Comments
 (0)