It just needs to be valid json. You can run a `php composer.phar validate` to verify if things are correct.
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 31 January 2014 21:14, <[email protected]> wrote: > > 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. > -- 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.
