Skip to content

Commit 6d1d3d4

Browse files
committed
Updated composer
Added extra information to the composer.json file
1 parent d26aa0c commit 6d1d3d4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "kevinorriss/clienttimezone",
3-
"description": "Use javascript to get the users timezone",
43
"type": "library",
4+
"description": "Use javascript to get the client timezone offset from UTC in minutes",
5+
"keywords": ["timezone","javascript"],
6+
"homepage": "https://github.com/kevinorriss/clienttimezone",
7+
"license": "MIT",
58
"authors": [
69
{
710
"name": "Kevin Orriss",
8-
"email": "[email protected]"
11+
"email": "[email protected]",
12+
"homepage": "http://kevinorriss.com",
13+
"role": "Developer"
914
}
1015
],
1116
"minimum-stability": "stable",
12-
"require": {}
17+
"require": {
18+
"php": ">=5.3.0"
19+
}
1320
}

0 commit comments

Comments
 (0)