antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Cant install in laravel 5.5 #105

Closed Kokil closed 5 years ago

Kokil commented 5 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

mhipo1364 commented 5 years ago

You need to update your phpunit in your --dev stage. I mean, php-timer is not on satisfiable verison. Run this command:

composer require --dev phpunit/phpunit --update-with-dependencies

Then install health package.

antonioribeiro commented 5 years ago

Pushed some fixes to make it work on Laravel 5.5: https://travis-ci.org/antonioribeiro/health

image