mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove dependency on pear/text_diff, we use pear-pear.horde.org/horde_text_diff everywhere now
This commit is contained in:
parent
b19e71b28d
commit
24003deafa
@ -70,7 +70,6 @@
|
|||||||
"pear/auth_sasl": "*",
|
"pear/auth_sasl": "*",
|
||||||
"pear/xml_feed_parser": "^1.0.5",
|
"pear/xml_feed_parser": "^1.0.5",
|
||||||
"pear/log": "*",
|
"pear/log": "*",
|
||||||
"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.*",
|
||||||
|
42
composer.lock
generated
42
composer.lock
generated
@ -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#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "ae8efa0b4a05424ce6c63e679ff7f703",
|
"content-hash": "2b00ad598700859fd0600f10fd8967bb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adldap2/adldap2",
|
"name": "adldap2/adldap2",
|
||||||
@ -787,15 +787,12 @@
|
|||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"AGPL-3.0"
|
"AGPL-3.0"
|
||||||
],
|
],
|
||||||
"description": "Z-Push is an open-source application to synchronize ActiveSync compatible devices",
|
"description": "Z-Push is an open-source application to synchronize ActiveSync compatible devices",
|
||||||
"homepage": "http://z-push.org/",
|
"homepage": "http://z-push.org/",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/EGroupware/z-push/tree/master",
|
|
||||||
"issues": "https://github.com/EGroupware/z-push/issues"
|
|
||||||
},
|
|
||||||
"time": "2019-02-11T19:26:21+00:00"
|
"time": "2019-02-11T19:26:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -2256,39 +2253,6 @@
|
|||||||
"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",
|
"name": "pear/xml_feed_parser",
|
||||||
"version": "v1.0.5",
|
"version": "v1.0.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user