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 913B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "require": {
  12. "php": ">=5.5.9",
  13. "laravel/lumen-framework": "5.1.*",
  14. "vlucas/phpdotenv": "~1.0",
  15. "luticate/utils": "0.1.x",
  16. "imagine/imagine": "^0.6.3",
  17. "guzzlehttp/guzzle": "^6.1"
  18. },
  19. "require-dev": {
  20. "phpunit/phpunit": "~4.0",
  21. "fzaninotto/faker": "~1.0"
  22. },
  23. "autoload": {
  24. "psr-4": {
  25. "App\\": "app/"
  26. },
  27. "classmap": [
  28. "database/"
  29. ]
  30. },
  31. "autoload-dev": {
  32. "classmap": [
  33. "tests/"
  34. ]
  35. },
  36. "config": {
  37. "preferred-install": "dist"
  38. }
  39. }