We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcafe2 commit f25b98bCopy full SHA for f25b98b
jigsaw
@@ -8,7 +8,7 @@ use TightenCo\Jigsaw\Jigsaw;
8
9
require_once(__DIR__ . '/jigsaw-core.php');
10
11
-$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.39');
+$app = new Symfony\Component\Console\Application('Jigsaw', '1.3.40');
12
$app->add($container[InitCommand::class]);
13
$app->add(new BuildCommand($container));
14
$app->add(new ServeCommand($container));
0 commit comments