Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2. {
  3. "name": "laravel/lumen",
  4. "description": "The Laravel Lumen Framework.",
  5. "keywords": ["framework", "laravel", "lumen"],
  6. "license": "MIT",
  7. "type": "project",
  8. "require": {
  9.  
  10. "laravel/lumen-framework": "5.1.*",
  11. "vlucas/phpdotenv": "~1.0",
  12. "tymon/jwt-auth": "^0.5.4",
  13. "basicit/lumen-vendor-publish": "^1.0"
  14. },
  15. "require-dev": {
  16. "phpunit/phpunit": "~4.0"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "App\\": "app/"
  21. },
  22. "classmap": [
  23. "database/"
  24. ],
  25. "files": [
  26. "app/helpers.php"
  27. ]
  28. },
  29. "autoload-dev": {
  30. "classmap": [
  31. "tests/"
  32. ]
  33. },
  34. "config": {
  35. "preferred-install": "dist"
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement