Skip to content

Commit

Permalink
Merge pull request #2 from yzen-dev/develop
Browse files Browse the repository at this point in the history
Update to Laravel 8
  • Loading branch information
yzen-dev authored Nov 6, 2020
2 parents 76df8a0 + ec89dd8 commit ea581b2
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 311 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ To get started, first publish MonoProcessor config and view files into your own
php artisan vendor:publish --provider "MonoProcessor\ServiceProvider"
```

# :scroll: **Version Compatibility**
| Laravel | MonoProcessor |
| ------- | ------------- |
| v8.x | v1.x |
| v7.x | v0.x |

## :scroll: **Features**
* Extends standard logs
* Collection of SQL requests
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yzen.dev/mono-processor",
"version": "0.3.0",
"version": "1.0.0",
"description": "This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.",
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"require": {
"php": "^7.2",
"illuminate/log": "^v7.0",
"illuminate/auth": "^v7.0",
"illuminate/queue": "^v7.0",
"illuminate/routing": "^v7.0",
"illuminate/http": "^v7.0",
"illuminate/contracts": "^v7.0",
"illuminate/database": "^v7.0",
"illuminate/console": "^v7.0",
"illuminate/support": "^v7.0",
"illuminate/log": "^v8.0",
"illuminate/auth": "^v8.0",
"illuminate/queue": "^v8.0",
"illuminate/routing": "^v8.0",
"illuminate/http": "^v8.0",
"illuminate/contracts": "^v8.0",
"illuminate/database": "^v8.0",
"illuminate/console": "^v8.0",
"illuminate/support": "^v8.0",
"monolog/monolog": "2.*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ea581b2

Please sign in to comment.