Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2013
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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.0.*",
  8. "illuminate/support": "4.1.*",
  9. "teepluss/asset": "dev-master",
  10. "zizaco/confide": "3.0.x"
  11. },
  12. "require-dev": {
  13. "loic-sharma/profiler": "1.1.*"
  14. },
  15. "autoload": {
  16. "classmap": [
  17. "app/commands",
  18. "app/controllers",
  19. "app/models",
  20. "app/database/migrations",
  21. "app/database/seeds",
  22. "app/tests/TestCase.php",
  23. "app/lib"
  24. ]
  25. },
  26. "scripts": {
  27. "post-install-cmd": [
  28. "php artisan optimize"
  29. ],
  30. "pre-update-cmd": [
  31. "php artisan clear-compiled"
  32. ],
  33. "post-update-cmd": [
  34. "php artisan optimize"
  35. ],
  36. "post-create-project-cmd": [
  37. "php artisan key:generate"
  38. ]
  39. },
  40. "config": {
  41. "preferred-install": "dist"
  42. },
  43. "minimum-stability": "dev"
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement