Merge branch '2.2' into main
commit
1734d86907
|
@ -2212,5 +2212,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.2.5"
|
"php": "7.2.5"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.2.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@ The <info>archive</info> command creates an archive of the specified format
|
||||||
containing the files and directories of the Composer project or the specified
|
containing the files and directories of the Composer project or the specified
|
||||||
package in the specified version and writes it to the specified directory.
|
package in the specified version and writes it to the specified directory.
|
||||||
|
|
||||||
<info>php composer.phar archive [--format=zip] [--dir=/foo] [package [version]]</info>
|
<info>php composer.phar archive [--format=zip] [--dir=/foo] [--file=filename] [package [version]]</info>
|
||||||
|
|
||||||
Read more at https://getcomposer.org/doc/03-cli.md#archive
|
Read more at https://getcomposer.org/doc/03-cli.md#archive
|
||||||
EOT
|
EOT
|
||||||
|
|
Loading…
Reference in New Issue