Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 263 Bytes

PHP composer

based on alpine and PHP use these images to run composer on your project.

Versions

  • 5.6: based on PHP 5.6
  • 7: based on PHP 7

Usage

docker run -v $PWD:/project 0x20h/composer:<5.6|7> install