We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6e1a1 commit 8a90921Copy full SHA for 8a90921
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.1');
+$app = new Application('Construct', '1.14.0');
22
$app->add(new ConstructCommand($construct, $str, $filesystem));
23
$app->add(new InteractiveCommand($construct, $str));
24
$app->run();
0 commit comments