scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Cannot install due to ramsey/uuuid #55

Closed devingray closed 4 years ago

devingray commented 4 years ago

Hi I am getting composer conflicts as I use another package that also supports ramsey/uuid

- Conclusion: don't install ramsey/uuid 4.0.1|install ramsey/uuid 3.3.0|install ramsey/uuid 3.4.0|install ramsey/uuid 3.4.1|install ramsey/uuid 3.5.0|install ramsey/uuid 3.5.1|install ramsey/uuid 3.5.2|install ramsey/uuid 3.6.0|install ramsey/uuid 3.6.1|install ramsey/uuid 3.7.0|install ramsey/uuid 3.7.1|install ramsey/uuid 3.7.2|install ramsey/uuid 3.7.3
    - Conclusion: remove ramsey/uuid 4.0.1|install ramsey/uuid 3.3.0|install ramsey/uuid 3.4.0|install ramsey/uuid 3.4.1|install ramsey/uuid 3.5.0|install ramsey/uuid 3.5.1|install ramsey/uuid 3.5.2|install ramsey/uuid 3.6.0|install ramsey/uuid 3.6.1|install ramsey/uuid 3.7.0|install ramsey/uuid 3.7.1|install ramsey/uuid 3.7.2|install ramsey/uuid 3.7.3
    - scoutapp/scout-apm-laravel v1.3.0 requires ramsey/uuid ^3.0 -> satisfiable by ramsey/uuid[3.0.0, 3.0.0-alpha1, 3.0.0-alpha2, 3.0.0-alpha3, 3.0.0-beta1, 3.0.1, 3.1.0, 3.2.0, 3.3.0, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 3.5.2, 3.6.0, 3.6.1, 3.7.0, 3.7.1, 3.7.2, 3.7.3, 3.8.0, 3.9.0, 3.9.1, 3.9.2, 3.9.3, 3.x-dev].
    - Can only install one of: ramsey/uuid[3.0.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.0.0-alpha1, 4.0.1].
    - Can only install one of: ramsey/uuid[3.0.0-alpha2, 4.0.1].
    - Can only install one of: ramsey/uuid[3.0.0-alpha3, 4.0.1].
    - Can only install one of: ramsey/uuid[3.0.0-beta1, 4.0.1].
    - Can only install one of: ramsey/uuid[3.0.1, 4.0.1].
    - Can only install one of: ramsey/uuid[3.1.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.2.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.8.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.0, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.1, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.2, 4.0.1].
    - Can only install one of: ramsey/uuid[3.9.3, 4.0.1].
    - Can only install one of: ramsey/uuid[3.x-dev, 4.0.1].
    - Installation request for ramsey/uuid (locked at 4.0.1) -> satisfiable by ramsey/uuid[4.0.1].
devingray commented 4 years ago

https://github.com/scoutapp/scout-apm-laravel/pull/56 This PR has solved my issue and i have installed my fork with no problems