cockroachdb-laravel
cockroachdb-laravel copied to clipboard
[Bug]: Package Installation Fails Due to illuminate/contracts Version Conflict
What happened?
I attempted to install the ylsideas/cockroachdb-laravel package in my Laravel project, but the installation failed due to a version conflict with illuminate/contracts. The error message indicates that the required version of illuminate/contracts (ranging from 8.x to 11.x) conflicts with another dependency in the project.
How to reproduce the bug
- Create a Laravel project (or use an existing one).
- Run the following command to install the
ylsideas/cockroachdb-laravelpackage:composer require ylsideas/cockroachdb-laravel``` - The installation will fail due to a version conflict with illuminate/contracts.
Package Version
1.4.0
PHP Version
8.2.12
Laravel Version
12.33.0
CockroachDB Version
25.2.6
Which operating systems does with happen with?
Windows
Notes
No response