Skip to content

Conversation

@peter279k
Copy link
Contributor

@peter279k peter279k commented Sep 4, 2020

Changed log

  • According to this line of src/NewCommand class and the line of .github/workflows/tests.yml file, it should let this installer require php-7.3 version at least on composer.json file.

@driesvints
Copy link
Member

Think we can remove the warning then as well.

@peter279k
Copy link
Contributor Author

Think we can remove the warning then as well.

You're right. these following codes can be removed.

        if (version_compare(PHP_VERSION, '7.3.0', '<')) {
            throw new RuntimeException('The Laravel installer requires PHP 7.3.0 or greater. Please use "composer create-project laravel/laravel" instead.');
        }

@driesvints
Copy link
Member

@peter279k can you please add that to the PR?

@peter279k
Copy link
Contributor Author

@peter279k can you please add that to the PR?

Sure. It's removed :).

@driesvints driesvints changed the title The Laravel Installer requires PHP-7.3 at least [4.x] The Laravel Installer requires PHP-7.3 at least Sep 4, 2020
@taylorotwell taylorotwell merged commit 54f3226 into laravel:master Sep 4, 2020
@peter279k peter279k deleted the php7.3_least branch September 4, 2020 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants