Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PHP 7.4 Support #580

Merged
merged 1 commit into from
May 4, 2023
Merged

Remove PHP 7.4 Support #580

merged 1 commit into from
May 4, 2023

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented May 4, 2023

As pointed out in #577 laravel sail is not installable on PHP 7.4. The reason for that is that symfony/yaml:^6.0 is required which needs PHP 8.x.

This PR therefor removes the PHP 7.4 runtime as this can not be used anymore.
(It would also be possible to open up the symfony/yaml restraint, because 6.0 had no breaking changes as far as I see it: https://github.com/symfony/yaml/blob/6.2/CHANGELOG.md)

@taylorotwell taylorotwell merged commit 923e1e1 into laravel:1.x May 4, 2023
4 checks passed
@Jubeki Jubeki deleted the remove-php74 branch May 23, 2023 16:40
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.

None yet

2 participants