From 16b60c307e6c428ff2536c63fd03b2b776f3fede Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 13 Aug 2015 21:16:48 -0700 Subject: [PATCH] composer.json - Move ezc components from packages to composer.json This is in anticipation of proper forking and applying CRM-15499. --- composer.json | 10 +++- composer.lock | 130 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 136 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7bc7ef1ce8..9c379e27a4 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,16 @@ "symfony/finder": "~2.5.0", "totten/ca-config": "~13.02", "civicrm/civicrm-cxn-rpc": "~0.15.12.04", - "iats-payments/civicrm": "~1.4.2" + "iats-payments/civicrm": "~1.4.2", + "zetacomponents/base": "1.7.*", + "zetacomponents/mail": "dev-1.7-civi" }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/civicrm/zetacomponents-mail.git" + } + ], "scripts": { "post-install-cmd": [ "bash tools/scripts/composer/dompdf-cleanup.sh" diff --git a/composer.lock b/composer.lock index ebe69b9151..6377dd5d3f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b8d71552b9a60526a0aab8db1242831a", - "content-hash": "21f4bbca7424a246cf5e48c89aa88022", + "hash": "02df41ffbec4b86911f04fabcdafb9d2", + "content-hash": "27d87bada17dcb2a1e63968ea500c79e", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -619,12 +619,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": "60af3b3c9e7ba7b6fc6fc8643a422ace351a359a" + }, + "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": "2015-08-14 04:25:17" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "zetacomponents/mail": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [], -- 2.25.1