Skip to content

Commit

Permalink
laravel update
Browse files Browse the repository at this point in the history
  • Loading branch information
Яценко Андрей committed Nov 15, 2022
1 parent 214805b commit f7eb6a2
Show file tree
Hide file tree
Showing 2 changed files with 1,283 additions and 1,241 deletions.
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": "1.0.4",
"version": "1.1",
"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 || ^8.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",
"illuminate/log": "^v9.0",
"illuminate/auth": "^v9.0",
"illuminate/queue": "^v9.0",
"illuminate/routing": "^v9.0",
"illuminate/http": "^v9.0",
"illuminate/contracts": "^v9.0",
"illuminate/database": "^v9.0",
"illuminate/console": "^v9.0",
"illuminate/support": "^v9.0",
"monolog/monolog": "2.*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit f7eb6a2

Please sign in to comment.