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.

composer.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "laravel/lumen",
  3. "description": "The Laravel Lumen Framework.",
  4. "keywords": ["framework", "laravel", "lumen"],
  5. "license": "MIT",
  6. "type": "project",
  7. "repositories": [{
  8. "type": "vcs",
  9. "url": "https://git.rthoni.com/luticate/api-utils.git"
  10. },{
  11. "type": "vcs",
  12. "url": "https://git.rthoni.com/luticate/api-generator.git"
  13. },{
  14. "type": "vcs",
  15. "url": "https://git.rthoni.com/luticate/api-auth.git"
  16. },{
  17. "type": "vcs",
  18. "url": "https://git.rthoni.com/luticate/api-doc.git"
  19. }],
  20. "require": {
  21. "php": ">=5.5.9",
  22. "laravel/lumen-framework": "5.1.*",
  23. "vlucas/phpdotenv": "~1.0",
  24. "luticate/auth": "0.1.x"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "~4.0",
  28. "fzaninotto/faker": "~1.0",
  29. "luticate/generator": "0.1.x",
  30. "luticate/doc": "0.1.x"
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "App\\": "app/"
  35. },
  36. "classmap": [
  37. "database/"
  38. ]
  39. },
  40. "autoload-dev": {
  41. "classmap": [
  42. "tests/"
  43. ]
  44. },
  45. "config": {
  46. "preferred-install": "dist"
  47. }
  48. }