Skip to content

Commit

Permalink
allow laravel 8.x (barryvdh#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebbet authored Aug 27, 2020
1 parent 845fd34 commit 8023cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"require": {
"php": ">=7.2",
"maximebf/debugbar": "^1.16.3",
"illuminate/routing": "^6|^7",
"illuminate/session": "^6|^7",
"illuminate/support": "^6|^7",
"illuminate/routing": "^6|^7|^8",
"illuminate/session": "^6|^7|^8",
"illuminate/support": "^6|^7|^8",
"symfony/debug": "^4.3|^5",
"symfony/finder": "^4.3|^5"
},
Expand Down

0 comments on commit 8023cf6

Please sign in to comment.