1.3-php7.1
,latest
1.3-php7.1-alpine
,alpine
1.3-php7.0
1.3-php7.0-alpine
1.3-php5.6
1.3-php5.6-alpine
Composer helps you declare, manage and install dependencies of PHP projects.
composer parallel install plugin.
-
Install the
marusan10/composer-with-prestissimo
container:$ docker pull marusan10/composer-with-prestissimo
-
Create a composer.json defining your dependencies.
{ "require": { "monolog/monolog": ">=1.0.0" } }
-
Run Composer through the Composer container:
$ docker run --rm -v $(pwd):/app marusan10/composer-with-prestissimo install