Dependencies conflict
Yann-iBroStudio opened this issue · 3 comments
Hi, I'm trying to install your package on a fresh Laravel install (v 9.13) and also in an another package as a dependency.
I got this :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires lucasdotvin/laravel-soulbscription ^2.0 -> satisfiable by lucasdotvin/laravel-soulbscription[2.0.0, 2.0.1].
- lucasdotvin/laravel-soulbscription[2.0.0, ..., 2.0.1] require illuminate/contracts ^8.73 -> found illuminate/contracts[v8.73.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
And with dev dependencies, it seems that the orchestra/testbench package used is out to date.
Cheers.
Hey! Thank you for the contact! It was tested only with Laravel 8 indeed, so I'm gonna work on a minor release to update these dependencies and support the newer version. It must be published later today. 🤘
Awesome, keep on rockin' !
Hi, @jahazzz! I just published a release to update the dependencies. I've made some tests locally and I could install the package as a regular dependency in a fresh Laravel application and as a dev-dependency in a package. Let me know if there is something more I can help you with! 🚀