stackkit/laravel-google-cloud-tasks-queue

thecodingmachine/safe deprecation warnings

Closed this issue · 5 comments

After upgrading to php8.4 I'm getting a lot of depracation warnings after installing dependencies:

Image

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?

Thanks, I've released v4.3.1 that updates the dependency. Please let me know if that solves the issue.

Thanks. Everything is working now without any deprecation warnings!

Ok, maybe not everything is working. It looks like param name in json_decode function changed.

Image

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.

Thanks!