Skip to content

Commit

Permalink
Merge pull request #76 from romainvv/patch-1
Browse files Browse the repository at this point in the history
Add keep-vendor in readme
  • Loading branch information
Elendev authored Aug 15, 2024
2 parents 7c157c7 + 304f474 commit 665ef86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Many of the options are optional since they can be added directly to the `compos
[--src-type=<The type of repository used for source code: git, svn, ... which will be added to source tag of composer package>]\
[--src-url=<URL of the source code repository which will be added to source tag of composer package>]\
[--src-ref=<The reference to the current code version for this package which will be added to source tag of composer package>]\
[--keep-vendor, Keep vendor directory when creating zip]\
[--ssl-verify=true/]\
[--access-token=<ACCESS_TOKEN added in Bearer>]
<version>
Expand Down Expand Up @@ -136,4 +137,4 @@ Example of token usage:
}
}
}
```
```

0 comments on commit 665ef86

Please sign in to comment.