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.

21 lines
459 B

7 years ago
  1. {
  2. "name": "p3k/timezone",
  3. "type": "library",
  4. "description": "Find the timezone of a given location",
  5. "keywords": ["p3k","date","timezone"],
  6. "license": "Apache-2.0",
  7. "homepage": "https://github.com/aaronpk/p3k-timezone",
  8. "authors" : [
  9. {
  10. "name": "Aaron Parecki",
  11. "homepage": "https://aaronparecki.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.4.0"
  16. },
  17. "autoload": {
  18. "files": [
  19. "src/p3k/Timezone.php"
  20. ]
  21. }
  22. }