X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=8cee9e9692a2b0504aba1ceb2a82dacd2245788b;hb=6ad6d197fe1eefa02ffd9d19a0339d4188b7bed7;hp=b8e248fbf55f227dd74db227a01bbbef1a6711b9;hpb=f00a0268a0148b38d5ff913743af34fdae9e1310;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index b8e248fbf5..8cee9e9692 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": "2d1dfc8bddd169a9064a89c693bb5218", + "content-hash": "9a4f82d5c0a69e422d5be01e7ccfe79f", "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", @@ -399,10 +412,6 @@ } ], "description": "Define a 'compile' event for all packages in the dependency-graph", - "support": { - "issues": "https://github.com/civicrm/composer-compile-plugin/issues", - "source": "https://github.com/civicrm/composer-compile-plugin/tree/v0.15" - }, "time": "2021-01-13T05:12:30+00:00" }, { @@ -1417,20 +1426,20 @@ }, { "name": "pear/log", - "version": "1.13.2", + "version": "1.13.3", "source": { "type": "git", "url": "https://github.com/pear/Log.git", - "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3" + "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3", - "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3", + "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3", + "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3", "shasum": "" }, "require": { - "pear/pear_exception": "1.0.1", + "pear/pear_exception": "1.0.1 || 1.0.2", "php": ">5.2" }, "require-dev": { @@ -1443,7 +1452,10 @@ "autoload": { "psr-0": { "Log": "./" - } + }, + "exclude-from-classmap": [ + "/examples/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -1466,7 +1478,11 @@ "log", "logging" ], - "time": "2020-06-02T00:04:03+00:00" + "support": { + "issues": "https://github.com/pear/Log/issues", + "source": "https://github.com/pear/Log" + }, + "time": "2021-05-04T23:51:30+00:00" }, { "name": "pear/mail", @@ -1801,16 +1817,16 @@ }, { "name": "pear/validate_finance_creditcard", - "version": "dev-master", + "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/pear/Validate_Finance_CreditCard.git", - "reference": "a74da657d7a6f24b7e669294b32812e9a947519f" + "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f", - "reference": "a74da657d7a6f24b7e669294b32812e9a947519f", + "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9", + "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9", "shasum": "" }, "require": { @@ -1841,7 +1857,11 @@ } ], "description": "Validation class for credit cards.", - "time": "2016-09-12T08:01:21+00:00" + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard", + "source": "https://github.com/pear/Validate_Finance_CreditCard" + }, + "time": "2021-05-19T22:03:15+00:00" }, { "name": "phenx/php-font-lib", @@ -2094,16 +2114,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.29", + "version": "2.0.31", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "497856a8d997f640b4a516062f84228a772a48a8" + "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8", - "reference": "497856a8d997f640b4a516062f84228a772a48a8", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4", + "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4", "shasum": "" }, "require": { @@ -2111,7 +2131,7 @@ }, "require-dev": { "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { @@ -2195,7 +2215,7 @@ "type": "tidelift" } ], - "time": "2020-09-08T04:24:43+00:00" + "time": "2021-04-06T13:56:45+00:00" }, { "name": "psr/cache", @@ -2646,6 +2666,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", + "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-04-12T14:33:46+00:00" }, { @@ -2717,6 +2751,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", + "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-04-13T09:33:40+00:00" }, { @@ -2780,6 +2828,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", + "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-03-15T09:38:08+00:00" }, { @@ -2830,6 +2892,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", + "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-04-12T16:54:01+00:00" }, { @@ -2937,6 +3013,20 @@ "polyfill", "portable" ], + "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:14:59+00:00" }, { @@ -2996,6 +3086,20 @@ "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" }, { @@ -3058,6 +3162,20 @@ "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" }, { @@ -3186,6 +3304,20 @@ "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" }, { @@ -3235,6 +3367,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", + "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-04-12T14:33:46+00:00" }, { @@ -3898,18 +4044,17 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "pear/validate_finance_creditcard": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "~7.2", - "ext-intl": "*" + "ext-intl": "*", + "ext-json": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.0.0" }