Fix a few things.
This commit is contained in:
parent
1a0b1cc08e
commit
4b117a6ea8
|
@ -38,7 +38,7 @@ public function __construct()
|
||||||
*/
|
*/
|
||||||
public function fire()
|
public function fire()
|
||||||
{
|
{
|
||||||
$this->comment(Inspiring::quote());
|
$this->info(Inspiring::quote());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,5 +32,5 @@
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist"
|
"preferred-install": "dist"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue