Skip to content

Commit 0e8ad2a

Browse files
committed
Merge branch 'lumen-support'
2 parents fab5430 + 1cfd7c6 commit 0e8ad2a

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"illuminate/support": ">=5.6"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": ">=3.7",
19-
"jenssegers/mongodb": ">=3.4",
18+
"orchestra/testbench": ">=5.0",
19+
"jenssegers/mongodb": ">=4.0",
2020
"mockery/mockery": "^1.0"
2121
},
2222
"autoload": {
@@ -33,5 +33,6 @@
3333
"LogToDB": "danielme85\\LaravelLogToDB\\LogToDB"
3434
}
3535
}
36-
}
36+
},
37+
"minimum-stability": "alpha"
3738
}

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ Uses Laravel native logging functionality.
1818
* [Custom Eloquent Model](#custom-eloquent-model)
1919
* [Log Cleanup](#log-cleanup)
2020
* [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.
2234
2335

2436
## Installation

0 commit comments

Comments
 (0)