php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM

Repository from Github https://github.comphp-pm/php-pm-httpkernelRepository from Github https://github.comphp-pm/php-pm-httpkernel

Unable to install on clean Laravel 5.6 project

george-kar opened this issue · comments

Following the instructions on the main page I get the response:

Problem 1
- Installation request for php-pm/httpkernel-adapter dev-master -> satisfiable by php-pm/httpkernel-adapter[dev-master].
- php-pm/httpkernel-adapter dev-master requires php-pm/php-pm ^1.0 -> satisfiable by php-pm/php-pm[1.0, 1.0.1, 1.0.2] but these conflict with your requirements or minimum-stability.

Is it working on Laravel 5.6 ?

commented

I've updated the installation instructions in 4ee4570.

Due to some recent fixes you can- for the time being- also use something like this:

composer require php-pm/php-pm "php-pm/httpkernel-adapter:dev-master as 1.1"