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