22
0
Fork 0

setup composer plus expressif

This commit is contained in:
jlecour 2017-10-05 18:16:00 +02:00
parent 969eea062a
commit bfef34baf1
1 changed files with 3 additions and 3 deletions

View File

@ -376,10 +376,10 @@ twig/twig v2.4.3 Twig, the flexible, fast, and secure template l
### Composer sous Debian 8
~~~
$ wget https://getcomposer.org/installer
$ sha384sum installer
$ wget -q -O setup-composer.php https://getcomposer.org/installer
$ sha384sum setup-composer.php
$ mkdir bin
$ php -d allow_url_fopen=On installer --install-dir=bin --filename=composer
$ php -d allow_url_fopen=On setup-composer.php --install-dir=bin --filename=composer
$ php bin/composer --version
PHP Warning: putenv() has been disabled for security reasons
Composer version 1.5.1 2017-08-09 16:07:22