Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. composer require silverstripe/comments:*@dev
  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. - silverstripe/comments dev-master requires colymba/gridfield-bulk-editing-tools dev-master -> no matching package found.
  9. - Installation request for silverstripe/comments *@dev -> satisfiable by silverstripe/comments[1.1.x-dev, dev-master].
  10. - Conclusion: remove silverstripe/framework 3.1.2
  11. - silverstripe/comments 1.1.x-dev requires silverstripe/framework 3.0.* -> satisfiable by silverstripe/framework[3.0.2.1, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8].
  12. - Can only install one of: silverstripe/framework[3.1.2, 3.0.2.1].
  13. - Can only install one of: silverstripe/framework[3.1.2, 3.0.3].
  14. - Can only install one of: silverstripe/framework[3.1.2, 3.0.4].
  15. - Can only install one of: silverstripe/framework[3.1.2, 3.0.5].
  16. - Can only install one of: silverstripe/framework[3.1.2, 3.0.6].
  17. - Can only install one of: silverstripe/framework[3.1.2, 3.0.7].
  18. - Can only install one of: silverstripe/framework[3.1.2, 3.0.8].
  19. - Installation request for silverstripe/framework == 3.1.2.0 -> satisfiable by silverstripe/framework[3.1.2].
  20.  
  21. Potential causes:
  22. - A typo in the package name
  23. - The package is not available in a stable-enough version according to your minimum-stability setting
  24. see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
  25.  
  26. Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
  27.  
  28. Installation failed, reverting ./composer.json to its
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement