From 5fbf08dcd74e3058f0efb4d98a9961b391d07132 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 21 May 2017 20:19:50 +1000 Subject: [PATCH] CRM-20561 Use composer to provide Auth_SASL --- composer.json | 3 ++- composer.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ec3f6a56fe..8acce76ed6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "pear/Net_SMTP": "1.6.*", "pear/Net_socket": "1.0.*", "totten/ca-config": "~17.05", - "civicrm/civicrm-cxn-rpc": "~0.16.12.05" + "civicrm/civicrm-cxn-rpc": "~0.16.12.05", + "pear/Auth_SASL": "1.1.0" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index eeb768c750..dfc9b30baf 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": "dc178f2730cdca100d5809ce2b209bf7", + "content-hash": "be4eb8b1d435365f9e163b20b1226b4a", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -107,6 +107,59 @@ "homepage": "https://github.com/dompdf/dompdf", "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/net_smtp", "version": "1.6.3", -- 2.25.1