mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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
44c595e12d
commit
9d1a9a7bcf
6
composer.lock
generated
6
composer.lock
generated
@ -8,10 +8,10 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "pear-pear.horde.org/Horde_Compress",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"dist": {
|
||||
"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,
|
||||
"shasum": null
|
||||
},
|
||||
@ -23,7 +23,7 @@
|
||||
"php": "<6.0.0.0"
|
||||
},
|
||||
"replace": {
|
||||
"pear-horde/horde_compress": "== 2.1.0.0"
|
||||
"pear-horde/horde_compress": "== 2.1.1.0"
|
||||
},
|
||||
"type": "pear-library",
|
||||
"autoload": {
|
||||
|
Loading…
Reference in New Issue
Block a user