This tiny package allow you to use ramsey/uuid: ^3.0
library
even if one of your composer dependencies requires ramsey/uuid: 2.*
.
Add this dependencies in your composer.json requires section:
"mattketmo/uuid-2x-bridge": "*@dev"
Then you will be able to update ramsey/uuid
to ^3.0
.
This package is released under the MIT License. See the bundled LICENSE file for details.