Skip to content

Commit

Permalink
Merge pull request #48 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
mikebronner committed Feb 26, 2023
2 parents abe48e9 + d44f05d commit a27c5cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"genealabs/laravel-socialiter": "Automatic user resolution and persistence for any Laravel Socialite driver."
},
"require": {
"php": ">=7.3",
"illuminate/support": "^9.0",
"laravel/socialite": "^5.3"
"php": "^8.1",
"illuminate/support": "^10.0",
"laravel/socialite": "^5.6"
},
"require-dev": {
"orchestra/testbench-browser-kit": "^7.0",
"orchestra/testbench-dusk": "^7.0",
"orchestra/testbench": "^7.0",
"predis/predis": "^1.1",
"phpunit/phpunit": "^9.5"
"orchestra/testbench-browser-kit": "^7.12",
"orchestra/testbench-dusk": "^7.20",
"orchestra/testbench": "^8.0",
"predis/predis": "^2.1",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a27c5cb

Please sign in to comment.