X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=f81fe02aa968be184f77855f3bc1a7a1edd50f33;hb=af6f5ac8fc2ce4316867670d2ea9ed76ae17eafb;hp=d0890be2e24d2893c9c552aa307c777af60c5ded;hpb=2953cbdc87e9972c2a5eeeb1665c7e81673e3a11;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index d0890be2e2..f81fe02aa9 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": "f547e4d1ac65fa8044d302f46a7e7267", + "content-hash": "0e6f527fa9032d1f8445c8ec2963c3c9", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -42,6 +42,98 @@ "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db", "time": "2018-09-27T09:45:05+00:00" }, + { + "name": "brick/math", + "version": "0.8.15", + "source": { + "type": "git", + "url": "https://github.com/brick/math.git", + "reference": "9b08d412b9da9455b210459ff71414de7e6241cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd", + "reference": "9b08d412b9da9455b210459ff71414de7e6241cd", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.1|^8.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.2", + "phpunit/phpunit": "^7.5.15|^8.5", + "vimeo/psalm": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brick\\Math\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Arbitrary-precision arithmetic library", + "keywords": [ + "Arbitrary-precision", + "BigInteger", + "BigRational", + "arithmetic", + "bigdecimal", + "bignum", + "brick", + "math" + ], + "time": "2020-04-15T15:59:35+00:00" + }, + { + "name": "brick/money", + "version": "0.4.5", + "source": { + "type": "git", + "url": "https://github.com/brick/money.git", + "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/brick/money/zipball/91f2b5bc35646f172b038e46bb496ad18db59c3c", + "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c", + "shasum": "" + }, + "require": { + "brick/math": "~0.7.3 || ~0.8.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" + }, + "suggest": { + "ext-intl": "Required to format Money objects" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brick\\Money\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Money and currency library", + "keywords": [ + "brick", + "currency", + "money" + ], + "time": "2020-05-31T14:17:02+00:00" + }, { "name": "cache/integration-tests", "version": "0.16.0", @@ -431,6 +523,11 @@ "shasum": "" }, "type": "library", + "extra": { + "patches_applied": { + "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch" + } + }, "autoload": { "classmap": [ "phpQuery/" @@ -2587,16 +2684,16 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.2.26", + "version": "6.3.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "367241059ca166e3a76490f4448c284e0a161f15" + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15", - "reference": "367241059ca166e3a76490f4448c284e0a161f15", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", "shasum": "" }, "require": { @@ -2625,7 +2722,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "LGPL-3.0-only" ], "authors": [ { @@ -2645,7 +2742,7 @@ "pdf417", "qrcode" ], - "time": "2018-10-16T17:24:05+00:00" + "time": "2020-02-14T14:20:12+00:00" }, { "name": "togos/gitignore", @@ -2967,22 +3064,23 @@ }, { "name": "zetacomponents/mail", - "version": "1.9.1", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/zetacomponents/Mail.git", - "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d" + "reference": "c55267564d78724d4c25188fc653fef0da4c920a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d", - "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d", + "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a", + "reference": "c55267564d78724d4c25188fc653fef0da4c920a", "shasum": "" }, "require": { "zetacomponents/base": "~1.8" }, "require-dev": { + "phpunit/phpunit": "~7.5", "zetacomponents/unit-test": "*" }, "type": "library", @@ -3043,7 +3141,7 @@ ], "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.", "homepage": "https://github.com/zetacomponents", - "time": "2020-01-17T11:18:01+00:00" + "time": "2020-06-13T12:38:26+00:00" } ], "packages-dev": [], @@ -3055,7 +3153,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.1" + "php": "~7.1", + "ext-intl": "*" }, "platform-dev": [], "platform-overrides": {