From e8474271b3dfdd75df7912792a72a875eeefd783 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 4 Aug 2021 21:17:56 -0700 Subject: [PATCH] Actually include sanctum post-force push --- composer.lock | 68 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index ab7275c0f..a5b07c281 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "15175f8e95c1d5f6e6d93fc832b01a02", + "content-hash": "1f3ffa50fe87faebdc49aa01fbbb364f", "packages": [ { "name": "asbiin/laravel-webauthn", @@ -1958,6 +1958,70 @@ }, "time": "2021-02-16T15:27:11+00:00" }, + { + "name": "laravel/sanctum", + "version": "v2.11.2", + "source": { + "type": "git", + "url": "https://github.com/laravel/sanctum.git", + "reference": "b21e65cbe13896946986cb0868180cd69e1bd5d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/b21e65cbe13896946986cb0868180cd69e1bd5d3", + "reference": "b21e65cbe13896946986cb0868180cd69e1bd5d3", + "shasum": "" + }, + "require": { + "ext-json": "*", + "illuminate/contracts": "^6.9|^7.0|^8.0", + "illuminate/database": "^6.9|^7.0|^8.0", + "illuminate/support": "^6.9|^7.0|^8.0", + "php": "^7.2|^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^8.0|^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + }, + "laravel": { + "providers": [ + "Laravel\\Sanctum\\SanctumServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Sanctum\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.", + "keywords": [ + "auth", + "laravel", + "sanctum" + ], + "support": { + "issues": "https://github.com/laravel/sanctum/issues", + "source": "https://github.com/laravel/sanctum" + }, + "time": "2021-06-15T15:56:21+00:00" + }, { "name": "laravel/tinker", "version": "v2.6.1", @@ -12601,5 +12665,5 @@ "ext-zip": "*" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.0.0" }