X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=d31892498d08e18aebc64cb503a8938f81d97034;hb=46e67587387e10139fd62b683b8e96398b42ba6d;hp=5e4c864c041d9da7b83547bc40bb059850dd629a;hpb=703113051c4182313c0f0b2927f7bec506af023e;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 5e4c864c04..d31892498d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "55c8f835d55c424d93e0e9dad1efc729", + "content-hash": "17e71aacd764675ceb9e0cfc31eb2725", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -591,6 +591,59 @@ "description": "More info available on: http://pear.php.net/package/Console_Getopt", "time": "2015-07-20T20:28:12+00:00" }, + { + "name": "pear/log", + "version": "1.13.1", + "source": { + "type": "git", + "url": "https://github.com/pear/Log.git", + "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Log/zipball/c4be9ded2353c7c231d4c35cc3da75b209453803", + "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803", + "shasum": "" + }, + "require": { + "pear/pear_exception": "1.0.0", + "php": ">5.2" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "pear/db": "Install optionally via your project's composer.json" + }, + "type": "library", + "autoload": { + "psr-0": { + "Log": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "" + ], + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jon Parise", + "email": "jon@php.net", + "homepage": "http://www.indelible.org", + "role": "Developer" + } + ], + "description": "PEAR Logging Framework", + "homepage": "http://pear.github.io/Log/", + "keywords": [ + "log", + "logging" + ], + "time": "2016-04-16T00:49:33+00:00" + }, { "name": "pear/mail", "version": "v1.4.1", @@ -2144,18 +2197,22 @@ }, { "name": "zetacomponents/base", - "version": "1.7", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/zetacomponents/Base.git", - "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7" + "reference": "489e20235989ddc97fdd793af31ac803972454f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7", - "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1", + "reference": "489e20235989ddc97fdd793af31ac803972454f1", "shasum": "" }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "zetacomponents/unit-test": "*" + }, "type": "library", "autoload": { "classmap": [ @@ -2164,7 +2221,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "apache2" + "Apache-2.0" ], "authors": [ { @@ -2200,15 +2257,21 @@ ], "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-29T10:47:39+00:00" + "time": "2017-11-28T11:30:00+00:00" }, { "name": "zetacomponents/mail", - "version": "dev-1.7-civi", + "version": "dev-1.8-civi", "source": { "type": "git", "url": "https://github.com/civicrm/zetacomponents-mail.git", - "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0" + "reference": "7286a167a4ec3199ab3c69a361967d853ffbcd90" + }, + "require": { + "zetacomponents/base": "~1.8" + }, + "require-dev": { + "zetacomponents/unit-test": "*" }, "type": "library", "autoload": { @@ -2217,7 +2280,7 @@ ] }, "license": [ - "apache2" + "Apache-2.0" ], "authors": [ { @@ -2262,7 +2325,7 @@ ], "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": "2017-03-14T06:51:24+00:00" + "time": "2019-03-14T11:29:52+00:00" } ], "packages-dev": [],