zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
131 stars 10 forks source link

Add slim to required dependencies #26

Closed ghost closed 4 years ago

ghost commented 5 years ago

I think is better to add slim in the required dependencies. I've slim 3. When i require this package i get the latest version for slim 4 instead of the slim 3 compatible version. Thanks.

zeuxisoo commented 5 years ago

The Slim package already in the require-dev section, So, May I knew what do you mean that?

If you are using Slim 3, Please use the 0.6.* version (Branch 0.6.x). You can find out more information in the README.md

ghost commented 4 years ago

You're right, thanks.