qandidate-labs / stack-request-id

Middleware for adding a request id to your Symfony Requests
MIT License
48 stars 14 forks source link

Update dependency to maintained uuid project #4

Closed merk closed 9 years ago

merk commented 9 years ago

The rhumsaa/uuid package is marked as abandoned, to be replaced with ramsey/uuid.

merk commented 9 years ago

Temporarily, including the following in composer.json removes the abandoned warning, because ramsey/uuid is configured to replace rhumsaa/uuid.

        "ramsey/uuid": "~2.0"
wjzijderveld commented 9 years ago

Thanks!