Tagged Questions
0
votes
2answers
174 views
Symfony2 error when installing via composer
I am trying to install Symfony2 via composer on an Ubuntu server:
php composer.phar create-project symfony/framework-standard-edition /var/www/dev/myproject 2.1.7
but it fails with the following ...
1
vote
2answers
247 views
php Composer windows install weird directory error
Okay, I am a really big noob for windows, Today I wanted to install composer for the first time and I ran into weird directory errors, when I select my php path for the php.exe
And it keeps ...
1
vote
3answers
658 views
Installing packages with composer
I am trying to install gitlist from github. In the doc, I am told to install as dependencies :
some packages as phpcpd, phploc. So I installed composer and I added in the composer.json the folowing ...