Advertisement
Guest User

fooboo

a guest
Sep 2nd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. {
  2. "name": "keithmifsud/hrp-online",
  3. "description": "Bespoke E-commerce & CMS using Laravel 4",
  4. "keywords": ["laravel", "Bespoke Application"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Keith Mifsud",
  9. "homepage": "http://www.kmc-software.co.uk"
  10. }
  11. ],
  12. "require": {
  13. "laravel/framework": "~4.1.28",
  14. "zizaco/confide": "~3.2",
  15. "zizaco/entrust": "~1.2",
  16. "bllim/datatables": "~1.3",
  17. "laravelbook/ardent": "dev-master",
  18. "barryvdh/laravel-dompdf": "*",
  19. "maatwebsite/excel": "1.*"
  20. },
  21. "require-dev": {
  22. "way/generators": "~2.6",
  23. "phpunit/phpunit": "~4.0",
  24. "mockery/mockery": "~0.9",
  25. "summerstreet/woodling": "~0.1.6",
  26. "barryvdh/laravel-ide-helper": "~1.9"
  27. },
  28. "autoload": {
  29. "classmap": [
  30. "app/commands",
  31. "app/controllers",
  32. "app/library",
  33. "app/models",
  34. "app/database/migrations",
  35. "app/database/seeds",
  36. "app/tests/library",
  37. "app/classes"
  38. ]
  39. },
  40. "scripts": {
  41. "pre-update-cmd": [
  42. "php artisan clear-compiled"
  43. ],
  44. "post-install-cmd": [
  45. "php artisan optimize"
  46. ],
  47. "post-update-cmd": [
  48. "php artisan optimize"
  49. ]
  50. },
  51. "config": {
  52. "preferred-install": "dist"
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement