I get this please advice
 
root [/root]# pwd
/root 
root [/root]# ls -al composer.*
-rw-r--r--. 1 root root     38 Jan 31 11:17 composer.json
-rwxr-xr-x. 1 root root 962523 Jan 31 11:06 composer.phar
root [/root]# php composer.phar install
????root [/root]# _ 
root [/root]# ls -al *vendor*
ls: cannot access *vendor*: No such file or directory
 
and in composer.json I wrote this line:
{"require": {"doctrine/orm": "2.4.1"}}
 
what is the problem?
may be I have to say while installing composer I got this message? should 
it be the problem?

Some settings on your machine may cause stability issues with Composer.

If you encounter issues, try to change the following:

PHP was compiled with --with-curlwrappers which will cause issues with HTTP 
authentication and GitHub.

Recompile it without this flag if possible

-- 
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