jamesmills / eloquent-uuid

A Laravel Eloquent Model trait for adding and using a uuid with models
139 stars 14 forks source link

Error on compose install #22

Closed renanwilliam closed 4 years ago

renanwilliam commented 4 years ago

When I try to install using composer, this error is throwing: Could not load package jamesmills/eloquent-uuid in http://repo.packagist.org: [UnexpectedValueException] Could not parse version constraint ^5.2.*: Invalid version string "^5.2.*"

image

1070rik commented 4 years ago

Running composer self-update and trying again worked for me :)

jamesmills commented 4 years ago

Don't think we supported 5.2.*. Luckily for you @djoudi added a PR to add this. Try again now.

renanwilliam commented 4 years ago

Erasing vendor folder, composer self-update and composer install again solved the issue