Closed mbardelmeijer closed 1 year ago
When installing the package with Laravel 10, a conflict arises:
Root composer.json requires cyberfusion/cluster-api-client ^1.91.0 -> satisfiable by cyberfusion/cluster-api-client[v1.91.0, v1.91.1]. - Conclusion: don't install laravel/framework v10.2.0 (conflict analysis result) - cyberfusion/cluster-api-client[v1.91.0, ..., v1.91.1] require illuminate/support ^8.22 || ^9.0 -> satisfiable by illuminate/support[v8.22.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev].
Allowing illuminate/support ^10.0 in composer.json should do the trick! https://github.com/CyberfusionNL/cyberfusion-cluster-api-client/blob/main/composer.json#L15
illuminate/support
composer.json
https://github.com/CyberfusionNL/cyberfusion-cluster-api-client/releases/tag/v1.92.0
That's quick! Thanks 🙏
Goal
When installing the package with Laravel 10, a conflict arises:
Additional information
Allowing
illuminate/support
^10.0 incomposer.json
should do the trick! https://github.com/CyberfusionNL/cyberfusion-cluster-api-client/blob/main/composer.json#L15