sarfraznawaz2005 / servermonitor

:heartbeat: Laravel package to periodically monitor the health of your server and application.
MIT License
190 stars 40 forks source link

Can't install in Laravel version 6 #6

Closed belipero closed 9 months ago

belipero commented 4 years ago

Hi! I executed composer require sarfraznawaz2005/servermonitor and I recieved the following error:

image

So I executed guzzle instalation:

"require": { "php": "^7.2", "fideloper/proxy": "^4.0", "guzzlehttp/guzzle": "^7.0", "laravel/framework": "^6.2", "laravel/socialite": "^4.3", "laravel/telescope": "^3.1", "laravel/tinker": "^2.0", "laravel/ui": "^1.1", "mpdf/mpdf": "^8.0", "owen-it/laravel-auditing": "^10.0", "spatie/laravel-cors": "^1.6" },

I executed again server monitor installation and now I recieved this error:

image

Do you have a workaround for this issue?

Regards

connecteev commented 4 years ago

Agreed. Would be great if this package was maintained actively - it's really comprehensive and well-done.

Faks commented 9 months ago

Hi, laravel 6 is outdated version pleasee update framework, and author please close ticket old versions should never be supported.