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.

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