1
0
Fork 0

Modify punctuation for outdated dependency message in installer

pull/1531/head
David Weinraub 2013-01-27 03:25:19 +07:00
parent 5a4c720535
commit 86defea407
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class Installer
} }
if (!$this->locker->isFresh() && !$devMode) { if (!$this->locker->isFresh() && !$devMode) {
$this->io->write('<warning>Warning: The lock file is not up to date with the latest changes in composer.json, you may be getting outdated dependencies, run update to update them.</warning>'); $this->io->write('<warning>Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.</warning>');
} }
foreach ($lockedRepository->getPackages() as $package) { foreach ($lockedRepository->getPackages() as $package) {