Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Mar 12, 2024
1 parent f27d366 commit 4950b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/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', '5.5.3');
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.6.0');

This comment has been minimized.

Copy link
@Ramy-Magdy

Ramy-Magdy May 24, 2024

"11.."

$app->add(new Laravel\Installer\Console\NewCommand);

$app->run();

2 comments on commit 4950b84

@Ramy-Magdy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a problem when i use this command [ composer global require laravel/installer ] due to the version used in composer.json is laravel v 5.8
and i can't change it to the latest version of laravel therefore the version in laravel/bin must changed to the latest version of laravel

@driesvints
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ramy-Magdy this is the Laravel installer, not the framework or starter repo. It has its own versioning.

Please sign in to comment.