Skip to content

Commit

Permalink
Merge pull request #5 from bilalswiftsolutions/laravel-10-support
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
nathanheffley authored Jun 7, 2023
2 parents f93b3d0 + 9810b93 commit 658fe19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^8.0",
"illuminate/http": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0"
"illuminate/database": "^10.13.2",
"illuminate/http": "^10.13.2",
"illuminate/routing": "^10.13.2",
"illuminate/support": "^10.13.2"
},
"require-dev": {
"laravel/sail": "^1.9",
Expand Down

0 comments on commit 658fe19

Please sign in to comment.