jamesst20 / kahlan-laravel

Laravel binding for Kahlan testing framework
3 stars 2 forks source link

Illuminate packages are removed when required this project #1

Open tipytechnique opened 5 years ago

tipytechnique commented 5 years ago

Hi !

I have an issue while requiring your project with composer.

I use laravel 5.8.8, and when i run composer require --dev jamesst20/kahlan-laravel:^1.0, many of Illuminate packages like illuminate/queue, illuminate/database, and many others that are in version 5.8.8 are removed.

jamesst20 commented 5 years ago

Hi,

This sounds strange, are you sure it isn't only caused by the fact that 'composer require' triggers an update?

I must admit I am not the most experienced person about how composer works internally, but looking at composer.json file from kahlan-laravel, I don't see anything that could be causing this