X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=b8e248fbf55f227dd74db227a01bbbef1a6711b9;hb=6b270d3217d5cef658a655cf6f1918b4e00fa3a4;hp=e78998528c7e42e460df79ced1fb0f0f9691fde0;hpb=fc16a9c075e0a066171ec75f9b570d54f2305cf5;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index e78998528c..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": "a2171f9e6a9a0cffa1fcaebc3df8ea51", + "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",