We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2704173 commit eeef555Copy full SHA for eeef555
construct
@@ -18,7 +18,7 @@ use Symfony\Component\Console\Application;
18
$str = new Str();
19
$filesystem = new Filesystem();
20
$construct = new Construct($filesystem, $str);
21
-$app = new Application('Construct', '1.13.0');
+$app = new Application('Construct', '1.13.1');
22
$app->add(new ConstructCommand($construct, $str, $filesystem));
23
$app->add(new InteractiveCommand($construct, $str));
24
$app->run();
0 commit comments