X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=d317056c91c25f6786013cdfb7c673bff345c3d1;hb=9aa662d15efc0d3f5b9e75e96911b1b6ad64be83;hp=ad486f28a39b2ae57ba6afb9d7e75b8a57204930;hpb=bda40cf268571382268bb8463ea5622ecfb057b8;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index ad486f28a3..d317056c91 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "60d5a363eaca7fd7db0dbb3ba0599fa5", + "content-hash": "85e3f6961c584d986a5a686b04bbed3d", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -48,28 +48,29 @@ }, { "name": "dompdf/dompdf", - "version": "v0.7.0", + "version": "v0.8.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14" + "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", - "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", + "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", - "phenx/php-font-lib": "0.4.*", - "phenx/php-svg-lib": "0.1.*", + "phenx/php-font-lib": "0.5.*", + "phenx/php-svg-lib": "0.2.*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "4.8.*", + "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { @@ -105,7 +106,47 @@ ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", - "time": "2016-05-11T00:36:29+00:00" + "time": "2017-02-16T02:40:40+00:00" + }, + { + "name": "electrolinux/phpquery", + "version": "0.9.6", + "source": { + "type": "git", + "url": "https://github.com/electrolinux/phpquery.git", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "phpQuery/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobiasz Cudnik", + "email": "tobiasz.cudnik@gmail.com", + "homepage": "https://github.com/TobiaszCudnik", + "role": "Developer" + }, + { + "name": "didier Belot", + "role": "Packager" + } + ], + "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", + "homepage": "http://code.google.com/p/phpquery/", + "time": "2013-03-21T12:39:33+00:00" }, { "name": "pclzip/pclzip", @@ -197,6 +238,119 @@ "description": "Abstraction of various SASL mechanism responses", "time": "2017-03-07T14:37:05+00:00" }, + { + "name": "pear/net_smtp", + "version": "1.6.3", + "source": { + "type": "git", + "url": "https://github.com/pear/Net_SMTP.git", + "reference": "7b6240761adf6ee245098e238a25d5c35650d82c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c", + "reference": "7b6240761adf6ee245098e238a25d5c35650d82c", + "shasum": "" + }, + "require": { + "pear/net_socket": "*", + "pear/pear_exception": "*", + "php": ">=4.0.5" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "pear/auth_sasl": "Install optionally via your project's composer.json" + }, + "type": "library", + "autoload": { + "psr-0": { + "Net": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "PHP License" + ], + "authors": [ + { + "name": "Jon Parise", + "email": "jon@php.net", + "homepage": "http://www.indelible.org", + "role": "Lead" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "Lead" + } + ], + "description": "An implementation of the SMTP protocol", + "homepage": "http://pear.github.io/Net_SMTP/", + "keywords": [ + "email", + "mail", + "smtp" + ], + "time": "2015-08-02T17:20:17+00:00" + }, + { + "name": "pear/net_socket", + "version": "1.0.14", + "source": { + "type": "git", + "url": "https://github.com/pear/Net_Socket.git", + "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8", + "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8", + "shasum": "" + }, + "require": { + "pear/pear_exception": "*" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "library", + "autoload": { + "psr-0": { + "Net": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "PHP License" + ], + "authors": [ + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "alec@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Lead" + } + ], + "description": "More info available on: http://pear.php.net/package/Net_Socket", + "time": "2014-02-20T19:27:06+00:00" + }, { "name": "pear/pear_exception", "version": "v1.0.0", @@ -298,22 +452,25 @@ }, { "name": "phenx/php-font-lib", - "version": "0.4", + "version": "0.5", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", - "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088" + "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088", - "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088", + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962", + "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962", "shasum": "" }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, "type": "library", "autoload": { - "psr-0": { - "FontLib\\": "src/" + "psr-4": { + "FontLib\\": "src/FontLib" } }, "notification-url": "https://packagist.org/downloads/", @@ -328,22 +485,25 @@ ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", - "time": "2015-05-06T20:02:39+00:00" + "time": "2017-02-11T10:58:43+00:00" }, { "name": "phenx/php-svg-lib", - "version": "0.1", + "version": "v0.2", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", - "reference": "b419766515b3426c6da74b0e29e93d71c4f17099" + "reference": "de291bec8449b89acfe85691b5c71434797959dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099", - "reference": "b419766515b3426c6da74b0e29e93d71c4f17099", + "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc", + "reference": "de291bec8449b89acfe85691b5c71434797959dc", "shasum": "" }, + "require": { + "sabberworm/php-css-parser": "6.0.*" + }, "type": "library", "autoload": { "psr-0": { @@ -362,7 +522,7 @@ ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", - "time": "2015-05-06T18:49:49+00:00" + "time": "2016-12-13T20:25:45+00:00" }, { "name": "phpoffice/common", @@ -521,16 +681,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "aa8368ed12ef389f20d3932d051a7207471ecbab" + "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/aa8368ed12ef389f20d3932d051a7207471ecbab", - "reference": "aa8368ed12ef389f20d3932d051a7207471ecbab", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b", + "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b", "shasum": "" }, "require": { @@ -616,7 +776,7 @@ "x.509", "x509" ], - "time": "2017-05-08T05:58:24+00:00" + "time": "2017-06-05T06:30:30+00:00" }, { "name": "psr/log", @@ -656,6 +816,47 @@ ], "time": "2012-12-21T11:40:51+00:00" }, + { + "name": "sabberworm/php-css-parser", + "version": "6.0.1", + "source": { + "type": "git", + "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", + "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2", + "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Sabberworm\\CSS": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Raphael Schweikert" + } + ], + "description": "Parser for CSS Files written in PHP", + "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", + "keywords": [ + "css", + "parser", + "stylesheet" + ], + "time": "2015-08-24T08:48:52+00:00" + }, { "name": "symfony/config", "version": "v2.5.12", @@ -961,16 +1162,16 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.2.12", + "version": "6.2.13", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" + "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", - "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64", + "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64", "shasum": "" }, "require": { @@ -979,7 +1180,6 @@ "type": "library", "autoload": { "classmap": [ - "fonts", "config", "include", "tcpdf.php", @@ -1020,20 +1220,20 @@ "pdf417", "qrcode" ], - "time": "2015-09-12T10:08:34+00:00" + "time": "2017-04-26T08:14:48+00:00" }, { "name": "totten/ca-config", - "version": "v13.02.0", + "version": "v17.05.0", "source": { "type": "git", "url": "https://github.com/totten/ca_config.git", - "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf" + "reference": "461cf05f932897c37ca87e9a85283d4963b49f09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf", - "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf", + "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09", + "reference": "461cf05f932897c37ca87e9a85283d4963b49f09", "shasum": "" }, "require": { @@ -1057,11 +1257,11 @@ ], "description": "Default configuration for certificate authorities", "homepage": "https://github.com/totten/ca_config", - "time": "2013-02-13T03:40:18+00:00" + "time": "2017-05-10T20:08:17+00:00" }, { "name": "zendframework/zend-escaper", - "version": "2.4.11", + "version": "2.4.13", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", @@ -1106,7 +1306,7 @@ }, { "name": "zendframework/zend-stdlib", - "version": "2.4.11", + "version": "2.4.13", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", @@ -1161,7 +1361,7 @@ }, { "name": "zendframework/zend-validator", - "version": "2.4.11", + "version": "2.4.13", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git",