Skip to content

Commit

Permalink
Bump to laravel/socialite:^5.2 and phpunit/phpunit:^9.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Aug 31, 2023
1 parent df5e45b commit 8d538a6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "socialiteproviders/manager",
"description": "Easily add new or override built-in providers in Laravel Socialite.",
"license": "MIT",
"keywords": [
"laravel",
"manager",
"oauth",
"providers",
"socialite"
],
"homepage": "https://socialiteproviders.com",
"license": "MIT",
"authors": [
{
"name": "Andy Wendt",
Expand All @@ -29,25 +28,21 @@
"homepage": "https://atymic.dev"
}
],
"homepage": "https://socialiteproviders.com",
"support": {
"issues": "https://github.com/socialiteproviders/manager/issues",
"source": "https://github.com/socialiteproviders/manager"
},
"require": {
"php": "^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/socialite": "~5.0"
"illuminate/support": "^6.20 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/socialite": "^5.2"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^6.0 || ^9.0"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"SocialiteProviders\\Manager\\ServiceProvider"
]
}
"phpunit/phpunit": "^9.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"SocialiteProviders\\Manager\\": "src/"
Expand All @@ -58,9 +53,14 @@
"SocialiteProviders\\Manager\\Test\\": "tests/"
}
},
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/socialiteproviders/manager/issues",
"source": "https://github.com/socialiteproviders/manager"
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"SocialiteProviders\\Manager\\ServiceProvider"
]
}
}
}

0 comments on commit 8d538a6

Please sign in to comment.