PHP/Composer: Difference between revisions
< PHP
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# | # for Docker container | ||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 03:14, 11 April 2025
Install Composer
# for Docker container
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Add a package
# TODO