From: Tim Otten Date: Sat, 21 Mar 2015 03:44:10 +0000 (-0700) Subject: composer.json - Add civicrm-cxn-rpc X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=94ddb538cbe8679602cd93db9b78adf8a5285d1f;p=civicrm-core.git composer.json - Add civicrm-cxn-rpc --- diff --git a/composer.json b/composer.json index 4a3e49b29e..2778555b0e 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,15 @@ "symfony/process": "2.3.*", "psr/log": "1.0.0", "symfony/finder": "2.3.*", - "totten/ca-config": "~13.02" + "totten/ca-config": "~13.02", + "civicrm/civicrm-cxn-rpc": "dev-master#d3a201efdb09b8781e6205a9582e0ea2dd2a7dd4" }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/totten/civicrm-cxn-rpc" + } + ], "scripts": { "post-install-cmd": [ "bash tools/scripts/composer/dompdf-cleanup.sh" diff --git a/composer.lock b/composer.lock index 8962e97783..0f8bdaa9ba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,41 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "fae511da43e5fb95d62ee09faa1f19b2", + "hash": "be40d4f92aa2bb9fdfe034e64f5ed4b5", "packages": [ + { + "name": "civicrm/civicrm-cxn-rpc", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/totten/civicrm-cxn-rpc", + "reference": "d3a201efdb09b8781e6205a9582e0ea2dd2a7dd4" + }, + "require": { + "phpseclib/phpseclib": "0.3.*", + "psr/log": "1.0.0" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Civi\\Cxn\\Rpc\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tim Otten", + "email": "totten@civicrm.org" + } + ], + "description": "RPC library for CiviCRM QuickConnect", + "time": "2015-03-25 11:25:27" + }, { "name": "dompdf/dompdf", "version": "v0.6.1", @@ -81,6 +114,104 @@ "homepage": "https://github.com/PhenX/php-font-lib", "time": "2014-02-01 15:22:28" }, + { + "name": "phpseclib/phpseclib", + "version": "0.3.10", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4", + "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4", + "shasum": "" + }, + "require": { + "php": ">=5.0.0" + }, + "require-dev": { + "phing/phing": "~2.7", + "phpunit/phpunit": "~4.0", + "sami/sami": "~2.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "suggest": { + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", + "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "Crypt": "phpseclib/", + "File": "phpseclib/", + "Math": "phpseclib/", + "Net": "phpseclib/", + "System": "phpseclib/" + }, + "files": [ + "phpseclib/Crypt/Random.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "phpseclib/" + ], + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "time": "2015-01-28 21:50:33" + }, { "name": "psr/log", "version": "1.0.0", @@ -367,7 +498,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "civicrm/civicrm-cxn-rpc": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],