cockroachdb-laravel icon indicating copy to clipboard operation
cockroachdb-laravel copied to clipboard

[Bug]: Package Installation Fails Due to illuminate/contracts Version Conflict

Open arsallanShahab opened this issue 2 months ago • 0 comments

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

  1. Create a Laravel project (or use an existing one).
  2. Run the following command to install the ylsideas/cockroachdb-laravel package:
    composer require ylsideas/cockroachdb-laravel```
    
  3. 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

arsallanShahab avatar Oct 09 '25 22:10 arsallanShahab