mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix PHP 8.0 ValueError by using forked and fixed Horde_Util package
This commit is contained in:
parent
051de18530
commit
a84c9cd92a
@ -58,6 +58,10 @@
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/egroupware/Imap_Client"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/egroupware/Util"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
|
||||
@ -107,6 +111,7 @@
|
||||
"egroupware/status": "self.version",
|
||||
"egroupware/swoolepush": "self.version",
|
||||
"egroupware/tracker": "self.version",
|
||||
"egroupware/util": "^2.6.2",
|
||||
"egroupware/webdav": "^v0.3.2",
|
||||
"egroupware/z-push-dev": "^2.5",
|
||||
"giggsey/libphonenumber-for-php": "^8.12",
|
||||
|
96
composer.lock
generated
96
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": "4e37a6fb7fe7e26aea30a69a5d4d9603",
|
||||
"content-hash": "7081f3cbd90eb0de9c1ee7b8e8301c45",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -1754,6 +1754,72 @@
|
||||
"homepage": "https://www.egroupware.org/",
|
||||
"time": "2021-06-01T14:35:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egroupware/util",
|
||||
"version": "2.6.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EGroupware/Util.git",
|
||||
"reference": "c45016747dfdbb004891fd72f0ff41982aeb45c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/EGroupware/Util/zipball/c45016747dfdbb004891fd72f0ff41982aeb45c0",
|
||||
"reference": "c45016747dfdbb004891fd72f0ff41982aeb45c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"php": "^5.3 || ^7 || ^8"
|
||||
},
|
||||
"replace": {
|
||||
"pear-horde/horde_util": "2.*",
|
||||
"pear-pear.horde.org/horde_util": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-ctype": "*",
|
||||
"ext-filter": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-xml": "*",
|
||||
"pear-pear.horde.org/Horde_Imap_Client": "^2",
|
||||
"pear-pear.horde.org/Horde_Test": "^2.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"lib/"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Chuck Hagenbuch",
|
||||
"email": "chuck@horde.org",
|
||||
"role": "lead"
|
||||
},
|
||||
{
|
||||
"name": "Jan Schneider",
|
||||
"email": "jan@horde.org",
|
||||
"role": "lead"
|
||||
},
|
||||
{
|
||||
"name": "Michael Slusarz",
|
||||
"email": "slusarz@horde.org",
|
||||
"role": "developer"
|
||||
}
|
||||
],
|
||||
"description": "Utility library",
|
||||
"homepage": "https://www.horde.org/libraries/Horde_Util",
|
||||
"support": {
|
||||
"source": "https://github.com/EGroupware/Util/tree/2.6.2"
|
||||
},
|
||||
"time": "2017-11-11T00:00:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egroupware/webdav",
|
||||
"version": "0.3.2",
|
||||
@ -3490,34 +3556,6 @@
|
||||
],
|
||||
"description": "This class represents a single URL and provides methods for manipulating URLs."
|
||||
},
|
||||
{
|
||||
"name": "pear-pear.horde.org/Horde_Util",
|
||||
"version": "2.5.9",
|
||||
"dist": {
|
||||
"type": "file",
|
||||
"url": "https://pear.horde.org/get/Horde_Util-2.5.9.tgz"
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"php": "<8.0.0.0"
|
||||
},
|
||||
"replace": {
|
||||
"pear-horde/horde_util": "== 2.5.9.0"
|
||||
},
|
||||
"type": "pear-library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"include-path": [
|
||||
"/"
|
||||
],
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"description": "A library that provides functionality useful for all kind of applications."
|
||||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.14",
|
||||
|
Loading…
Reference in New Issue
Block a user