File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 15
15
"illuminate/support" : " >=5.6"
16
16
},
17
17
"require-dev" : {
18
- "orchestra/testbench" : " >=3.7 " ,
19
- "jenssegers/mongodb" : " >=3.4 " ,
18
+ "orchestra/testbench" : " >=5.0 " ,
19
+ "jenssegers/mongodb" : " >=4.0 " ,
20
20
"mockery/mockery" : " ^1.0"
21
21
},
22
22
"autoload" : {
33
33
"LogToDB" : " danielme85\\ LaravelLogToDB\\ LogToDB"
34
34
}
35
35
}
36
- }
36
+ },
37
+ "minimum-stability" : " alpha"
37
38
}
Original file line number Diff line number Diff line change @@ -18,7 +18,19 @@ Uses Laravel native logging functionality.
18
18
* [ Custom Eloquent Model] ( #custom-eloquent-model )
19
19
* [ Log Cleanup] ( #log-cleanup )
20
20
* [ Processors] ( #processors )
21
- * [ Lumen Innstallation] ( #lumen-installation )
21
+ * [ Lumen Installation] ( #lumen-installation )
22
+
23
+ | Version | Tested with Laravel |
24
+ | :---: | :---: |
25
+ | v1.x | 5.6+ |
26
+ | v2.1 | 6.x |
27
+ | v2.2 | 6.x |
28
+ | v2.3 | 6.x |
29
+ | v2.4 | 7.x |
30
+
31
+ > :warning : this add-on is developed to be backwards compatible down to Laravel 5.6+, however as the above table indicates:
32
+ > testing of new releases is only performed on specified major Laravel versions.
33
+ > Please note that using Laravel 7 with mongodb (optional), currently requires and alpha version of laravel-mongodb.
22
34
23
35
24
36
## Installation
You can’t perform that action at this time.
0 commit comments