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

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