Created
September 10, 2012 15:56
-
-
Save isidromerayo/3691718 to your computer and use it in GitHub Desktop.
problems to create-project with Symfony2.x without version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add version
$ composer.phar create-project symfony/framework-standard-edition demo_sf2.x 2.1.x-dev