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.

38 lines
913 B

  1. {
  2. "description": "Compass is a GPS tracking server that stores data in flat files.",
  3. "keywords": ["p3k", "gps"],
  4. "license": "MIT",
  5. "type": "project",
  6. "require": {
  7. "php": ">=5.5.9",
  8. "laravel/lumen-framework": "5.1.*",
  9. "vlucas/phpdotenv": "~1.0",
  10. "p3k/quartz-db": "0.1.*",
  11. "indieauth/client": "0.2.*",
  12. "guzzlehttp/guzzle":"~6.0",
  13. "illuminate/redis": "^5.1",
  14. "p3k/multipart": "*",
  15. "p3k/utils": ">=1.1.1",
  16. "p3k/timezone": "^0.1.0"
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "~4.0",
  20. "fzaninotto/faker": "~1.0"
  21. },
  22. "autoload": {
  23. "psr-4": {
  24. "App\\": "app/"
  25. },
  26. "classmap": [
  27. "database/"
  28. ]
  29. },
  30. "autoload-dev": {
  31. "classmap": [
  32. "tests/"
  33. ]
  34. },
  35. "config": {
  36. "preferred-install": "dist"
  37. }
  38. }