From 28f61e0eb0fd436df850593ad3c0254885b99629 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 7 Feb 2019 16:52:40 +0100 Subject: [PATCH] replace currently unavailable pear.php.net with composer --- composer.json | 16 +- composer.lock | 769 ++++++++++++++++++++++++++++++++++---------------- 2 files changed, 525 insertions(+), 260 deletions(-) diff --git a/composer.json b/composer.json index 88fc199b10..fc9bf61637 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,5 @@ { "repositories": [ - { - "type": "pear", - "url": "https://pear.php.net" - }, { "type": "pear", "url": "https://pear.horde.org" @@ -12,7 +8,7 @@ "config": { }, "require": { - "php": ">=5.4,<=8.0.0alpha1", + "php": ">=7.1,<=8.0.0alpha1", "fxp/composer-asset-plugin":"1.2.2", "pear-pear.horde.org/Horde_Imap_Client": "^2.29.7", "pear-pear.horde.org/Horde_Nls": "^2.0.3", @@ -23,11 +19,11 @@ "pear-pear.horde.org/Horde_Mapi": "^1.0.0", "pear-pear.horde.org/Horde_ManageSieve": "^1.0.2", "pear-pear.horde.org/Horde_Crypt": "^2.7.9", - "pear-pear.php.net/PEAR": "*", - "pear-pear.php.net/Auth_SASL": "*", - "pear-pear.php.net/XML_Feed_Parser": "*", - "pear-pear.php.net/Log": "*", - "pear-pear.php.net/Text_Diff": "*", + "pear/pear": "*", + "pear/auth_sasl": "*", + "egroupware/xml_feed_parser": "dev-master", + "pear/log": "*", + "egroupware/text_diff": "*", "bower-asset/jquery": "^1.12.4", "bower-asset/fastclick":"1.0.*", "bower-asset/jquery-touchswipe": "1.6.*", diff --git a/composer.lock b/composer.lock index 11c1f9d104..1c286687c4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +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" ], - "hash": "84b694bd9f6a9580e983b49e7ca2d4d5", - "content-hash": "82677726f3064e3f1ecadf479a569d3f", + "content-hash": "6870bcc9bdc939ce4492e49f9295c1d4", "packages": [ { "name": "adldap2/adldap2", @@ -55,7 +54,7 @@ "ldap", "windows" ], - "time": "2016-07-14 18:11:24" + "time": "2016-07-14T18:11:24+00:00" }, { "name": "bower-asset/cropper", @@ -175,16 +174,16 @@ }, { "name": "bower-asset/jquery-touchswipe", - "version": "1.6.18", + "version": "1.6.19", "source": { "type": "git", "url": "https://github.com/mattbryson/TouchSwipe-Jquery-Plugin.git", - "reference": "41a1ebd2fa6d5ad817eb877ac4a612c18f8f6649" + "reference": "f0d71bf645779358e1458e212102c5d59b7702ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mattbryson/TouchSwipe-Jquery-Plugin/zipball/41a1ebd2fa6d5ad817eb877ac4a612c18f8f6649", - "reference": "41a1ebd2fa6d5ad817eb877ac4a612c18f8f6649", + "url": "https://api.github.com/repos/mattbryson/TouchSwipe-Jquery-Plugin/zipball/f0d71bf645779358e1458e212102c5d59b7702ec", + "reference": "f0d71bf645779358e1458e212102c5d59b7702ec", "shasum": "" }, "type": "bower-asset-library", @@ -277,7 +276,7 @@ "sass", "web" ], - "time": "2018-05-06 21:06:16" + "time": "2018-05-06T21:06:16+00:00" }, { "name": "components/jquery", @@ -319,7 +318,7 @@ ], "description": "jQuery JavaScript Library", "homepage": "http://jquery.com", - "time": "2018-03-04 13:23:48" + "time": "2018-03-04T13:23:48+00:00" }, { "name": "egroupware/magicsuggest", @@ -356,7 +355,87 @@ ], "description": "Compiled version of magicsuggest customized for EGroupware project.", "homepage": "https://github.com/EGroupware/magicsuggest", - "time": "2018-06-21 13:36:37" + "time": "2018-06-21T10:14:03+00:00" + }, + { + "name": "egroupware/text_diff", + "version": "v1.2.2", + "source": { + "type": "git", + "url": "https://github.com/EGroupware/text_diff.git", + "reference": "d12474df481bb89f52b02ba0e3fae504ce5d6d51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/EGroupware/text_diff/zipball/d12474df481bb89f52b02ba0e3fae504ce5d6d51", + "reference": "d12474df481bb89f52b02ba0e3fae504ce5d6d51", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "Text/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "description": "Engine for performing and rendering text diffs", + "homepage": "http://pear.php.net/package/Text_Diff", + "keywords": [ + "PEAR", + "diff", + "text" + ], + "time": "2017-03-08T15:07:59+00:00" + }, + { + "name": "egroupware/xml_feed_parser", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/EGroupware/xml_feed_parser.git", + "reference": "0bf52e32984ac50a40cdc44661cf2c6358660228" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/EGroupware/xml_feed_parser/zipball/0bf52e32984ac50a40cdc44661cf2c6358660228", + "reference": "0bf52e32984ac50a40cdc44661cf2c6358660228", + "shasum": "" + }, + "require": { + "pear/log": "*", + "pear/pear_exception": "*" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-tidy": "May require the tidy PHP extension" + }, + "type": "library", + "autoload": { + "psr-0": { + "XML": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "PHP-3.0" + ], + "authors": [ + { + "name": "James Stewart", + "email": "james@jystewart.net", + "role": "Lead" + } + ], + "description": "More info available on: http://pear.php.net/package/XML_Feed_Parser", + "time": "2019-02-07T15:02:02+00:00" }, { "name": "fxp/composer-asset-plugin", @@ -565,10 +644,10 @@ }, { "name": "pear-pear.horde.org/Horde_Crypt", - "version": "2.7.11", + "version": "2.7.12", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Crypt-2.7.11.tgz", + "url": "https://pear.horde.org/get/Horde_Crypt-2.7.12.tgz", "reference": null, "shasum": null }, @@ -586,7 +665,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_crypt": "== 2.7.11.0" + "pear-horde/horde_crypt": "== 2.7.12.0" }, "type": "pear-library", "autoload": { @@ -728,10 +807,10 @@ }, { "name": "pear-pear.horde.org/Horde_Icalendar", - "version": "2.1.7", + "version": "2.1.8", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Icalendar-2.1.7.tgz", + "url": "https://pear.horde.org/get/Horde_Icalendar-2.1.8.tgz", "reference": null, "shasum": null }, @@ -745,7 +824,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_icalendar": "== 2.1.7.0" + "pear-horde/horde_icalendar": "== 2.1.8.0" }, "type": "pear-library", "autoload": { @@ -794,10 +873,10 @@ }, { "name": "pear-pear.horde.org/Horde_Imap_Client", - "version": "2.29.15", + "version": "2.29.16", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Imap_Client-2.29.15.tgz", + "url": "https://pear.horde.org/get/Horde_Imap_Client-2.29.16.tgz", "reference": null, "shasum": null }, @@ -816,7 +895,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_imap_client": "== 2.29.15.0" + "pear-horde/horde_imap_client": "== 2.29.16.0" }, "type": "pear-library", "autoload": { @@ -965,16 +1044,16 @@ }, { "name": "pear-pear.horde.org/Horde_Mime", - "version": "2.10.3", + "version": "2.11.0", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Mime-2.10.3.tgz", + "url": "https://pear.horde.org/get/Horde_Mime-2.11.0.tgz", "reference": null, "shasum": null }, "require": { "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_listheaders": ">=1.2.0.0,<=2.0.0.0,!=3.0.0.0", + "pear-pear.horde.org/horde_listheaders": "<2.0.0.0", "pear-pear.horde.org/horde_mail": "<3.0.0.0", "pear-pear.horde.org/horde_stream": "<2.0.0.0", "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", @@ -985,7 +1064,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_mime": "== 2.10.3.0" + "pear-horde/horde_mime": "== 2.11.0.0" }, "type": "pear-library", "autoload": { @@ -1102,10 +1181,10 @@ }, { "name": "pear-pear.horde.org/Horde_Socket_Client", - "version": "2.1.1", + "version": "2.1.2", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.1.tgz", + "url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.2.tgz", "reference": null, "shasum": null }, @@ -1114,7 +1193,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_socket_client": "== 2.1.1.0" + "pear-horde/horde_socket_client": "== 2.1.2.0" }, "type": "pear-library", "autoload": { @@ -1191,10 +1270,10 @@ }, { "name": "pear-pear.horde.org/Horde_Stream_Wrapper", - "version": "2.1.3", + "version": "2.1.4", "dist": { "type": "file", - "url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.3.tgz", + "url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.4.tgz", "reference": null, "shasum": null }, @@ -1202,7 +1281,7 @@ "php": "<8.0.0.0" }, "replace": { - "pear-horde/horde_stream_wrapper": "== 2.1.3.0" + "pear-horde/horde_stream_wrapper": "== 2.1.4.0" }, "type": "pear-library", "autoload": { @@ -1369,122 +1448,6 @@ ], "description": "These classes provide functionality useful for all kind of applications." }, - { - "name": "pear-pear.php.net/Archive_Tar", - "version": "1.4.3", - "dist": { - "type": "file", - "url": "https://pear.php.net/get/Archive_Tar-1.4.3.tgz", - "reference": null, - "shasum": null - }, - "require": { - "php": ">=5.2.0.0" - }, - "replace": { - "pear-pear/archive_tar": "== 1.4.3.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "New BSD License" - ], - "description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded." - }, - { - "name": "pear-pear.php.net/Auth_SASL", - "version": "1.1.0", - "dist": { - "type": "file", - "url": "https://pear.php.net/get/Auth_SASL-1.1.0.tgz", - "reference": null, - "shasum": null - }, - "require": { - "php": ">=5.4.0.0" - }, - "replace": { - "pear-pear/auth_sasl": "== 1.1.0.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "BSD" - ], - "description": "Provides code to generate responses to common SASL mechanisms, including:\n- Digest-MD5\n- Cram-MD5\n- Plain\n- Anonymous\n- Login (Pseudo mechanism)\n- SCRAM" - }, - { - "name": "pear-pear.php.net/Console_Getopt", - "version": "1.4.1", - "dist": { - "type": "file", - "url": "https://pear.php.net/get/Console_Getopt-1.4.1.tgz", - "reference": null, - "shasum": null - }, - "require": { - "php": ">=5.4.0.0" - }, - "replace": { - "pear-pear/console_getopt": "== 1.4.1.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "BSD-2-Clause" - ], - "description": "This is a PHP implementation of \"getopt\" supporting both\nshort and long options." - }, - { - "name": "pear-pear.php.net/Log", - "version": "1.13.1", - "dist": { - "type": "file", - "url": "https://pear.php.net/get/Log-1.13.1.tgz", - "reference": null, - "shasum": null - }, - "require": { - "php": ">=5.0.0.0" - }, - "replace": { - "pear-pear/log": "== 1.13.1.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "MIT License" - ], - "description": "The Log package provides an abstracted logging framework. It includes output handlers for log files, databases, syslog, email, Firebug, and the console. It also provides composite and subject-observer logging mechanisms." - }, { "name": "pear-pear.php.net/Math_BigInteger", "version": "1.0.3", @@ -1516,172 +1479,478 @@ "description": "Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise." }, { - "name": "pear-pear.php.net/PEAR", - "version": "1.10.5", + "name": "pear/archive_tar", + "version": "1.4.6", + "source": { + "type": "git", + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e" + }, "dist": { - "type": "file", - "url": "https://pear.php.net/get/PEAR-1.10.5.tgz", - "reference": null, - "shasum": null + "type": "zip", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b8e33f9063a7cd1d20f079014f8382b3a7aee47e", + "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.10.0alpha2", + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-bz2": "Bz2 compression support.", + "ext-xz": "Lzma2 compression support.", + "ext-zlib": "Gzip compression support." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Archive_Tar": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Vincent Blavet", + "email": "vincent@phpconcept.net" + }, + { + "name": "Greg Beaver", + "email": "greg@chiaraquartet.net" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net" + } + ], + "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", + "homepage": "https://github.com/pear/Archive_Tar", + "keywords": [ + "archive", + "tar" + ], + "time": "2019-02-01T11:10:38+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/console_getopt", + "version": "v1.4.2", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + }, + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "time": "2019-02-06T16:52:33+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/pear", + "version": "v1.10.7", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core.git", + "reference": "334c2323ac35849c44534e2ba5b85c3ca5146ab0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core/zipball/334c2323ac35849c44534e2ba5b85c3ca5146ab0", + "reference": "334c2323ac35849c44534e2ba5b85c3ca5146ab0", + "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", - "pear-pear.php.net/archive_tar": ">=1.4.0.0", - "pear-pear.php.net/console_getopt": ">=1.4.1.0", - "pear-pear.php.net/structures_graph": ">=1.1.0.0", - "pear-pear.php.net/xml_util": ">=1.3.0.0", - "php": ">=5.4.0.0" - }, - "conflict": { - "pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0", - "pear-pear.php.net/pear_frontend_web": "<=0.4.0.0" + "pear/archive_tar": "*", + "pear/console_getopt": "*", + "pear/structures_graph": "*", + "pear/xml_util": "*" }, "replace": { - "pear-pear/pear": "== 1.10.5.0" + "pear/pear-core-minimal": "*" }, - "type": "pear-library", + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "pear/pear_frontend_gtk": "For GTK support", + "pear/pear_frontend_web": "For Web support" + }, + "type": "library", "autoload": { "classmap": [ - "" + "./" ] }, + "notification-url": "https://packagist.org/downloads/", "include-path": [ - "/" + "./" ], "license": [ - "New BSD License" + "BSD-2-Clause" ], - "description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n where PHP is running on\n * the System class for quick handling of common operations\n with files and directories\n * the PEAR base class\n Features in a nutshell:\n * full support for channels\n * pre-download dependency validation\n * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n * support for optional dependency groups and limited support for sub-packaging\n * robust dependency support\n * full dependency validation on uninstall\n * remote install for hosts with only ftp access - no more problems with\n restricted host installation\n * full support for mirroring\n * support for bundling several packages into a single tarball\n * support for static dependencies on a url-based package\n * support for custom file roles and installation tasks" + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net", + "role": "Lead" + }, + { + "name": "Martin Jansen", + "email": "mj@php.net", + "role": "Helper" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Lead" + }, + { + "name": "Pierre-Alain Joye", + "email": "pierre@php.net", + "role": "Lead" + }, + { + "name": "Tias Guns", + "email": "tias@php.net", + "role": "Developer" + }, + { + "name": "Tim Jackson", + "email": "timj@php.net", + "role": "Helper" + }, + { + "name": "Bertrand Gugger", + "email": "toggg@php.net", + "role": "Helper" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Lead" + }, + { + "name": "Tomas V.V.Cox", + "email": "cox@idecnet.com", + "role": "Lead" + } + ], + "description": "This is the definitive source of PEAR's core files.", + "time": "2018-12-05T19:51:15+00:00" }, { - "name": "pear-pear.php.net/Structures_Graph", - "version": "1.1.1", + "name": "pear/pear_exception", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, "dist": { - "type": "file", - "url": "https://pear.php.net/get/Structures_Graph-1.1.1.tgz", - "reference": null, - "shasum": null + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" }, "require": { - "php": ">=5.3.0.0" + "php": ">=4.4.0" }, - "replace": { - "pear-pear/structures_graph": "== 1.1.1.0" + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "type": "pear-library", "autoload": { - "classmap": [ - "" - ] + "psr-0": { + "PEAR": "" + } }, + "notification-url": "https://packagist.org/downloads/", "include-path": [ - "/" + "." ], "license": [ - "LGPL-3.0+" + "BSD-2-Clause" ], - "description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology." + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ], + "time": "2015-02-10T20:07:52+00:00" }, { - "name": "pear-pear.php.net/Text_Diff", - "version": "1.2.2", + "name": "pear/structures_graph", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/pear/Structures_Graph.git", + "reference": "608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c" + }, "dist": { - "type": "file", - "url": "https://pear.php.net/get/Text_Diff-1.2.2.tgz", - "reference": null, - "shasum": null + "type": "zip", + "url": "https://api.github.com/repos/pear/Structures_Graph/zipball/608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c", + "reference": "608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c", + "shasum": "" }, - "require": { - "php": ">=5.3.0.0" - }, - "replace": { - "pear-pear/text_diff": "== 1.2.2.0" - }, - "type": "pear-library", + "type": "library", "autoload": { - "classmap": [ - "" - ] + "psr-0": { + "Structures": "./" + } }, + "notification-url": "https://packagist.org/downloads/", "include-path": [ - "/" + "./" ], "license": [ - "LGPL" + "PHP License" ], - "description": "This package provides a text-based diff engine and renderers for multiple diff output formats." + "authors": [ + { + "name": "Sérgio Carvalho", + "email": "sergiosgc@gmail.com", + "role": "Lead" + } + ], + "description": "More info available on: http://pear.php.net/package/Structures_Graph", + "time": "2015-07-20T20:05:12+00:00" }, { - "name": "pear-pear.php.net/XML_Feed_Parser", - "version": "1.0.5", + "name": "pear/xml_util", + "version": "v1.4.3", + "source": { + "type": "git", + "url": "https://github.com/pear/XML_Util.git", + "reference": "c74278d925be9c2f7d39955cdce45d8275571a1d" + }, "dist": { - "type": "file", - "url": "https://pear.php.net/get/XML_Feed_Parser-1.0.5.tgz", - "reference": null, - "shasum": null + "type": "zip", + "url": "https://api.github.com/repos/pear/XML_Util/zipball/c74278d925be9c2f7d39955cdce45d8275571a1d", + "reference": "c74278d925be9c2f7d39955cdce45d8275571a1d", + "shasum": "" }, "require": { - "ext-xml": "*", - "pear-pear.php.net/log": "*", - "php": ">=5.0.0.0" + "pear/pear-core-minimal": "^1.10.1", + "php": ">=5.4" }, - "replace": { - "pear-pear/xml_feed_parser": "== 1.0.5.0" + "require-dev": { + "phpunit/phpunit": "@stable" }, - "type": "pear-library", + "type": "library", "autoload": { - "classmap": [ - "" - ] + "psr-0": { + "XML_Util": "./" + } }, + "notification-url": "https://packagist.org/downloads/", "include-path": [ - "/" + "./" ], "license": [ - "LGPL" + "BSD-3-Clause" ], - "description": "XML_Feed_Parser is a parser for (the various) RSS and Atom format XML feeds. It attempts to provide a somewhat unified API while still allowing access to the full details of each feed type." - }, - { - "name": "pear-pear.php.net/XML_Util", - "version": "1.4.3", - "dist": { - "type": "file", - "url": "https://pear.php.net/get/XML_Util-1.4.3.tgz", - "reference": null, - "shasum": null - }, - "require": { - "ext-pcre": "*", - "php": ">=5.4.0.0" - }, - "replace": { - "pear-pear/xml_util": "== 1.4.3.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" + "authors": [ + { + "name": "Stephan Schmidt", + "email": "schst@php-tools.net", + "role": "Lead" + }, + { + "name": "Chuck Burgess", + "email": "ashnazg@php.net", + "role": "Lead" + }, + { + "name": "Davey Shafik", + "email": "davey@php.net", + "role": "Helper" + } ], - "license": [ - "BSD License" - ], - "description": "Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more." + "description": "Methods to work with XML documents", + "homepage": "http://pear.php.net/package/XML_Util", + "time": "2017-06-28T19:21:19+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "php": 15, + "egroupware/xml_feed_parser": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4,<=8.0.0alpha1" + "php": ">=7.1,<=8.0.0alpha1" }, "platform-dev": [] }