Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created September 10, 2012 15:56
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 isidromerayo/3691718 to your computer and use it in GitHub Desktop.
Save isidromerayo/3691718 to your computer and use it in GitHub Desktop.
problems to create-project with Symfony2.x without version
$ composer.phar create-project symfony/framework-standard-edition demo_sf2.x
Installing symfony/framework-standard-edition (dev-master 506ffaab8d8474db2512fca879ca4b9877616a1e)
- Installing symfony/framework-standard-edition (dev-master master)
Cloning master
Created project in demo_sf2.x
Loading composer repositories with package information
Installing dependencies from lock file
Your lock file is out of sync with your composer.json, run "composer.phar update" to update dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for symfony/symfony == 2.1.9999999.9999999-dev -> satisfiable by symfony/symfony 2.1.x-dev.
- don't install symfony/symfony dev-master|don't install symfony/symfony 2.1.x-dev
- Installation request for
@isidromerayo
Copy link
Author

You need to add version
$ composer.phar create-project symfony/framework-standard-edition demo_sf2.x 2.1.x-dev

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