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.

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