Skip to content

Commit

Permalink
feat: Update dependencies to support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Mar 23, 2022
1 parent 8955242 commit f779b80
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 @@ -20,8 +20,8 @@
],
"require": {
"php": ">=8.0",
"illuminate/support": "^8.73",
"inertiajs/inertia-laravel": "^0.4.5"
"illuminate/support": ">=8.0",
"inertiajs/inertia-laravel": "^0.5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
Expand Down

0 comments on commit f779b80

Please sign in to comment.