-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Deprecated: Return type of Ramsey\Uuid\Uuid::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): #498
Comments
What version of ramsey/uuid do you have installed? Run I'm not familiar with "Sugar." What is that? |
Hi,
Ramsey/uuid version is 3.9 and Sugar is nothing but CRM(SugarCRM).
Regards,
Pankaj
On Tue 7 Mar 2023 at 04:07, Ben Ramsey ***@***.***> wrote:
What version of ramsey/uuid do you have installed? Run composer info
ramsey/uuid to find out which version is installed in your project.
I'm not familiar with "Sugar." What is that?
—
Reply to this email directly, view it on GitHub
<#498 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHNH2TQVR4EN2EZL6PZ3E63W22YA3ANCNFSM6AAAAAAVRR6P64>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*ThanksPankaj Sapkal*
|
Thanks. It looks like SugarCRM is using an old version of ramsey/uuid. Do you know where I can find their "community" edition so I can see if it's feasible to submit a pull request to them to update the library? |
I have the same issue with I looked at the old issue #439 which mentioned this being fixed in 3.9.7
v4.7.4
|
Are you saying that you're seeing the deprecation message when using ramsey/uuid v4.74 on PHP 8.2.6? |
Deprecated: Return type of Ramsey\Uuid\Uuid::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange]
attribute should be used to temporarily suppress the notice in /sugar/vendor/ramsey/uuid/src/Uuid.php on line 216
PHP Version - 8.1.13
Sugar - 12.3.0
OS - Mac
The text was updated successfully, but these errors were encountered: