Browse Source

Fix a few things.

Taylor Otwell 9 years ago
parent
commit
4b117a6ea8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/commands/InspireCommand.php
  2. 1 1
      composer.json

+ 1 - 1
app/commands/InspireCommand.php

@@ -38,7 +38,7 @@ class InspireCommand extends Command {
 	 */
 	public function fire()
 	{
-		$this->comment(Inspiring::quote());
+		$this->info(Inspiring::quote());
 	}
 
 }

+ 1 - 1
composer.json

@@ -32,5 +32,5 @@
 	"config": {
 		"preferred-install": "dist"
 	},
-	"minimum-stability": "stable"
+	"minimum-stability": "dev"
 }