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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "imagine/imagine": "^0.6.3"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "~4.0",
  29. "fzaninotto/faker": "~1.0",
  30. "luticate/generator": "0.1.x",
  31. "luticate/doc": "0.1.x"
  32. },
  33. "autoload": {
  34. "psr-4": {
  35. "App\\": "app/"
  36. },
  37. "classmap": [
  38. "database/"
  39. ]
  40. },
  41. "autoload-dev": {
  42. "classmap": [
  43. "tests/"
  44. ]
  45. },
  46. "config": {
  47. "preferred-install": "dist"
  48. }
  49. }