Skip to content

Commit

Permalink
Add phpcomposer to README and CLI help text
Browse files Browse the repository at this point in the history
  • Loading branch information
juledwar committed Oct 9, 2024
1 parent b697ed9 commit 5b455f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Currently supported finders are:
- Ruby Gems
- Rust Crates
- PHP PECL packages
- PHP Composer packages

If you want to download Alpine packages, you must have `git` installed.

Expand Down
5 changes: 3 additions & 2 deletions soufi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ def main(
archive is used instead.
The sources currently supported are 'debian', 'ubuntu', 'rhel', 'centos',
'alpine', 'photon', 'java', 'go', 'python', 'create', 'phppecl', and 'npm',
one of which must be specified as the DISTRO argument.
'alpine', 'photon', 'java', 'go', 'python', 'create', 'phppecl',
'phpcomposer', and 'npm', one of which must be specified as the DISTRO
argument.
"""
try:
func = functools.partial(
Expand Down

0 comments on commit 5b455f4

Please sign in to comment.