X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=d18d1bf64ea61da65b12f9f55c0bdb99738fdc2d;hb=078e92d2163fae07171590e30c5422f48186a3dc;hp=a8bacfb04336f15a9ff758ea87b284ddce7259a8;hpb=750c4bb5c5e5d101ad43c1352b6f1ab82752b5d4;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index a8bacfb043..d18d1bf64e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ef9002cf84b250ea5201b6ce0c5baa56", - "content-hash": "a02a7a13793c8f4f6d5e053690a8aedc", + "hash": "4f2c36b177638f5e22ca05021396c01d", + "content-hash": "0d5b97cd31ec69081403638a7e478f1b", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", - "version": "v0.15.07.27", + "version": "v0.15.12.04", "source": { "type": "git", "url": "https://github.com/civicrm/civicrm-cxn-rpc.git", - "reference": "b6738943aec5b94be5bdc157453142c87851b684" + "reference": "6e3a0f956860908a240758ab8c80a020549a6f03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b6738943aec5b94be5bdc157453142c87851b684", - "reference": "b6738943aec5b94be5bdc157453142c87851b684", + "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/6e3a0f956860908a240758ab8c80a020549a6f03", + "reference": "6e3a0f956860908a240758ab8c80a020549a6f03", "shasum": "" }, "require": { @@ -45,20 +45,20 @@ } ], "description": "RPC library for CiviConnect", - "time": "2015-07-28 02:17:20" + "time": "2015-12-05 04:41:02" }, { "name": "dompdf/dompdf", - "version": "v0.6.1", + "version": "v0.6.2", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb" + "reference": "cc06008f75262510ee135b8cbb14e333a309f651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", - "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cc06008f75262510ee135b8cbb14e333a309f651", + "reference": "cc06008f75262510ee135b8cbb14e333a309f651", "shasum": "" }, "require": { @@ -86,29 +86,7 @@ ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", - "time": "2014-03-11 01:59:52" - }, - { - "name": "iats-payments/civicrm", - "version": "1.4.2", - "source": { - "type": "git", - "url": "https://github.com/iATSPayments/com.iatspayments.civicrm.git", - "reference": "17b0edcdb056fa6257c4cd6612ff354c3f18dcce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/iATSPayments/com.iatspayments.civicrm/zipball/17b0edcdb056fa6257c4cd6612ff354c3f18dcce", - "reference": "17b0edcdb056fa6257c4cd6612ff354c3f18dcce", - "shasum": "" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "AGPL" - ], - "description": "CiviCRM extension for iATS Payments", - "time": "2015-10-30 17:48:34" + "time": "2015-12-07 04:07:13" }, { "name": "phenx/php-font-lib", @@ -144,6 +122,102 @@ "homepage": "https://github.com/PhenX/php-font-lib", "time": "2014-02-01 15:22:28" }, + { + "name": "phpoffice/phpword", + "version": "v0.12.1", + "source": { + "type": "git", + "url": "https://github.com/PHPOffice/PHPWord.git", + "reference": "38cb04d322007dd522cbdd8ba3cd50ab67ced0db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/38cb04d322007dd522cbdd8ba3cd50ab67ced0db", + "reference": "38cb04d322007dd522cbdd8ba3cd50ab67ced0db", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=5.3.3" + }, + "require-dev": { + "dompdf/dompdf": "0.6.*", + "mpdf/mpdf": "5.*", + "phpdocumentor/phpdocumentor": "2.*", + "phploc/phploc": "2.*", + "phpmd/phpmd": "2.*", + "phpunit/phpunit": "3.7.*", + "sebastian/phpcpd": "2.*", + "squizlabs/php_codesniffer": "1.*", + "tecnick.com/tcpdf": "6.*" + }, + "suggest": { + "dompdf/dompdf": "Used to write PDF", + "ext-gd2": "Used to add images", + "ext-xmlwriter": "Used to write DOCX and ODT", + "ext-xsl": "Used to apply XSL style sheet to main document part of OOXML template", + "ext-zip": "Used to write DOCX and ODT" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpOffice\\PhpWord\\": "src/PhpWord" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Mark Baker" + }, + { + "name": "Franck Lefevre", + "homepage": "http://blog.rootslabs.net" + }, + { + "name": "Gabriel Bull", + "email": "me@gabrielbull.com", + "homepage": "http://gabrielbull.com/" + }, + { + "name": "Ivan Lanin", + "homepage": "http://ivan.lanin.org" + }, + { + "name": "Roman Syroeshko", + "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" + } + ], + "description": "PHPWord - A pure PHP library for reading and writing word processing documents (DOCX, ODT, RTF, HTML, PDF)", + "homepage": "http://phpoffice.github.io", + "keywords": [ + "ISO IEC 29500", + "OOXML", + "Office Open XML", + "OpenDocument", + "OpenXML", + "PhpOffice", + "PhpWord", + "Rich Text Format", + "WordprocessingML", + "doc", + "docx", + "html", + "odt", + "office", + "pdf", + "php", + "reader", + "rtf", + "template", + "template processor", + "word", + "writer" + ], + "time": "2015-08-30 14:30:44" + }, { "name": "phpseclib/phpseclib", "version": "0.3.10", @@ -583,6 +657,69 @@ "homepage": "http://symfony.com", "time": "2015-02-08 07:07:45" }, + { + "name": "tecnickcom/tcpdf", + "version": "6.2.12", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", + "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "fonts", + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPLv3" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "homepage": "http://nicolaasuni.tecnick.com" + } + ], + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" + ], + "time": "2015-09-12 10:08:34" + }, { "name": "totten/ca-config", "version": "v13.02.0", @@ -619,12 +756,136 @@ "description": "Default configuration for certificate authorities", "homepage": "https://github.com/totten/ca_config", "time": "2013-02-13 03:40:18" + }, + { + "name": "zetacomponents/base", + "version": "1.7", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Base.git", + "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7", + "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "apache2" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", + "homepage": "https://github.com/zetacomponents", + "time": "2009-06-29 10:47:39" + }, + { + "name": "zetacomponents/mail", + "version": "dev-1.7-civi", + "source": { + "type": "git", + "url": "https://github.com/civicrm/zetacomponents-mail.git", + "reference": "19f5af66cdde19bc20f41671fe453b37f4121eb1" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "license": [ + "apache2" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + }, + { + "name": "Sinisa Dukaric" + }, + { + "name": "Mikko Koppanen" + }, + { + "name": "Christian Michel" + } + ], + "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": "2016-01-08 01:15:38" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "zetacomponents/mail": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],