-
Notifications
You must be signed in to change notification settings - Fork 11.7k
[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
Conversation
|
|
||
| public function testRoutesWithDomainsThroughProxy() | ||
| { | ||
| Request::setTrustedProxies(['10.0.0.1'], SymfonyRequest::HEADER_X_FORWARDED_ALL); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure
laravel/framework#37941 Signed-off-by: Mior Muhammad Zaki <[email protected]>
laravel/framework#37941 Signed-off-by: Mior Muhammad Zaki <[email protected]>
* Update to Symfony v6 and drop PHP 7.4 support laravel/framework#37941 Signed-off-by: Mior Muhammad Zaki <[email protected]>
| ], | ||
| "require": { | ||
| "php": "^7.4|^8.0", | ||
| "php": "^8.0", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
* Update to Symfony v6 and drop PHP 7.4 support laravel/framework#37941 Signed-off-by: Mior Muhammad Zaki <[email protected]>
No description provided.