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
420 B

  1. {
  2. "name": "p3k/Atlas",
  3. "description": "Atlas",
  4. "keywords": ["p3k", "indieweb", "maps", "geocoding", "timezone"],
  5. "license": "Apache 2.0",
  6. "type": "project",
  7. "require": {
  8. "saltybeagle/savant3": "dev-master",
  9. "p3k/slim-savant": ">=0.1.0"
  10. },
  11. "require-dev": {
  12. },
  13. "autoload": {
  14. "psr-4": {
  15. "p3k\\": "p3k/"
  16. },
  17. "files": [
  18. "lib/config.php",
  19. "lib/helpers.php"
  20. ]
  21. }
  22. }