thecodingmachine/safe deprecation warnings
Closed this issue · 5 comments
RazorMeister commented
After upgrading to php8.4 I'm getting a lot of depracation warnings after installing dependencies:
Warnings come from package thecodingmachine/safe and they've been fixed in version ^3.0 but laravel-google-cloud-tasks-queue uses ^1.0|^2.0 version.
Could you update this thecodingmachine/safe dependency to ^3.0?
marickvantuil commented
Thanks, I've released v4.3.1 that updates the dependency. Please let me know if that solves the issue.
RazorMeister commented
Thanks. Everything is working now without any deprecation warnings!
RazorMeister commented
marickvantuil commented
Ah, apologies, I missed that when reading the changelog. I'll pull the version for now, and update the package somewhere next week but as a major version so I can also bump the Laravel and PHP requirements.
RazorMeister commented
Thanks!

