mattketmo/uuid-2x-bridge

Allow to use ramsey/uuid:3.x even if one of your dependencies requires version 2.x

Installs: 77 858

Dependents: 2

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 1

Open Issues: 2

pkg:composer/mattketmo/uuid-2x-bridge

1.0.0 2015-12-23 09:50 UTC

This package is auto-updated.

Last update: 2025-10-05 22:47:26 UTC


README

This tiny package allow you to use ramsey/uuid: ^3.0 library even if one of your composer dependencies requires ramsey/uuid: 2.*.

Usage

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.

License

This package is released under the MIT License. See the bundled LICENSE file for details.