mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix PHP 8.0 error ("" < -1) as there is no automatic cast anymore
SyncObject->Check(): Unmet condition in object from type SyncProvisioning: parameter maxattsize is LOWER than -1. Check failed!
This commit is contained in:
parent
33ec3f05a7
commit
1ec562d6b5
@ -118,7 +118,7 @@
|
|||||||
"egroupware/tracker": "self.version",
|
"egroupware/tracker": "self.version",
|
||||||
"egroupware/util": "^2.6.2",
|
"egroupware/util": "^2.6.2",
|
||||||
"egroupware/webdav": "^v0.3.2",
|
"egroupware/webdav": "^v0.3.2",
|
||||||
"egroupware/z-push-dev": "^2.5",
|
"egroupware/z-push-dev": "2.5.0.1",
|
||||||
"giggsey/libphonenumber-for-php": "^8.12",
|
"giggsey/libphonenumber-for-php": "^8.12",
|
||||||
"npm-asset/as-jqplot": "1.0.*",
|
"npm-asset/as-jqplot": "1.0.*",
|
||||||
"npm-asset/gridster": "0.5.*",
|
"npm-asset/gridster": "0.5.*",
|
||||||
|
14
composer.lock
generated
14
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": "beeabf26cf7c537dea75e236217d44c6",
|
"content-hash": "393ec43e69c00afa115414c62789e29a",
|
||||||
"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": "https://github.com/fengyuanchen/cropper.git",
|
"url": "git@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": "https://github.com/jquery/jquery-dist.git",
|
"url": "git@github.com:jquery/jquery-dist.git",
|
||||||
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
|
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
@ -1924,16 +1924,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "egroupware/z-push-dev",
|
"name": "egroupware/z-push-dev",
|
||||||
"version": "2.5.0",
|
"version": "2.5.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EGroupware/z-push.git",
|
"url": "https://github.com/EGroupware/z-push.git",
|
||||||
"reference": "32da00e1024038a8f57c8a185c671179c3922ebe"
|
"reference": "7774018b19b5b55e24dbd1107693496597ab70ee"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/EGroupware/z-push/zipball/32da00e1024038a8f57c8a185c671179c3922ebe",
|
"url": "https://api.github.com/repos/EGroupware/z-push/zipball/7774018b19b5b55e24dbd1107693496597ab70ee",
|
||||||
"reference": "32da00e1024038a8f57c8a185c671179c3922ebe",
|
"reference": "7774018b19b5b55e24dbd1107693496597ab70ee",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user