X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=b8e248fbf55f227dd74db227a01bbbef1a6711b9;hb=15720d1ce78c5fdca8066c16058c9ac72b751d79;hp=84d54c300061b7a18ed1c6523b078990ff7b1fe9;hpb=41fc09b12fc0e8bcabd871ee654357686c341567;p=civicrm-core.git 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" }