diff --git a/composer.json b/composer.json index 597d71a1fb4e..b3170638c05a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "symfony/finder": "2.3.*", "tecnickcom/tcpdf" : "6.2.*", "totten/ca-config": "~13.02", - "civicrm/civicrm-cxn-rpc": "~0.15.12.04" + "civicrm/civicrm-cxn-rpc": "~0.15.12.04", + "pear/Auth_SASL": "1.1.0" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 5c9a0766e686..3e70353ba01d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +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" ], - "hash": "fd3f59bfad9a391951d4e773230a4752", - "content-hash": "5ac26ca66347ff4485584db892ed4341", + "content-hash": "14b142c58b0ab323da014e67fd1f666d", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -45,7 +44,7 @@ } ], "description": "RPC library for CiviConnect", - "time": "2015-12-05 04:41:02" + "time": "2015-12-05T04:41:02+00:00" }, { "name": "dompdf/dompdf", @@ -106,7 +105,115 @@ ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", - "time": "2016-05-11 00:36:29" + "time": "2016-05-11T00:36:29+00:00" + }, + { + "name": "pear/auth_sasl", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Auth_SASL.git", + "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee", + "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee", + "shasum": "" + }, + "require": { + "pear/pear_exception": "@stable" + }, + "require-dev": { + "phpunit/phpunit": "@stable" + }, + "type": "library", + "autoload": { + "psr-0": { + "Auth": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD" + ], + "authors": [ + { + "name": "Anish Mistry", + "email": "amistry@am-productions.biz", + "role": "Lead" + }, + { + "name": "Richard Heyes", + "email": "richard@php.net", + "role": "Lead" + }, + { + "name": "Michael Bretterklieber", + "email": "michael@bretterklieber.com", + "role": "Lead" + } + ], + "description": "Abstraction of various SASL mechanism responses", + "time": "2017-03-07T14:37:05+00:00" + }, + { + "name": "pear/pear_exception", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "PEAR": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ], + "time": "2015-02-10T20:07:52+00:00" }, { "name": "phenx/php-font-lib", @@ -140,7 +247,7 @@ ], "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-06 20:02:39" + "time": "2015-05-06T20:02:39+00:00" }, { "name": "phenx/php-svg-lib", @@ -174,7 +281,7 @@ ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", - "time": "2015-05-06 18:49:49" + "time": "2015-05-06T18:49:49+00:00" }, { "name": "phpseclib/phpseclib", @@ -272,7 +379,7 @@ "x.509", "x509" ], - "time": "2015-01-28 21:50:33" + "time": "2015-01-28T21:50:33+00:00" }, { "name": "psr/log", @@ -310,7 +417,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "symfony/dependency-injection", @@ -369,7 +476,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2016-05-30 08:31:06" + "time": "2016-05-30T08:31:06+00:00" }, { "name": "symfony/event-dispatcher", @@ -426,7 +533,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2016-04-04 09:22:54" + "time": "2016-04-04T09:22:54+00:00" }, { "name": "symfony/finder", @@ -476,7 +583,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-05-13 14:58:35" + "time": "2016-05-13T14:58:35+00:00" }, { "name": "symfony/process", @@ -526,7 +633,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2016-03-31 08:39:43" + "time": "2016-03-31T08:39:43+00:00" }, { "name": "tecnickcom/tcpdf", @@ -589,7 +696,7 @@ "pdf417", "qrcode" ], - "time": "2015-09-12 10:08:34" + "time": "2015-09-12T10:08:34+00:00" }, { "name": "totten/ca-config", @@ -626,7 +733,7 @@ ], "description": "Default configuration for certificate authorities", "homepage": "https://github.com/totten/ca_config", - "time": "2013-02-13 03:40:18" + "time": "2013-02-13T03:40:18+00:00" } ], "packages-dev": [],