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.

39 lines
940 B

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