From b4f67195bb1937bc19e1aea9b5dfc4286d15fb32 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 22 Jan 2018 22:37:49 -0800 Subject: [PATCH] CRM-16421 - composer.json - Include civicrm-setup library ---------------------------------------- * CRM-16421: Work to get CiviCRM for WordPress in WordPress' official Repository https://issues.civicrm.org/jira/browse/CRM-16421 --- composer.json | 3 ++- composer.lock | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a8b02c8401..5ac5d6427d 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,8 @@ "civicrm/civicrm-cxn-rpc": "~0.17.07.01", "pear/Auth_SASL": "1.1.0", "pear/Net_SMTP": "1.6.*", - "pear/Net_socket": "1.0.*" + "pear/Net_socket": "1.0.*", + "civicrm/civicrm-setup": "~0.2.0" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 0612c9af39..7a81794d05 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": "6abd711477a577550967549258a7aec0", + "content-hash": "3aaaa7a6146043643e9fe2cbc8030cca", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -43,6 +43,43 @@ "description": "RPC library for CiviConnect", "time": "2017-07-18T04:02:44+00:00" }, + { + "name": "civicrm/civicrm-setup", + "version": "v0.2.0", + "source": { + "type": "git", + "url": "https://github.com/civicrm/civicrm-setup.git", + "reference": "e7991aff516c3fff952bed8f90832804a134358a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/e7991aff516c3fff952bed8f90832804a134358a", + "reference": "e7991aff516c3fff952bed8f90832804a134358a", + "shasum": "" + }, + "require": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "^2.6.13 || ~3.0" + }, + "type": "library", + "autoload": { + "files": [ + "civicrm-setup-autoload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "CiviCRM LLC", + "email": "info@civicrm.org" + } + ], + "description": "CiviCRM installation library", + "time": "2018-01-23T06:26:55+00:00" + }, { "name": "dompdf/dompdf", "version": "v0.8.0", -- 2.25.1