Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from pwweb/rabrowne85-patch-1
Browse files Browse the repository at this point in the history
Adding support for Laravel 10
  • Loading branch information
rabrowne85 authored Feb 20, 2023
2 parents 96a7957 + dfd9db1 commit d5e6bab
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 @@ -21,7 +21,7 @@
],
"require": {
"php": ">=7.4 || ~8.0",
"laravel/framework": "^8.24.0 || ^9.0",
"laravel/framework": "^8.24.0 || ^9.0 || ^10.0",
"laravel/socialite": "^5.0",
"laracasts/flash": "^3.2.1",
"spatie/laravel-enum": "^2.2 || ^3.0",
Expand Down Expand Up @@ -60,4 +60,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit d5e6bab

Please sign in to comment.