We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 680a40d + 665ef86 commit 8518aacCopy full SHA for 8518aac
README.md
@@ -30,6 +30,7 @@ Many of the options are optional since they can be added directly to the `compos
30
[--src-type=<The type of repository used for source code: git, svn, ... which will be added to source tag of composer package>]\
31
[--src-url=<URL of the source code repository which will be added to source tag of composer package>]\
32
[--src-ref=<The reference to the current code version for this package which will be added to source tag of composer package>]\
33
+ [--keep-vendor, Keep vendor directory when creating zip]\
34
[--ssl-verify=true/]\
35
[--access-token=<ACCESS_TOKEN added in Bearer>]
36
<version>
@@ -136,4 +137,4 @@ Example of token usage:
136
137
}
138
139
-```
140
+```
0 commit comments