1
0
Fork 0

Remove BC warning as this was never released

pull/6913/head
Jordi Boggiano 2017-12-18 13:39:20 +01:00 committed by GitHub
parent 7369aba645
commit b32c7b3d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -232,9 +232,6 @@ class Application extends BaseApplication
if (isset($composer['scripts-descriptions'][$script])) { if (isset($composer['scripts-descriptions'][$script])) {
$description = $composer['scripts-descriptions'][$script]; $description = $composer['scripts-descriptions'][$script];
} elseif (isset($composer['extra']['scripts-description'][$script])) {
$io->writeError('<warning>You are using "scripts-description" in "extra" which is deprecated. Use "scripts-descriptions" on the topmost level next to "scripts" instead.</warning>');
$description = $composer['extra']['scripts-description'][$script];
} }
$this->add(new Command\ScriptAliasCommand($script, $description)); $this->add(new Command\ScriptAliasCommand($script, $description));