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

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