We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca5516 commit e3028b9Copy full SHA for e3028b9
jigsaw
@@ -22,7 +22,7 @@ $app->bootstrapWith([
22
TightenCo\Jigsaw\Bootstrap\HandleExceptions::class,
23
]);
24
25
-$application = new Symfony\Component\Console\Application('Jigsaw', '1.8.3');
+$application = new Symfony\Component\Console\Application('Jigsaw', '1.8.4');
26
$application->addCommands([
27
$app[TightenCo\Jigsaw\Console\InitCommand::class],
28
new TightenCo\Jigsaw\Console\BuildCommand($app),
0 commit comments