X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=c2b104e0a8621a2a5a38a356486fa8bcba79a0ac;hb=93a048d28b9142c891ae7bd73944a9aeecc5aab5;hp=78a349252e2144d0a3b555514b4c07a882a7020f;hpb=1d5d009a38866c9a44f40190c1d430ee9b3d5c49;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 78a349252e..c2b104e0a8 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": "0ac00e2168797fa522d7a6f036a5e296", + "content-hash": "4a18bb520b3027bfca3b0ef8516b1988", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -177,30 +177,34 @@ }, { "name": "dompdf/dompdf", - "version": "v0.8.0", + "version": "v0.8.3", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c" + "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", - "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2", + "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2", "shasum": "" }, "require": { "ext-dom": "*", - "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.5.*", - "phenx/php-svg-lib": "0.2.*", - "php": ">=5.3.0" + "phenx/php-svg-lib": "0.3.*", + "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "4.8.*", + "phpunit/phpunit": "^4.8|^5.5|^6.5", "squizlabs/php_codesniffer": "2.*" }, + "suggest": { + "ext-gd": "Needed to process images", + "ext-gmagick": "Improves image processing performance", + "ext-imagick": "Improves image processing performance" + }, "type": "library", "extra": { "branch-alias": { @@ -235,7 +239,7 @@ ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", - "time": "2017-02-16T02:40:40+00:00" + "time": "2018-12-14T02:40:31+00:00" }, { "name": "electrolinux/phpquery", @@ -1159,25 +1163,28 @@ }, { "name": "phenx/php-svg-lib", - "version": "v0.2", + "version": "v0.3.3", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", - "reference": "de291bec8449b89acfe85691b5c71434797959dc" + "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc", - "reference": "de291bec8449b89acfe85691b5c71434797959dc", + "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", + "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", "shasum": "" }, "require": { - "sabberworm/php-css-parser": "6.0.*" + "sabberworm/php-css-parser": "^8.3" + }, + "require-dev": { + "phpunit/phpunit": "^5.5|^6.5" }, "type": "library", "autoload": { - "psr-0": { - "Svg\\": "src/" + "psr-4": { + "Svg\\": "src/Svg" } }, "notification-url": "https://packagist.org/downloads/", @@ -1192,7 +1199,7 @@ ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", - "time": "2016-12-13T20:25:45+00:00" + "time": "2019-09-11T20:02:13+00:00" }, { "name": "phpoffice/common", @@ -1612,21 +1619,25 @@ }, { "name": "sabberworm/php-css-parser", - "version": "6.0.1", + "version": "8.3.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", - "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2" + "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2", - "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", + "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "require-dev": { + "codacy/coverage": "^1.4", + "phpunit/phpunit": "~4.8" + }, "type": "library", "autoload": { "psr-0": { @@ -1649,7 +1660,7 @@ "parser", "stylesheet" ], - "time": "2015-08-24T08:48:52+00:00" + "time": "2019-02-22T07:42:52+00:00" }, { "name": "symfony/config", @@ -2230,23 +2241,18 @@ }, { "name": "tplaner/when", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/tplaner/When.git", - "reference": "c1ec099f421bff354cc5c929f83b94031423fc80" - }, + "version": "3.0.0+php53", "dist": { "type": "zip", - "url": "https://api.github.com/repos/tplaner/When/zipball/c1ec099f421bff354cc5c929f83b94031423fc80", - "reference": "c1ec099f421bff354cc5c929f83b94031423fc80", - "shasum": "" + "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", + "reference": null, + "shasum": null }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { @@ -2254,7 +2260,6 @@ "When\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2267,13 +2272,62 @@ "description": "Date/Calendar recursion library.", "homepage": "https://github.com/tplaner/When", "keywords": [ + "DateTime", "date", - "datetime", "recurrence", - "repeat", "time" + ] + }, + { + "name": "xkerman/restricted-unserialize", + "version": "1.1.12", + "source": { + "type": "git", + "url": "https://github.com/xKerman/restricted-unserialize.git", + "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489", + "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "require-dev": { + "nikic/php-parser": "^1.4|^3.0|^4.2", + "phpmd/phpmd": "^2.6", + "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2", + "sebastian/phpcpd": "^2.0|^3.0|^4.1", + "squizlabs/php_codesniffer": "^2.9|^3.4" + }, + "type": "library", + "autoload": { + "files": [ + "src/function.php" + ], + "psr-4": { + "xKerman\\Restricted\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "xKerman", + "email": "xKhorasan@gmail.com" + } ], - "time": "2019-01-11T21:59:13+00:00" + "description": "provide PHP Object Injection safe unserialize function", + "keywords": [ + "PHP Object Injection", + "deserialize", + "unserialize" + ], + "time": "2019-08-11T00:04:39+00:00" }, { "name": "zendframework/zend-escaper", @@ -2565,7 +2619,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/nyholm" + "homepage": "https://github.com/Nyholm" }, { "name": "Nicolas Grekas", @@ -2755,7 +2809,6 @@ "stability-flags": { "zetacomponents/mail": 20, "pear/validate_finance_creditcard": 20, - "tplaner/when": 20, "cache/integration-tests": 20 }, "prefer-stable": false,