Guest User

Untitled

a guest
Nov 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. composer remove guzzlehttp/guzzle 6.3.0
  2.  
  3. [labone@server5 ~]$ composer remove remove guzzlehttp/guzzle 6.3.0
  4. remove is not required in your composer.json and has not been removed
  5. guzzlehttp/guzzle is not required in your composer.json and has not been removed
  6. 6.3.0 is not required in your composer.json and has not been removed
  7. Package "remove" listed for update is not installed. Ignoring.
  8. Package "6.3.0" listed for update is not installed. Ignoring.
  9. Loading composer repositories with package information
  10. Updating dependencies (including require-dev)
  11. Nothing to install or update
  12. Generating autoload files
  13. [labone@server5 ~]$
  14.  
  15. [labone@server5 ~]$ composer require zzantares/proxmoxve ~3.0
  16. Using version ^3.0 for zzantares/proxmoxve
  17. ./composer.json has been updated
  18. Loading composer repositories with package information
  19. Updating dependencies (including require-dev)
  20. Your requirements could not be resolved to an installable set of packages.
  21.  
  22. Problem 1
  23. - Installation request for zzantares/proxmoxve ^3.0 -> satisfiable by zzantares/proxmoxve[v3.0.0].
  24. - Conclusion: remove guzzlehttp/guzzle 6.3.0
  25. - Conclusion: don't install guzzlehttp/guzzle 6.3.0
  26. - zzantares/proxmoxve v3.0.0 requires guzzlehttp/guzzle ~4.0 -> satisfiable by guzzlehttp/guzzle[4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4].
  27. - Can only install one of: guzzlehttp/guzzle[4.0.0, 6.3.0].
  28. - Can only install one of: guzzlehttp/guzzle[4.0.1, 6.3.0].
  29. - Can only install one of: guzzlehttp/guzzle[4.0.2, 6.3.0].
  30. - Can only install one of: guzzlehttp/guzzle[4.1.0, 6.3.0].
  31. - Can only install one of: guzzlehttp/guzzle[4.1.1, 6.3.0].
  32. - Can only install one of: guzzlehttp/guzzle[4.1.2, 6.3.0].
  33. - Can only install one of: guzzlehttp/guzzle[4.1.3, 6.3.0].
  34. - Can only install one of: guzzlehttp/guzzle[4.1.4, 6.3.0].
  35. - Can only install one of: guzzlehttp/guzzle[4.1.5, 6.3.0].
  36. - Can only install one of: guzzlehttp/guzzle[4.1.6, 6.3.0].
  37. - Can only install one of: guzzlehttp/guzzle[4.1.7, 6.3.0].
  38. - Can only install one of: guzzlehttp/guzzle[4.1.8, 6.3.0].
  39. - Can only install one of: guzzlehttp/guzzle[4.2.0, 6.3.0].
  40. - Can only install one of: guzzlehttp/guzzle[4.2.1, 6.3.0].
  41. - Can only install one of: guzzlehttp/guzzle[4.2.2, 6.3.0].
  42. - Can only install one of: guzzlehttp/guzzle[4.2.3, 6.3.0].
  43. - Can only install one of: guzzlehttp/guzzle[4.2.4, 6.3.0].
  44. - Installation request for guzzlehttp/guzzle (locked at 6.3.0) -> satisfiable by guzzlehttp/guzzle[6.3.0].
  45.  
  46.  
  47. Installation failed, reverting ./composer.json to its original content.
  48. [labone@server5 ~]$
Add Comment
Please, Sign In to add comment