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 d8490d0 commit 5bd024bCopy full SHA for 5bd024b
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.14.0');
+$app = new Application('Construct', '1.14.1');
22
$app->add(new ConstructCommand($construct, $str, $filesystem));
23
$app->add(new InteractiveCommand($construct, $str));
24
$app->run();
0 commit comments