Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. {
  2. "name": "laravel/laravel",
  3. "description": "The Laravel Framework.",
  4. "keywords": ["framework", "laravel"],
  5. "license": "MIT",
  6. "type": "project",
  7. "require": {
  8. "php": ">=7.1.8",
  9. "backpack/MenuCRUD": "^1.0",
  10. "backpack/base": "^0.8.0",
  11. "backpack/crud": "^3.3.0",
  12. "backpack/langfilemanager": "^1.0",
  13. "backpack/logmanager": "^2.3",
  14. "backpack/newscrud": "^2.1",
  15. "backpack/pagemanager": "^1.1",
  16. "backpack/permissionmanager": "^2.1",
  17. "backpack/settings": "^2.0",
  18. "barryvdh/laravel-debugbar": "^2.4",
  19. "barryvdh/laravel-elfinder": "^0.3.10",
  20. "cviebrock/eloquent-sluggable": "^4.2",
  21. "doctrine/dbal": "^2.5",
  22. "eduardoarandah/backpacklogviewer": "^1.0",
  23. "guzzlehttp/guzzle": "^6.3",
  24. "laravel/framework": "5.5.",
  25. "laravel/tinker": "~1.0",
  26. "laravelcollective/html": "^5.4.0",
  27. "nesbot/carbon": "1.22.1"
  28. },
  29. "require-dev": {
  30. "backpack/generators": "^1.1",
  31. "fzaninotto/faker": "~1.4",
  32. "laracasts/generators": "dev-master",
  33. "mockery/mockery": "0.9.",
  34. "phpunit/phpunit": "~6.0",
  35. "filp/whoops": "~2.0"
  36.  
  37. },
  38. "autoload": {
  39. "classmap": [
  40. "database"
  41. ],
  42. "psr-4": {
  43. "App\\": "app/"
  44. }
  45. },
  46. "autoload-dev": {
  47. "psr-4": {
  48. "Tests\\": "tests/"
  49. }
  50. },
  51. "scripts": {
  52. "post-root-package-install": [
  53. "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
  54. ],
  55. "post-create-project-cmd": [
  56. "php artisan key:generate"
  57. ],
  58. "post-install-cmd": [
  59. "Illuminate\\Foundation\\ComposerScripts::postInstall",
  60. "php artisan optimize"
  61. ],
  62. "post-update-cmd": [
  63. "Illuminate\\Foundation\\ComposerScripts::postUpdate",
  64. "php artisan optimize"
  65. ]
  66. },
  67. "config": {
  68. "preferred-install": "dist",
  69. "sort-packages": true,
  70. "optimize-autoloader": true,
  71. "platform": {
  72. "php": "7.1.8"
  73. }
  74.  
  75. }
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement