php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
MIT License
246 stars 72 forks source link

update react/socket dependency #157

Closed isbkch closed 5 years ago

isbkch commented 5 years ago

Running composer require php-pm/php-pm on a Laravel 5.7 app and I keep getting

Problem 1
    - Installation request for php-pm/php-pm ^2.0 -> satisfiable by php-pm/php-pm[2.0].
    - Conclusion: remove react/socket v0.8.12
    - Conclusion: don't install react/socket v0.8.12
    - php-pm/php-pm 2.0 requires react/socket ^1.0 -> satisfiable by react/socket[v1.0.0, v1.1.0, v1.2.0].
    - Can only install one of: react/socket[v1.0.0, v0.8.12].
    - Can only install one of: react/socket[v1.1.0, v0.8.12].
    - Can only install one of: react/socket[v1.2.0, v0.8.12].
    - Installation request for react/socket (locked at v0.8.12) -> satisfiable by react/socket[v0.8.12].

Can you guys update react/socket to latest?

andig commented 5 years ago

Please don‘t open tickets twice.