PHP/Composer: Difference between revisions
< PHP
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= Install Composer= | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# | # TODO | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<ref>https://getcomposer.org/download/</ref> | <ref>https://getcomposer.org/download/</ref> | ||
= Add a package = | |||
<syntaxhighlight lang="bash"> | |||
# TODO | |||
</syntaxhighlight> | |||