mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
fix PHP 8.0 error in SMime by updating to our fixed Horde/Crypt:2.7.14
This commit is contained in:
parent
e8c352acbd
commit
466b84d446
@ -95,7 +95,7 @@
|
|||||||
"egroupware/bookmarks": "self.version",
|
"egroupware/bookmarks": "self.version",
|
||||||
"egroupware/collabora": "self.version",
|
"egroupware/collabora": "self.version",
|
||||||
"egroupware/compress": "^2.2.3",
|
"egroupware/compress": "^2.2.3",
|
||||||
"egroupware/crypt": "^2.7.13",
|
"egroupware/crypt": "^2.7.14",
|
||||||
"egroupware/icalendar": "^2.1.9",
|
"egroupware/icalendar": "^2.1.9",
|
||||||
"egroupware/imap-client": "2.30.4",
|
"egroupware/imap-client": "2.30.4",
|
||||||
"egroupware/magicsuggest": "^2.1",
|
"egroupware/magicsuggest": "^2.1",
|
||||||
|
12
composer.lock
generated
12
composer.lock
generated
@ -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": "7e7d442fd4ae11b1fb8730da556f452b",
|
"content-hash": "4e37a6fb7fe7e26aea30a69a5d4d9603",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adldap2/adldap2",
|
"name": "adldap2/adldap2",
|
||||||
@ -1056,16 +1056,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "egroupware/crypt",
|
"name": "egroupware/crypt",
|
||||||
"version": "2.7.13",
|
"version": "2.7.14",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EGroupware/Crypt.git",
|
"url": "https://github.com/EGroupware/Crypt.git",
|
||||||
"reference": "d25af6514c134426647dae2c47e5bf07bb7c4d1e"
|
"reference": "ae2d6bfc81b1c820183c355ae100f60d3133f47e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/EGroupware/Crypt/zipball/d25af6514c134426647dae2c47e5bf07bb7c4d1e",
|
"url": "https://api.github.com/repos/EGroupware/Crypt/zipball/ae2d6bfc81b1c820183c355ae100f60d3133f47e",
|
||||||
"reference": "d25af6514c134426647dae2c47e5bf07bb7c4d1e",
|
"reference": "ae2d6bfc81b1c820183c355ae100f60d3133f47e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1112,7 +1112,7 @@
|
|||||||
"description": "Cryptography library",
|
"description": "Cryptography library",
|
||||||
"homepage": "https://www.horde.org/libraries/Horde_Crypt",
|
"homepage": "https://www.horde.org/libraries/Horde_Crypt",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/EGroupware/Crypt/tree/v2.7.13"
|
"source": "https://github.com/EGroupware/Crypt/tree/2.7.14"
|
||||||
},
|
},
|
||||||
"time": "2017-11-11T00:00:00+00:00"
|
"time": "2017-11-11T00:00:00+00:00"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user