Skip to content

Commit

Permalink
Merge branch 'lumen-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielme85 committed Jul 10, 2020
2 parents fab5430 + 1cfd7c6 commit 0e8ad2a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"illuminate/support": ">=5.6"
},
"require-dev": {
"orchestra/testbench": ">=3.7",
"jenssegers/mongodb": ">=3.4",
"orchestra/testbench": ">=5.0",
"jenssegers/mongodb": ">=4.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand All @@ -33,5 +33,6 @@
"LogToDB": "danielme85\\LaravelLogToDB\\LogToDB"
}
}
}
},
"minimum-stability": "alpha"
}
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ Uses Laravel native logging functionality.
* [Custom Eloquent Model](#custom-eloquent-model)
* [Log Cleanup](#log-cleanup)
* [Processors](#processors)
* [Lumen Innstallation](#lumen-installation)
* [Lumen Installation](#lumen-installation)

| Version | Tested with Laravel |
| :---: | :---: |
| v1.x | 5.6+ |
| v2.1 | 6.x |
| v2.2 | 6.x |
| v2.3 | 6.x |
| v2.4 | 7.x |

> :warning: this add-on is developed to be backwards compatible down to Laravel 5.6+, however as the above table indicates:
> testing of new releases is only performed on specified major Laravel versions.
> Please note that using Laravel 7 with mongodb (optional), currently requires and alpha version of laravel-mongodb.

## Installation
Expand Down

0 comments on commit 0e8ad2a

Please sign in to comment.