8000 [9.x] Update to Symfony v6 and drop PHP 7.4 support by driesvints · Pull Request #37941 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[9.x] Update to Symfony v6 and drop PHP 7.4 support #37941

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

Merged
merged 8 commits into from
Jul 7, 2021
Merged

Conversation

driesvints
Copy link
Member

No description provided.

@@ -508,7 +508,7 @@ public function testHttpsRoutesWithDomains()

public function testRoutesWithDomainsThroughProxy()
{
Request::setTrustedProxies(['10.0.0.1'], SymfonyRequest::HEADER_X_FORWARDED_ALL);
Copy link
Member

Choose a reason for hiding this comment

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

this change we could make already on 8.x?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure

@taylorotwell taylorotwell merged commit 03fa6a2 into master Jul 7, 2021
@taylorotwell taylorotwell deleted the symfony6 branch July 7, 2021 17:10
crynobone added a commit to orchestral/testbench-core that referenced this pull request Jul 7, 2021
laravel/framework#37941

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
crynobone added a commit to orchestral/canvas that referenced this pull request Jul 7, 2021
laravel/framework#37941

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
crynobone added a commit to orchestral/testbench-core that referenced this pull request Jul 7, 2021
* Update to Symfony v6 and drop PHP 7.4 support

laravel/framework#37941

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

@driesvints Shouldn't this change be made in all Illuminate components composer.json too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep seems I forgot to do that. Can you send in a PR? Otherwise I'll try to do that later this week.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sure. I'll send one later today.

lisadeloach63 pushed a commit to lisadeloach63/testbench-core-Laravel that referenced this pull request Sep 1, 2022
* Update to Symfony v6 and drop PHP 7.4 support

laravel/framework#37941

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
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.

4 participants
0