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

10 years ago
10 years ago
10 years ago
10 years ago
  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": "^9.6"
  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. }