spatie / uptime-monitor-app

A PHP application to monitor uptime and ssl certificates
https://spatie.be/opensource/php
MIT License
219 stars 35 forks source link

Install uptime-monitor-app for Laravel 5.3 #7

Closed fahadkhan1740 closed 7 years ago

fahadkhan1740 commented 7 years ago

I am trying to install 1.0 version but when I add spatie/laravel-uptime-monitor in my composer and do composer install nothing really happens. When I just use *, it installs v2 which in not compatible with 5.3. Do I need to add some prefix or suffix for 1.0? I tried the following part

"spatie/laravel-uptime-monitor" : "1.*" "spatie/laravel-uptime-monitor" : "^1.0"

Both didn't install anything.

freekmurze commented 7 years ago

Composer will pick the right version for you if you run composer require spatie/laravel-uptime-monitor on the commandline.