Skip to content

Commit d16565b

Browse files
committed
modify composer info
1 parent 2015684 commit d16565b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "tureki/rrs",
33
"description": "React Render Server for Laravel/Lumen",
4+
"keywords": [ "react", "reactjs", "laravel", "lumen" ],
5+
"license": "MIT",
46
"authors": [{
57
"name": "tureki",
6-
"email": "tureki@me.com"
8+
"email": "tureki@me.com",
9+
"homepage": "https://github.com/tureki"
710
}],
11+
"support": {
12+
"issues": "https://github.com/tureki/rrs/issues",
13+
"source": "https://github.com/tureki/rrs"
14+
},
815
"require": {
916
"php": ">=5.5.9",
1017
"illuminate/support": "5.0.*|5.1.*|5.2.*"

0 commit comments

Comments
 (0)