Skip to content

Commit

Permalink
Bump dependencies for Laravel 9 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 10, 2022
1 parent 4fa9b45 commit 199b4f2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "rap2hpoutre/laravel-log-viewer",
"description": "A Laravel log reader",
"license": "MIT",
"keywords": ["log", "log-reader", "log-viewer", "logging", "laravel", "lumen"],
"keywords": [
"log",
"log-reader",
"log-viewer",
"logging",
"laravel",
"lumen"
],
"type": "laravel-package",
"authors": [
{
Expand All @@ -12,11 +19,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*|5.*|^6.0|^7.0|^8.0"
"illuminate/support": "4.2.*|5.*|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"orchestra/testbench": "3.7.*"
"phpunit/phpunit": "^7|^9.5.10",
"orchestra/testbench": "3.7.*|^7.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 199b4f2

Please sign in to comment.