Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Using version ~2.2 for league/oauth2-client
  2. ./composer.json has been updated
  3. Loading composer repositories with package information
  4. Updating dependencies (including require-dev)
  5. Your requirements could not be resolved to an installable set of packages.
  6.  
  7. Problem 1
  8. - Installation request for league/oauth2-client ~2.2 -> satisfiable by league/oauth2-client[2.2.0].
  9. - Conclusion: remove paragonie/random_compat v1.4.2
  10. - league/oauth2-client 2.2.0 requires paragonie/random_compat ^2.0 -> satisfiable by paragonie/random_compat[v2.0.0, v2.0.1, v2.0.10, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.6, v2.0.7, v2.0.8, v2.0.9].
  11. - Can only install one of: paragonie/random_compat[v2.0.0, v1.4.2].
  12. - Can only install one of: paragonie/random_compat[v2.0.1, v1.4.2].
  13. - Can only install one of: paragonie/random_compat[v2.0.10, v1.4.2].
  14. - Can only install one of: paragonie/random_compat[v2.0.2, v1.4.2].
  15. - Can only install one of: paragonie/random_compat[v2.0.3, v1.4.2].
  16. - Can only install one of: paragonie/random_compat[v2.0.4, v1.4.2].
  17. - Can only install one of: paragonie/random_compat[v2.0.5, v1.4.2].
  18. - Can only install one of: paragonie/random_compat[v2.0.6, v1.4.2].
  19. - Can only install one of: paragonie/random_compat[v2.0.7, v1.4.2].
  20. - Can only install one of: paragonie/random_compat[v2.0.8, v1.4.2].
  21. - Can only install one of: paragonie/random_compat[v2.0.9, v1.4.2].
  22. - Installation request for paragonie/random_compat == 1.4.2.0 -> satisfiable by paragonie/random_compat[v1.4.2].
  23.  
  24.  
  25. Installation failed, reverting ./composer.json to its original content.
  26.  
  27. {
  28. "name": "laravel/laravel",
  29. "description": "The Laravel Framework.",
  30. "keywords": ["framework", "laravel"],
  31. "license": "MIT",
  32. "type": "project",
  33. "require": {
  34. "php": ">=5.5.9",
  35. "laravel/framework": "5.1.*",
  36. "bestmomo/scafold": "dev-master",
  37. "illuminate/html": "5.*",
  38. "barryvdh/laravel-dompdf": "0.6.*",
  39. "davejamesmiller/laravel-breadcrumbs": "~3.0"
  40. },
  41. "require-dev": {
  42. "fzaninotto/faker": "~1.4",
  43. "mockery/mockery": "0.9.*",
  44. "phpunit/phpunit": "~4.0",
  45. "phpspec/phpspec": "~2.1"
  46. },
  47. "autoload": {
  48. "classmap": [
  49. "database",
  50. "app/helpers"
  51. ],
  52. "psr-4": {
  53. "App\": "app/"
  54. }
  55. },
  56. "autoload-dev": {
  57. "classmap": [
  58. "tests/TestCase.php"
  59. ]
  60. },
  61. "scripts": {
  62. "post-install-cmd": [
  63. "php artisan clear-compiled",
  64. "php artisan optimize"
  65. ],
  66. "pre-update-cmd": [
  67. "php artisan clear-compiled"
  68. ],
  69. "post-update-cmd": [
  70. "php artisan optimize"
  71. ],
  72. "post-root-package-install": [
  73. "php -r "copy('.env.example', '.env');""
  74. ],
  75. "post-create-project-cmd": [
  76. "php artisan key:generate"
  77. ]
  78. },
  79. "config": {
  80. "preferred-install": "dist"
  81. }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement