composer.json 472 B

1234567891011121314151617181920
  1. {
  2. "name": "netico/locator",
  3. "description": "Retrieve latitude and longitude of an address, via OSM",
  4. "type": "project",
  5. "license": "GPLv3",
  6. "authors": [
  7. {
  8. "name": "netico",
  9. "email": "netico@riseup.net"
  10. }
  11. ],
  12. "minimum-stability": "stable",
  13. "require": {
  14. "smarty/smarty": "^4.0",
  15. "twitter/bootstrap": "^5.1"
  16. },
  17. "require-dev": {
  18. "squizlabs/php_codesniffer": "^3.5"
  19. }
  20. }