Tweak quotes for doctrine warning

This commit is contained in:
Barry vd. Heuvel
2015-01-21 11:10:03 +01:00
parent 5c6fa1d43f
commit cfa0333446
+1 -1
View File
@@ -185,7 +185,7 @@ class ModelsCommand extends Command
if (!$hasDoctrine) {
$this->error(
"Warning: 'doctrine/dbal: ~2.3' is required to load database information. Please require that in your composer.json and run 'composer update'."
'Warning: `"doctrine/dbal": "~2.3"` is required to load database information. Please require that in your composer.json and run `composer update`.'
);
}