using pear/(text_diff|xml_feed_parser) available now

and update to horde/mapi 1.0.9 no longer requiring pear/math_biginteger, but ext-bcmath
This commit is contained in:
Ralf Becker 2019-02-10 10:45:16 +01:00
parent be437f9b8a
commit 98bde59274
2 changed files with 90 additions and 143 deletions

View File

@ -16,15 +16,14 @@
"pear-pear.horde.org/horde_smtp": "^1.3.0", "pear-pear.horde.org/horde_smtp": "^1.3.0",
"pear-pear.horde.org/horde_compress": "^2.0.8", "pear-pear.horde.org/horde_compress": "^2.0.8",
"egroupware/icalendar": "^2.1.9", "egroupware/icalendar": "^2.1.9",
"pear/math_biginteger": "^1.0.2", "pear-pear.horde.org/horde_mapi": "^1.0.9",
"pear-pear.horde.org/horde_mapi": "^1.0.0",
"pear-pear.horde.org/horde_managesieve": "^1.0.2", "pear-pear.horde.org/horde_managesieve": "^1.0.2",
"pear-pear.horde.org/horde_crypt": "^2.7.9", "pear-pear.horde.org/horde_crypt": "^2.7.9",
"pear/pear": "*", "pear/pear": "*",
"pear/auth_sasl": "*", "pear/auth_sasl": "*",
"egroupware/xml_feed_parser": "dev-master", "pear/xml_feed_parser": "dev-master",
"pear/log": "*", "pear/log": "*",
"egroupware/text_diff": "*", "pear/text_diff": "^1.2.2",
"bower-asset/jquery": "^1.12.4", "bower-asset/jquery": "^1.12.4",
"bower-asset/fastclick":"1.0.*", "bower-asset/fastclick":"1.0.*",
"bower-asset/jquery-touchswipe": "1.6.*", "bower-asset/jquery-touchswipe": "1.6.*",
@ -35,9 +34,6 @@
"adldap2/adldap2": "=4.0.4", "adldap2/adldap2": "=4.0.4",
"egroupware/magicsuggest": "^2.1" "egroupware/magicsuggest": "^2.1"
}, },
"replace": {
"pear-pear.php.net/Math_BigInteger": "^1.0.2"
},
"require-dev": { "require-dev": {
} }
} }

223
composer.lock generated
View File

@ -1,10 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ec1ef72e2c1c0ddf3ebce64359ecd55c", "content-hash": "72fec420eddcb55ce754e97efe9d3b99",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -418,86 +418,6 @@
"homepage": "https://github.com/EGroupware/magicsuggest", "homepage": "https://github.com/EGroupware/magicsuggest",
"time": "2018-06-21T10:14:03+00:00" "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", "name": "fxp/composer-asset-plugin",
"version": "v1.4.4", "version": "v1.4.4",
@ -1041,21 +961,21 @@
}, },
{ {
"name": "pear-pear.horde.org/Horde_Mapi", "name": "pear-pear.horde.org/Horde_Mapi",
"version": "1.0.8", "version": "1.0.9",
"dist": { "dist": {
"type": "file", "type": "file",
"url": "https://pear.horde.org/get/Horde_Mapi-1.0.8.tgz", "url": "https://pear.horde.org/get/Horde_Mapi-1.0.9.tgz",
"reference": null, "reference": null,
"shasum": null "shasum": null
}, },
"require": { "require": {
"ext-bcmath": "*",
"pear-pear.horde.org/horde_date": "<3.0.0.0", "pear-pear.horde.org/horde_date": "<3.0.0.0",
"pear-pear.horde.org/horde_exception": "<3.0.0.0", "pear-pear.horde.org/horde_exception": "<3.0.0.0",
"pear-pear.php.net/math_biginteger": "<2.0.0.0",
"php": "<8.0.0.0" "php": "<8.0.0.0"
}, },
"replace": { "replace": {
"pear-horde/horde_mapi": "== 1.0.8.0" "pear-horde/horde_mapi": "== 1.0.9.0"
}, },
"type": "pear-library", "type": "pear-library",
"autoload": { "autoload": {
@ -1696,55 +1616,6 @@
], ],
"time": "2016-04-16T00:49:33+00:00" "time": "2016-04-16T00:49:33+00:00"
}, },
{
"name": "pear/math_biginteger",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Math_BigInteger.git",
"reference": "33d4357543037a458fad3e8c837a01b93104e592"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Math_BigInteger/zipball/33d4357543037a458fad3e8c837a01b93104e592",
"reference": "33d4357543037a458fad3e8c837a01b93104e592",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=4.2.0"
},
"suggest": {
"ext-bcmath": "Allows using the BCMath extension internally for computation. Faster than native implementation.",
"ext-gmp": "Allows using the GNU Multiple Precision extension internally for computation. If you are doing a lot of computation this is the recommended extension."
},
"type": "library",
"autoload": {
"psr-0": {
"Math_": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net"
}
],
"description": "Pure-PHP arbitrary precission integer arithmetic library. If GMP or BCMath are available they are used.",
"homepage": "https://github.com/pear/Math_BigInteger",
"keywords": [
"arbitrary",
"bcmath",
"gmp",
"integer",
"precision"
],
"time": "2016-04-12T05:46:52+00:00"
},
{ {
"name": "pear/pear", "name": "pear/pear",
"version": "v1.10.8", "version": "v1.10.8",
@ -1932,6 +1803,86 @@
"description": "More info available on: http://pear.php.net/package/Structures_Graph", "description": "More info available on: http://pear.php.net/package/Structures_Graph",
"time": "2015-07-20T20:05:12+00:00" "time": "2015-07-20T20:05:12+00:00"
}, },
{
"name": "pear/text_diff",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/pear/Text_Diff.git",
"reference": "d12474df481bb89f52b02ba0e3fae504ce5d6d51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/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": "pear/xml_feed_parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/pear/XML_Feed_Parser.git",
"reference": "61a3426e1c332e5536c87bd4a0a0dd97d864c72a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/XML_Feed_Parser/zipball/61a3426e1c332e5536c87bd4a0a0dd97d864c72a",
"reference": "61a3426e1c332e5536c87bd4a0a0dd97d864c72a",
"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": [
"LGPL"
],
"authors": [
{
"name": "James Stewart",
"email": "james@jystewart.net",
"role": "Lead"
}
],
"description": "More info available on: http://pear.php.net/package/XML_Feed_Parser",
"time": "2014-02-20T19:24:07+00:00"
},
{ {
"name": "pear/xml_util", "name": "pear/xml_util",
"version": "v1.4.3", "version": "v1.4.3",
@ -1993,7 +1944,7 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"php": 15, "php": 15,
"egroupware/xml_feed_parser": 20 "pear/xml_feed_parser": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,