X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=7e741c3f42c162836f84f8da9177f965be39fe63;hb=540e72d84416c054b976ece5edc502690b63e980;hp=392e957df2b6331716fb808529a54b5428eb37de;hpb=2900b9c38b9ce26104d9665a58868010ef061039;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 392e957df2..7e741c3f42 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": "2a5c933954791a798ec0f50db504c476", + "content-hash": "724a188bee13cc82b52f8bdf1da31595", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -407,25 +407,25 @@ }, { "name": "civicrm/composer-downloads-plugin", - "version": "v2.1.1", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/civicrm/composer-downloads-plugin.git", - "reference": "8722bc7d547315be39397a3078bb51ee053ca269" + "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/8722bc7d547315be39397a3078bb51ee053ca269", - "reference": "8722bc7d547315be39397a3078bb51ee053ca269", + "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877", + "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1", + "composer-plugin-api": "^1.1 || ^2.0", "php": ">=5.6", "togos/gitignore": "~1.1.1" }, "require-dev": { - "composer/composer": "~1.0", + "composer/composer": "~1.0 || ~2.0", "friendsofphp/php-cs-fixer": "^2.3", "phpunit/phpunit": "^5.7", "totten/process-helper": "^1.0.1" @@ -454,7 +454,7 @@ } ], "description": "Composer plugin for downloading additional files within any composer package.", - "time": "2019-08-28T00:33:51+00:00" + "time": "2020-11-02T04:00:42+00:00" }, { "name": "cweagans/composer-patches", @@ -557,33 +557,35 @@ }, { "name": "dompdf/dompdf", - "version": "v0.8.5", + "version": "v0.8.6", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56" + "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56", - "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5", + "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", - "phenx/php-font-lib": "^0.5.1", + "phenx/php-font-lib": "^0.5.2", "phenx/php-svg-lib": "^0.3.3", "php": "^7.1" }, "require-dev": { + "mockery/mockery": "^1.3", "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", "ext-gmagick": "Improves image processing performance", - "ext-imagick": "Improves image processing performance" + "ext-imagick": "Improves image processing performance", + "ext-zlib": "Needed for pdf stream compression" }, "type": "library", "extra": { @@ -619,7 +621,7 @@ ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", - "time": "2020-02-20T03:52:51+00:00" + "time": "2020-08-30T22:54:22+00:00" }, { "name": "electrolinux/phpquery", @@ -2897,6 +2899,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" }, { @@ -3003,6 +3019,89 @@ "homepage": "https://symfony.com", "time": "2020-04-12T14:33:46+00:00" }, + { + "name": "symfony/var-dumper", + "version": "v3.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e31b82077039b1ea3b5a203ec1e3016606f4484", + "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, + "require-dev": { + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "ext-symfony_debug": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "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-08-17T07:27:37+00:00" + }, { "name": "tecnickcom/tcpdf", "version": "6.3.5", @@ -3593,5 +3692,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - } + }, + "plugin-api-version": "1.1.0" }