|
|
- {
- "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"
- ]
- }
- }
|