Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 15, 2019
1 parent d894036 commit d255663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('Laravel Installer', '2.1.0');
$app = new Symfony\Component\Console\Application('Laravel Installer', '2.2.0');
$app->add(new Laravel\Installer\Console\NewCommand);

$app->run();

0 comments on commit d255663

Please sign in to comment.