Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2013
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. "name": "laravel/laravel",
  3. "description": "The Laravel Framework.",
  4. "keywords": ["framework", "laravel"],
  5. "license": "MIT",
  6. "require": {
  7. "laravel/framework": "4.1.*",
  8. "teepluss/asset": "dev-master"
  9. },
  10. "require-dev": {
  11. "loic-sharma/profiler": "1.1.*"
  12. },
  13. "autoload": {
  14. "classmap": [
  15. "app/commands",
  16. "app/controllers",
  17. "app/models",
  18. "app/database/migrations",
  19. "app/database/seeds",
  20. "app/tests/TestCase.php",
  21. "app/lib"
  22. ]
  23. },
  24. "scripts": {
  25. "post-install-cmd": [
  26. "php artisan optimize"
  27. ],
  28. "pre-update-cmd": [
  29. "php artisan clear-compiled"
  30. ],
  31. "post-update-cmd": [
  32. "php artisan optimize"
  33. ],
  34. "post-create-project-cmd": [
  35. "php artisan key:generate"
  36. ]
  37. },
  38. "config": {
  39. "preferred-install": "dist"
  40. },
  41. "minimum-stability": "dev"
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement