Skip to content

Commit

Permalink
Update Dependencies for Laravel 9 (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminlinzbauer authored Dec 21, 2021
1 parent 81b130f commit f92fe96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"require": {
"php": ">=7.2",
"maximebf/debugbar": "^1.17.2",
"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"
"illuminate/routing": "^6|^7|^8|^9",
"illuminate/session": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9",
"symfony/debug": "^4.3|^5|^6",
"symfony/finder": "^4.3|^5|^6"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
Expand Down

0 comments on commit f92fe96

Please sign in to comment.