Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. {
  2. "name": "laravel/laravel",
  3. "description": "The Laravel Framework.",
  4. "keywords": [
  5. "framework",
  6. "laravel"
  7. ],
  8. "license": "MIT",
  9. "type": "project",
  10. "require": {
  11. "php": ">=5.6.4",
  12. "alsofronie/eloquent-uuid": "^1.0",
  13. "arcanedev/log-viewer": "^4.3",
  14. "barryvdh/laravel-cors": "^0.8.5",
  15. "bugsnag/bugsnag-laravel": "^2.4",
  16. "cviebrock/eloquent-sluggable": "^4.1",
  17. "doctrine/dbal": "^2.5",
  18. "graham-campbell/binput": "^3.6",
  19. "guzzlehttp/guzzle": "^6.2",
  20. "intervention/image": "^2.3",
  21. "laravel/framework": "5.4.*",
  22. "laravel/socialite": "^3.0",
  23. "laravel/tinker": "~1.0",
  24. "laravelcollective/html": "^5.4",
  25. "laravelista/ekko": "^1.3",
  26. "pda/pheanstalk": "^3.1",
  27. "propaganistas/laravel-phone": "^2.8",
  28. "spatie/laravel-collection-macros": "^2.0",
  29. "spatie/laravel-fractal": "^3.3",
  30. "stefensuhat/flash": "^2.5",
  31. "stefensuhat/no-captcha": "^1.0",
  32. "yajra/laravel-datatables-oracle": "^7.3"
  33. },
  34. "require-dev": {
  35. "fzaninotto/faker": "~1.4",
  36. "mockery/mockery": "0.9.*",
  37. "phpunit/phpunit": "~5.0"
  38. },
  39. "autoload": {
  40. "classmap": [
  41. "database"
  42. ],
  43. "psr-4": {
  44. "App\": "app/"
  45. }
  46. },
  47. "autoload-dev": {
  48. "psr-4": {
  49. "Tests\": "tests/"
  50. }
  51. },
  52. "scripts": {
  53. "post-root-package-install": [
  54. "php -r "file_exists('.env') || copy('.env.example', '.env');""
  55. ],
  56. "post-create-project-cmd": [
  57. "php artisan key:generate"
  58. ],
  59. "post-install-cmd": [
  60. "Illuminate\Foundation\ComposerScripts::postInstall",
  61. "php artisan optimize"
  62. ],
  63. "post-update-cmd": [
  64. "Illuminate\Foundation\ComposerScripts::postUpdate",
  65. "php artisan optimize"
  66. ]
  67. },
  68. "config": {
  69. "preferred-install": "dist",
  70. "sort-packages": true
  71. }
  72. }
  73.  
  74. Checking composer.json: OK
  75. Checking platform settings: OK
  76. Checking git settings: OK
  77. Checking http connectivity to packagist: OK
  78. Checking https connectivity to packagist: OK
  79. Checking github.com rate limit: OK
  80. Checking disk free space: OK
  81. Checking pubkeys:
  82. Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
  83. Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
  84. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement