Skip to content

Instantly share code, notes, and snippets.

@catchamonkey
Created September 2, 2012 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catchamonkey/3600265 to your computer and use it in GitHub Desktop.
Save catchamonkey/3600265 to your computer and use it in GitHub Desktop.
Symfony2.1.0-RC2 Install Problem
$ php ../composer.phar install
Installing dependencies from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for jms/di-extra-bundle == 1.1.9999999.9999999-dev -> satisfiable by jms/di-extra-bundle 1.1.x-dev.
- Can only install one of: jms/di-extra-bundle dev-master, jms/di-extra-bundle 1.1.x-dev.
- Installation request for jms/di-extra-bundle == 9999999-dev -> satisfiable by jms/di-extra-bundle dev-master.
@jamost
Copy link

jamost commented Sep 4, 2012

I am getting the same error, were you able to get it resolved? I tried "jms/di-extra-bundle": "*", with no luck. Are you using capifony by chance? b/c I am...

@jamost
Copy link

jamost commented Sep 5, 2012

Turns out it was an issue with the Composer.lock file requiring an update and commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment