We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafda3c commit febcae6Copy full SHA for febcae6
construct
@@ -14,7 +14,7 @@ use JonathanTorres\Construct\Construct;
14
use JonathanTorres\Construct\Str;
15
use Symfony\Component\Console\Application;
16
17
-$app = new Application('Construct', '1.1.0');
+$app = new Application('Construct', '1.2.0');
18
$construct = new Construct(new Filesystem(), new Str());
19
$app->add(new ConstructCommand($construct, new Str()));
20
$app->run();
0 commit comments