From cfa033344660dc6b6ec5299a3a054104e1fc1289 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 21 Jan 2015 11:10:03 +0100 Subject: [PATCH] Tweak quotes for doctrine warning --- src/Console/ModelsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 1657540..b1e996e 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -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`.' ); }