diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,6 +71,7 @@ The following table shows which languages and package managers are supported. | .NET | [Nuget](https://www.nuget.org/) | | Python | [pip](https://pip.pypa.io/en/stable/) | | Ruby | [gem](https://rubygems.org/) | +| PHP | [composer](https://getcomposer.org) | Inject `SETUP_CMD` to the docker command to override the given package managers and run your custom command to setup your environment with a custom package manager. @@ -85,7 +86,7 @@ docker run \ ## Settings -The License Management tool can be customized with environments variables for some project types. +The License Management tool can be customized with environments variables for some project types. | Environment variable | Project type | Function | |----------------------|--------------|----------| |
