use egroupware/adodb with fixed PHP 8.1 Depreacted for missing return types

This commit is contained in:
ralf 2022-04-24 21:16:24 +02:00
parent 128b6b06df
commit 8d84312894

14
composer.lock generated
View File

@ -914,20 +914,20 @@
}, },
{ {
"name": "egroupware/adodb-php", "name": "egroupware/adodb-php",
"version": "5.20.4", "version": "5.20.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EGroupware/ADOdb.git", "url": "https://github.com/EGroupware/ADOdb.git",
"reference": "d1f2e70dd2364280e19d4fce3aa2341166e37829" "reference": "383c17083872fe60b6c8a312b5472fd7decc7a04"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EGroupware/ADOdb/zipball/d1f2e70dd2364280e19d4fce3aa2341166e37829", "url": "https://api.github.com/repos/EGroupware/ADOdb/zipball/383c17083872fe60b6c8a312b5472fd7decc7a04",
"reference": "d1f2e70dd2364280e19d4fce3aa2341166e37829", "reference": "383c17083872fe60b6c8a312b5472fd7decc7a04",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0 || ^8.0" "php": "^7.3 || ^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -968,7 +968,7 @@
"issues": "https://github.com/ADOdb/ADOdb/issues", "issues": "https://github.com/ADOdb/ADOdb/issues",
"source": "https://github.com/ADOdb/ADOdb" "source": "https://github.com/ADOdb/ADOdb"
}, },
"time": "2022-04-20T19:24:47+00:00" "time": "2022-04-24T19:13:51+00:00"
}, },
{ {
"name": "egroupware/bookmarks", "name": "egroupware/bookmarks",
@ -12233,5 +12233,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.3" "php": "7.3"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.2.0"
} }