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 cbce4d4 commit 53781ccCopy full SHA for 53781cc
awes-io
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
7
require __DIR__.'/vendor/autoload.php';
8
}
9
10
-$app = new Symfony\Component\Console\Application('AwesIO Installer', '0.2.0');
+$app = new Symfony\Component\Console\Application('AwesIO Installer', '0.2.4');
11
$app->add(new AwesIO\Installer\Console\NewCommand);
12
$app->add(new AwesIO\Installer\Console\DemoCommand);
13
$app->add(new AwesIO\Installer\Console\KeyCommand);
0 commit comments