You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It looks like the Symfony dependencies have had a version bump and are now throwing a deprecated notice:
Since symfony/http-foundation 5.1: The "Symfony\Component\HttpFoundation\Response::create()" method is deprecated, use "new Symfony\Component\HttpFoundation\Response()" instead.
Describe the bug
It looks like the Symfony dependencies have had a version bump and are now throwing a deprecated notice:
To Reproduce
Steps to reproduce the behavior:
composer update
Expected behavior
No deprecation notice.
Screenshots
This is the diff in dependencies:
Additional context
I believe the issue is in https://github.com/ankitpokhrel/tus-php/blob/master/src/Response.php, but not sure if it is as easy as using
new
instead of::create
or if the class would need a little refactoring.Hope it helps
The text was updated successfully, but these errors were encountered: