fix PHP 8.0 Error: Undefined constant Horde_Imap_Client_Interaction_Server::1

using forked Horde-Imap-Client repo
This commit is contained in:
Ralf Becker 2021-11-03 15:56:55 +01:00
parent ae6128d7d0
commit 77935c1feb
2 changed files with 15 additions and 9 deletions

View File

@ -54,6 +54,10 @@
"type": "vcs", "type": "vcs",
"url": "https://github.com/egroupware/Compress" "url": "https://github.com/egroupware/Compress"
}, },
{
"type": "vcs",
"url": "https://github.com/egroupware/Imap_Client"
},
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library" "url": "https://github.com/IMSGlobal/lti-1-3-php-library"
@ -94,6 +98,7 @@
"egroupware/crypt": "^2.7.13", "egroupware/crypt": "^2.7.13",
"egroupware/guzzlestream": "dev-master", "egroupware/guzzlestream": "dev-master",
"egroupware/icalendar": "^2.1.9", "egroupware/icalendar": "^2.1.9",
"egroupware/imap-client": "2.30.4",
"egroupware/magicsuggest": "^2.1", "egroupware/magicsuggest": "^2.1",
"egroupware/news_admin": "self.version", "egroupware/news_admin": "self.version",
"egroupware/openid": "self.version", "egroupware/openid": "self.version",
@ -110,7 +115,6 @@
"npm-asset/as-jqplot": "1.0.*", "npm-asset/as-jqplot": "1.0.*",
"npm-asset/gridster": "0.5.*", "npm-asset/gridster": "0.5.*",
"oomphinc/composer-installers-extender": "^1.1", "oomphinc/composer-installers-extender": "^1.1",
"pear-pear.horde.org/horde_imap_client": "^2.30.3",
"pear-pear.horde.org/horde_mail": "^2.1.2", "pear-pear.horde.org/horde_mail": "^2.1.2",
"pear-pear.horde.org/horde_managesieve": "^1.0.2", "pear-pear.horde.org/horde_managesieve": "^1.0.2",
"pear-pear.horde.org/horde_mapi": "^1.0.9", "pear-pear.horde.org/horde_mapi": "^1.0.9",

18
composer.lock generated
View File

@ -4,7 +4,7 @@
"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#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e2720b854779a8593705635d20ce220a", "content-hash": "96b0d7973a3487ec4a97ea7facec6c77",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -207,7 +207,7 @@
"version": "v2.3.4", "version": "v2.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:fengyuanchen/cropper.git", "url": "https://github.com/fengyuanchen/cropper.git",
"reference": "30c58b29ee21010e17e58ebab165fbd84285c685" "reference": "30c58b29ee21010e17e58ebab165fbd84285c685"
}, },
"dist": { "dist": {
@ -305,7 +305,7 @@
"version": "1.12.4", "version": "1.12.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:jquery/jquery-dist.git", "url": "https://github.com/jquery/jquery-dist.git",
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d" "reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
}, },
"dist": { "dist": {
@ -1235,16 +1235,16 @@
}, },
{ {
"name": "egroupware/imap-client", "name": "egroupware/imap-client",
"version": "2.30.2", "version": "2.30.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EGroupware/Imap_Client.git", "url": "https://github.com/EGroupware/Imap_Client.git",
"reference": "8d80312313188082733e45e6d674ecfe15b7eb8e" "reference": "f7dd50133871e34a5a7560ac08626ee11e9ccc3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EGroupware/Imap_Client/zipball/8d80312313188082733e45e6d674ecfe15b7eb8e", "url": "https://api.github.com/repos/EGroupware/Imap_Client/zipball/f7dd50133871e34a5a7560ac08626ee11e9ccc3e",
"reference": "8d80312313188082733e45e6d674ecfe15b7eb8e", "reference": "f7dd50133871e34a5a7560ac08626ee11e9ccc3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1285,7 +1285,6 @@
"Horde_Imap_Client": "lib/" "Horde_Imap_Client": "lib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-2.1" "LGPL-2.1"
], ],
@ -1298,6 +1297,9 @@
], ],
"description": "IMAP client library", "description": "IMAP client library",
"homepage": "https://www.horde.org/libraries/Horde_Imap_Client", "homepage": "https://www.horde.org/libraries/Horde_Imap_Client",
"support": {
"source": "https://github.com/EGroupware/Imap_Client/tree/2.30.4"
},
"time": "2019-09-29T00:00:00+00:00" "time": "2019-09-29T00:00:00+00:00"
}, },
{ {