CHENXCHEN / laravel-kafka-php

laravel plugin for kafka-php
MIT License
9 stars 0 forks source link

I am trying to install in laravel 5.8 but its showing psr/log error and not supporting latest psr/log package. #1

Open beanbest opened 5 years ago

beanbest commented 5 years ago
Using version v0.2.0.8 for chenxchen/kafka-php
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Can only install one of: psr/log[1.1.0, 1.0.2].
    - Can only install one of: psr/log[1.0.2, 1.1.0].
    - Can only install one of: psr/log[1.0.2, 1.1.0].
    - chenxchen/kafka-php v0.2.0.8 requires psr/log 1.0.2 -> satisfiable by psr/log[1.0.2].
    - Installation request for chenxchen/kafka-php v0.2.0.8 -> satisfiable by chenxchen/kafka-php[v0.2.0.8].
    - Installation request for psr/log (locked at 1.1.0) -> satisfiable by psr/log[1.1.0].

Installation failed, reverting ./composer.json to its original content.
LentaTillux commented 4 years ago

https://github.com/weiboad/kafka-php/issues/268