X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=46df527f7d80c8de97115938d297b2a89c7a9532;hb=5c1bf1d768b2d0411074aca6abf6d5ad0063c599;hp=171510a6287f3cb73a81ca0e50ef72f9b1015730;hpb=459192b042d83d44400c22590e5017a3e7aa7a00;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 171510a628..46df527f7d 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": "65312dbe20aaae9cb2a94b32937a24e0", + "content-hash": "ec5c7533d5c9d49d54530eb94958e55b", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -49,26 +49,26 @@ }, { "name": "brick/math", - "version": "0.8.15", + "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "9b08d412b9da9455b210459ff71414de7e6241cd" + "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd", - "reference": "9b08d412b9da9455b210459ff71414de7e6241cd", + "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", + "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15|^8.5", - "vimeo/psalm": "^3.5" + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", + "vimeo/psalm": "4.3.2" }, "type": "library", "autoload": { @@ -91,32 +91,39 @@ "brick", "math" ], - "time": "2020-04-15T15:59:35+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/brick/math", + "type": "tidelift" + } + ], + "time": "2021-01-20T22:51:39+00:00" }, { "name": "brick/money", - "version": "0.4.5", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/brick/money.git", - "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c" + "reference": "c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/money/zipball/91f2b5bc35646f172b038e46bb496ad18db59c3c", - "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c", + "url": "https://api.github.com/repos/brick/money/zipball/c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf", + "reference": "c6f2883c8a759bf7f77c79aaa6004af6d6c0afaf", "shasum": "" }, "require": { - "brick/math": "~0.7.3 || ~0.8.0", - "php": "^7.1|^8.0" + "brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0", + "php": "^7.1 || ^8.0" }, "require-dev": { "brick/varexporter": "~0.2.1", "ext-dom": "*", "ext-pdo": "*", "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15" + "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0", + "vimeo/psalm": "4.3.2" }, "suggest": { "ext-intl": "Required to format Money objects" @@ -137,7 +144,13 @@ "currency", "money" ], - "time": "2020-05-31T14:17:02+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/brick/money", + "type": "tidelift" + } + ], + "time": "2021-02-10T14:14:29+00:00" }, { "name": "cache/integration-tests", @@ -668,6 +681,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", @@ -3067,20 +3130,6 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-05-12T16:47:27+00:00" }, { @@ -3861,5 +3910,5 @@ "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "1.1.0" }