-
Notifications
You must be signed in to change notification settings - Fork 439
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
Support ramsey/uuid ^4 #1057
Comments
sorry, did not notice this change already landed onto the |
Has this been also been resolved in the laravel-enqueue repo? I went to install enqueue today and wasn't able to because of the pinned version. |
Fixed (but not merged) in #1075 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
composer.json
is currently locked toramsey/uuid
2 and 3. You use this package only for generation of v4 UUIDs, and this API has not changed in the 4th major version of the library, so this should be a trivial change of thecomposer.json
.The text was updated successfully, but these errors were encountered: