php-enqueue/enqueue-dev

Support ramsey/uuid ^4

someniatko opened this issue · 3 comments

composer.json is currently locked to ramsey/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 the composer.json.

sorry, did not notice this change already landed onto the master branch. I always do mess up your main and dev repos :)

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