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.

35 lines
793 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. },
  15. "require-dev": {
  16. "phpunit/phpunit": "~4.0",
  17. "fzaninotto/faker": "~1.0"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "App\\": "app/"
  22. },
  23. "classmap": [
  24. "database/"
  25. ]
  26. },
  27. "autoload-dev": {
  28. "classmap": [
  29. "tests/"
  30. ]
  31. },
  32. "config": {
  33. "preferred-install": "dist"
  34. }
  35. }