mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
updated composer.lock after adding the diff stuff to composer.json
This commit is contained in:
parent
605e49579f
commit
d43e10934a
54
composer.lock
generated
54
composer.lock
generated
@ -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": "0129834b90f9bcd8da3186b801634419",
|
||||
"content-hash": "4b4154e1060aa6ff13cd127255332df4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -114,6 +114,22 @@
|
||||
"zoom"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/diff2html",
|
||||
"version": "v2.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rtfpessoa/diff2html.git",
|
||||
"reference": "2512e72f32b709a3dc0615a2d5b32183dd0b3b6a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rtfpessoa/diff2html/zipball/2512e72f32b709a3dc0615a2d5b32183dd0b3b6a",
|
||||
"reference": "2512e72f32b709a3dc0615a2d5b32183dd0b3b6a",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/fastclick",
|
||||
"version": "v1.0.6",
|
||||
@ -1684,6 +1700,37 @@
|
||||
],
|
||||
"description": "Support classes not tied to Horde but is used by it. These classes can be used outside of Horde as well."
|
||||
},
|
||||
{
|
||||
"name": "pear-pear.horde.org/Horde_Text_Diff",
|
||||
"version": "2.2.0",
|
||||
"dist": {
|
||||
"type": "file",
|
||||
"url": "https://pear.horde.org/get/Horde_Text_Diff-2.2.0.tgz",
|
||||
"reference": null,
|
||||
"shasum": null
|
||||
},
|
||||
"require": {
|
||||
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
|
||||
"pear-pear.horde.org/horde_util": "<3.0.0.0",
|
||||
"php": "<8.0.0.0"
|
||||
},
|
||||
"replace": {
|
||||
"pear-horde/horde_text_diff": "== 2.2.0.0"
|
||||
},
|
||||
"type": "pear-library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"include-path": [
|
||||
"/"
|
||||
],
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"description": "A text-based diff engine and renderers for multiple diff output formats."
|
||||
},
|
||||
{
|
||||
"name": "pear-pear.horde.org/Horde_Text_Flowed",
|
||||
"version": "2.0.3",
|
||||
@ -2347,9 +2394,8 @@
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"php": 15,
|
||||
"egroupware/collabora": 20,
|
||||
"egroupware/projectmanager": 20,
|
||||
"egroupware/tracker": 20,
|
||||
@ -2357,7 +2403,7 @@
|
||||
"egroupware/activesync": 20,
|
||||
"egroupware/adodb-php": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.0,<=8.0.0alpha1",
|
||||
|
Loading…
Reference in New Issue
Block a user