let's check once again:
first chmod composer.phar as executable, then put a file named 
composer.json in the same folder with this line in it:
{"require": {"doctrine/orm": "2.4.1"}}
then run this command:
$ php composer.phar install
 
correct? or composer.json should be cosmetic?
{ "require": 
                 {"doctrine/orm": "2.4.1"}
}
I don't think there is much difference?
 

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to