I have a small problem with installing this package in my project.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- exploriment/hcloud-php v1.1.0 requires tightenco/collect v5.4.33 -> satisfiable by tightenco/collect[v5.4.33].
- exploriment/hcloud-php v1.1.1 requires tightenco/collect v5.4.33 -> satisfiable by tightenco/collect[v5.4.33].
- exploriment/hcloud-php v1.1.2 requires tightenco/collect v5.4.33 -> satisfiable by tightenco/collect[v5.4.33].
- Conclusion: don't install tightenco/collect v5.4.33
- Installation request for exploriment/hcloud-php ^1.1 -> satisfiable by exploriment/hcloud-php[v1.1.0, v1.1.1, v1.1.2].
Installation failed, reverting ./composer.json to its original content.
Composer spews error's all over the place for me at this moment. Is it a idea to pin tightenco/collect on version 5.6.* in composer.json?
Hi there!
Thanks for making this awesome package!
I have a small problem with installing this package in my project.
Composer spews error's all over the place for me at this moment. Is it a idea to pin
tightenco/collect
on version5.6.*
incomposer.json
?Or will this pose other issues?
Thanks in advance, Ramon