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

Cannot install with fresh Laravel

Open belaarany opened this issue 2 years ago • 1 comments

Hi

I freshly created a Laravel project, but I cannot install this package, maybe because of a dependency version mismatch.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kunalvarma05/laravel-rabbitmq[1.3.0, ..., 1.3.3] require illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires kunalvarma05/laravel-rabbitmq ^1.3 -> satisfiable by kunalvarma05/laravel-rabbitmq[1.3.0, 1.3.1, 1.3.2, 1.3.3].

I am using PHP version 8.1.7:

PHP 8.1.7 (cli) (built: Jun 10 2022 12:22:48) (NTS)

belaarany avatar Jun 21 '22 05:06 belaarany

  • Try updating your Laravel package to ^8.0.0.
  • Or you can try an older release of this package.

sudheer121 avatar Jun 21 '22 09:06 sudheer121