We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1438833 commit d20f6f1Copy full SHA for d20f6f1
jigsaw
@@ -15,7 +15,7 @@ $app = new TightenCo\Jigsaw\Container;
15
16
$app->bootstrapWith([]);
17
18
-$application = new Symfony\Component\Console\Application('Jigsaw', '1.4.0');
+$application = new Symfony\Component\Console\Application('Jigsaw', '1.5.0');
19
$application->add($app[TightenCo\Jigsaw\Console\InitCommand::class]);
20
$application->add(new TightenCo\Jigsaw\Console\BuildCommand($app));
21
$application->add(new TightenCo\Jigsaw\Console\ServeCommand($app));
0 commit comments