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

Request::isMethodSafe() is deprecated in Symfony 3.2 #51

Closed
wants to merge 1 commit into from
Closed

Request::isMethodSafe() is deprecated in Symfony 3.2 #51

wants to merge 1 commit into from

Conversation

boonstoppel
Copy link

One of the deprecations that Symfony 3.2 introduced, was Request::isMethodSafe(). We must now use Request::isMethodCacheable().

One of the deprecations that Symfony 3.2 introduced, was Request::isMethodSafe(). We must now use Request::isMethodCacheable().
@barryvdh
Copy link
Owner

barryvdh commented Mar 5, 2018

Thank you. I'd rather just bump to Laravel 5.5+ (as the latest LTS) and use the new method.
Can you update the versions in composer.json and just use isMethodCacheable?

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