Merge branch '2.2' into main

main
Jordi Boggiano 2 years ago
commit 1734d86907
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

2
composer.lock generated

@ -2212,5 +2212,5 @@
"platform-overrides": {
"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
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
EOT

Loading…
Cancel
Save