prooph / event-store

PHP 7.4 EventStore Implementation
http://getprooph.org
BSD 3-Clause "New" or "Revised" License
547 stars 74 forks source link

Make Guid class compatible with ramsey uuid 3+4 #393

Closed Nek- closed 4 years ago

Nek- commented 4 years ago

Problem: the composer.json was updated so it's possible to have gedmo/uuid 4, besides the project is not compatible with it.

Solution: update Guid class.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling e339695f78b30616d71b449aa64f9e5ece59b2d5 on Nek-:feature/compat-gedmo-4 into 35d188b570976217ca47d687e931800fa88964e1 on prooph:master.

Nek- commented 4 years ago

@prolic typo due to my weird brain.

prolic commented 4 years ago

thanks @Nek-, I didn't catch that.