From 4b117a6ea8e1a2535ba0bb7e355b1ffca6575ddb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 1 Aug 2014 00:55:37 -0500 Subject: [PATCH] Fix a few things. --- app/commands/InspireCommand.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/commands/InspireCommand.php b/app/commands/InspireCommand.php index 175a881c..bdf720a0 100644 --- a/app/commands/InspireCommand.php +++ b/app/commands/InspireCommand.php @@ -38,7 +38,7 @@ class InspireCommand extends Command { */ public function fire() { - $this->comment(Inspiring::quote()); + $this->info(Inspiring::quote()); } } diff --git a/composer.json b/composer.json index 5a0dbead..b5d07e72 100644 --- a/composer.json +++ b/composer.json @@ -32,5 +32,5 @@ "config": { "preferred-install": "dist" }, - "minimum-stability": "stable" + "minimum-stability": "dev" }