Skip to content

Commit

Permalink
Merge pull request #1 from grininc/story/GN-15070/laravel-9-upgrade
Browse files Browse the repository at this point in the history
[GN-15070] Update dependencies for Laravel 9
  • Loading branch information
david-esquivel authored Sep 21, 2022
2 parents b0275e9 + 6dfbb26 commit 66682fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"ext-filter": "*",
"ext-mbstring": "*",
"auth0/auth0-php": "^7.9",
"illuminate/support": " ^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0"
"illuminate/support": " ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"nunomaduro/phpinsights": "^1.13 || ^2.0",
Expand Down

0 comments on commit 66682fa

Please sign in to comment.