File tree Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 20
20
" check"
21
21
],
22
22
"require" : {
23
- "php" : " ^7 .0" ,
24
- "illuminate/support" : " ~5|~6|~7|~8 " ,
25
- "league/flysystem" : " ^1 .0" ,
26
- "nesbot/carbon" : " ^1.0|^ 2.0" ,
27
- "composer/semver" : " ^1.4|^ 3.0" ,
28
- "alek13/slack" : " ~1.7 " ,
23
+ "php" : " ^8 .0" ,
24
+ "illuminate/support" : " ^9.0 " ,
25
+ "league/flysystem" : " ^3 .0" ,
26
+ "nesbot/carbon" : " ^2.0" ,
27
+ "composer/semver" : " ^3.0" ,
28
+ "alek13/slack" : " ^2.0 " ,
29
29
"geerlingguy/ping" : " ^1.1"
30
30
},
31
31
"autoload" : {
47
47
"suggest" : {
48
48
"sensiolabs/security-checker" : " Needed for security check of composer packages." ,
49
49
"Predis/Client" : " Needed for Redis check" ,
50
- "league/flysystem-sftp" : " Needed for SFTP check"
50
+ "league/flysystem-sftp-v3 " : " Needed for SFTP check"
51
51
}
52
52
}
Original file line number Diff line number Diff line change @@ -7,22 +7,15 @@ Laravel package to periodically monitor the health of your server and applicatio
7
7
8
8
## Requirements
9
9
10
- - PHP >= 7 +
11
- - Laravel 5+
10
+ - PHP >= 8 +
11
+ - Laravel 9
12
12
13
13
## Installation
14
14
15
15
``` bash
16
16
$ composer require sarfraznawaz2005/servermonitor
17
17
```
18
18
19
- Additional step for Laravel < 5.5:
20
-
21
- Add Service Provider to ` config/app.php ` in ` providers ` section
22
- ``` php
23
- Sarfraznawaz2005\ServerMonitor\ServiceProvider::class,
24
- ```
25
-
26
19
---
27
20
28
21
Now publish package's config file by running below command:
You can’t perform that action at this time.
0 commit comments