You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
459 B

{
"name": "p3k/timezone",
"type": "library",
"description": "Find the timezone of a given location",
"keywords": ["p3k","date","timezone"],
"license": "Apache-2.0",
"homepage": "https://github.com/aaronpk/p3k-timezone",
"authors" : [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"files": [
"src/p3k/Timezone.php"
]
}
}