|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "88245443209e7afe41d4a37b26f07c65",
|
|
|
+ "content-hash": "8ab04001cb3cb872bf0848236af3fc20",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "brick/math",
|
|
@@ -2310,6 +2310,76 @@
|
|
|
},
|
|
|
"time": "2023-07-14T13:56:28+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laravel/socialite",
|
|
|
+ "version": "v5.10.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laravel/socialite.git",
|
|
|
+ "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laravel/socialite/zipball/f376b6eda9084899e37ac08bafd64a95edf9c6c0",
|
|
|
+ "reference": "f376b6eda9084899e37ac08bafd64a95edf9c6c0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.0|^7.0",
|
|
|
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
|
|
+ "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
|
|
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
|
|
+ "league/oauth1-client": "^1.10.1",
|
|
|
+ "php": "^7.2|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
|
|
|
+ "phpstan/phpstan": "^1.10",
|
|
|
+ "phpunit/phpunit": "^8.0|^9.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Laravel\\Socialite\\SocialiteServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laravel\\Socialite\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "keywords": [
|
|
|
+ "laravel",
|
|
|
+ "oauth"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/socialite/issues",
|
|
|
+ "source": "https://github.com/laravel/socialite"
|
|
|
+ },
|
|
|
+ "time": "2023-10-30T22:09:58+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
|
"version": "v2.8.2",
|
|
@@ -3028,6 +3098,82 @@
|
|
|
],
|
|
|
"time": "2023-08-05T12:09:49+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/oauth1-client",
|
|
|
+ "version": "v1.10.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/oauth1-client.git",
|
|
|
+ "reference": "d6365b901b5c287dd41f143033315e2f777e1167"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
|
|
|
+ "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.0|^7.0",
|
|
|
+ "guzzlehttp/psr7": "^1.7|^2.0",
|
|
|
+ "php": ">=7.1||>=8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.17",
|
|
|
+ "mockery/mockery": "^1.3.3",
|
|
|
+ "phpstan/phpstan": "^0.12.42",
|
|
|
+ "phpunit/phpunit": "^7.5||9.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-simplexml": "For decoding XML-based responses."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev",
|
|
|
+ "dev-develop": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\OAuth1\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ben Corlett",
|
|
|
+ "email": "bencorlett@me.com",
|
|
|
+ "homepage": "http://www.webcomm.com.au",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "OAuth 1.0 Client Library",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "SSO",
|
|
|
+ "authorization",
|
|
|
+ "bitbucket",
|
|
|
+ "identity",
|
|
|
+ "idp",
|
|
|
+ "oauth",
|
|
|
+ "oauth1",
|
|
|
+ "single sign on",
|
|
|
+ "trello",
|
|
|
+ "tumblr",
|
|
|
+ "twitter"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thephpleague/oauth1-client/issues",
|
|
|
+ "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1"
|
|
|
+ },
|
|
|
+ "time": "2022-04-15T14:02:14+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/oauth2-server",
|
|
|
"version": "8.5.4",
|
|
@@ -4930,6 +5076,80 @@
|
|
|
],
|
|
|
"time": "2023-04-15T23:01:58+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "socialiteproviders/manager",
|
|
|
+ "version": "v4.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/SocialiteProviders/Manager.git",
|
|
|
+ "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/df5e45b53d918ec3d689f014d98a6c838b98ed96",
|
|
|
+ "reference": "df5e45b53d918ec3d689f014d98a6c838b98ed96",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
|
|
|
+ "laravel/socialite": "~5.0",
|
|
|
+ "php": "^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.2",
|
|
|
+ "phpunit/phpunit": "^6.0 || ^9.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "SocialiteProviders\\Manager\\ServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "SocialiteProviders\\Manager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Andy Wendt",
|
|
|
+ "email": "andy@awendt.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Anton Komarev",
|
|
|
+ "email": "a.komarev@cybercog.su"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Miguel Piedrafita",
|
|
|
+ "email": "soy@miguelpiedrafita.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "atymic",
|
|
|
+ "email": "atymicq@gmail.com",
|
|
|
+ "homepage": "https://atymic.dev"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Easily add new or override built-in providers in Laravel Socialite.",
|
|
|
+ "homepage": "https://socialiteproviders.com",
|
|
|
+ "keywords": [
|
|
|
+ "laravel",
|
|
|
+ "manager",
|
|
|
+ "oauth",
|
|
|
+ "providers",
|
|
|
+ "socialite"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/socialiteproviders/manager/issues",
|
|
|
+ "source": "https://github.com/socialiteproviders/manager"
|
|
|
+ },
|
|
|
+ "time": "2023-08-27T23:46:34+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "spatie/eloquent-sortable",
|
|
|
"version": "4.0.2",
|