mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
* Mail: fix fatal error / white screen when parsing winmal.dat (by updating to fixed Horde_Compress-2.1.1)
This commit is contained in:
parent
61cf8fa9f5
commit
9278ae2969
6
composer.lock
generated
6
composer.lock
generated
@ -8,10 +8,10 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "pear-pear.horde.org/Horde_Compress",
|
"name": "pear-pear.horde.org/Horde_Compress",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "http://pear.horde.org/get/Horde_Compress-2.1.0.tgz",
|
"url": "http://pear.horde.org/get/Horde_Compress-2.1.1.tgz",
|
||||||
"reference": null,
|
"reference": null,
|
||||||
"shasum": null
|
"shasum": null
|
||||||
},
|
},
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"php": "<6.0.0.0"
|
"php": "<6.0.0.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"pear-horde/horde_compress": "== 2.1.0.0"
|
"pear-horde/horde_compress": "== 2.1.1.0"
|
||||||
},
|
},
|
||||||
"type": "pear-library",
|
"type": "pear-library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
Reference in New Issue
Block a user