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.

37 lines
859 B

  1. {
  2. "name": "laravel/lumen",
  3. "description": "The Laravel Lumen Framework.",
  4. "keywords": ["framework", "laravel", "lumen"],
  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.1.*",
  13. "guzzlehttp/guzzle":"~6.0",
  14. "illuminate/redis": "^5.1",
  15. "p3k/multipart": "*"
  16. },
  17. "require-dev": {
  18. "phpunit/phpunit": "~4.0",
  19. "fzaninotto/faker": "~1.0"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "App\\": "app/"
  24. },
  25. "classmap": [
  26. "database/"
  27. ]
  28. },
  29. "autoload-dev": {
  30. "classmap": [
  31. "tests/"
  32. ]
  33. },
  34. "config": {
  35. "preferred-install": "dist"
  36. }
  37. }