-
Notifications
You must be signed in to change notification settings - Fork 588
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
Switch to new moontoast/math package #815
Comments
Feel free to send in a PR. |
Note that "laravel/telescope" itself does not use "moontoast/math" directly - it is used by "ramsey/uuid", which is required by "laravel/framework" for UUID generation. In "ramsey/uuid" "moontoast/math" is an optional requirement, that is why it is added to "require" composer section of "laravel/telescope". At the present state "ramsey/uuid" has already switched to "brick/math", but this changeset is available only as alpha version: This issue will stay on hold until "ramsey/uuid" stable "4.x" release. |
@klimov-paul correct. This probably needs to go to the next version branch. |
Not necessary. |
@klimov-paul current version of Telescope allows for Laravel 5.8 & 6.x while we plan to require a minimum of ramsey/uuid ^4.0 in Laravel 7. |
Indeed. |
Hmm, that may be possible yeah. I quickly went through https://github.com/ramsey/uuid#upgrading-from-3x-to-4x but I can't immediately see breaking changes for us. |
Any update about this? Since laravel 7.3 can using |
@lomotech we're open to prs. |
This will be fixed when we eventually release Telescope v4. |
hello, @driesvints have you fixed the issue because I'm still receiving the error. |
No plans atm yet. It's just a warning so ignore it for now. |
When I install Laravel Telescope I get the following warning:
Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead.
The text was updated successfully, but these errors were encountered: