From 600d7832f609d172096b645afcd08c7d9593935d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 14 Feb 2021 14:03:44 -0800 Subject: [PATCH] composer.lock - Require firebase/php-jwt --- composer.lock | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 84d54c3000..b8e248fbf5 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": "82b5858849e9897be2cc6ab415600c90", + "content-hash": "2d1dfc8bddd169a9064a89c693bb5218", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -668,6 +668,56 @@ "homepage": "http://code.google.com/p/phpquery/", "time": "2013-03-21T12:39:33+00:00" }, + { + "name": "firebase/php-jwt", + "version": "v5.2.1", + "source": { + "type": "git", + "url": "https://github.com/firebase/php-jwt.git", + "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23", + "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": ">=4.8 <=9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Firebase\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Neuman Vong", + "email": "neuman+pear@twilio.com", + "role": "Developer" + }, + { + "name": "Anant Narayanan", + "email": "anant@php.net", + "role": "Developer" + } + ], + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "homepage": "https://github.com/firebase/php-jwt", + "keywords": [ + "jwt", + "php" + ], + "time": "2021-02-12T00:02:00+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "6.5.4", @@ -3861,5 +3911,5 @@ "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "1.1.0" } -- 2.25.1