update adodb to recent version 5.22.7 with some EGroupware specific patches

This commit is contained in:
ralf 2024-09-08 16:48:23 +02:00
parent bfda9f3139
commit b55c7aa90a
2 changed files with 12 additions and 9 deletions

View File

@ -79,7 +79,7 @@
"bower-asset/jquery": "^1.12.4",
"defuse/php-encryption": "^2.4",
"egroupware/activesync": "self.version",
"egroupware/adodb-php": "^5.20.11",
"egroupware/adodb-php": "^5.22.7",
"egroupware/bookmarks": "self.version",
"egroupware/collabora": "self.version",
"egroupware/compress": "^2.3.0",

19
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "875dc883e9257e692cadb02e6faa82bc",
"content-hash": "4a3b52762bd5073ae132b5d2aee74b30",
"packages": [
{
"name": "adldap2/adldap2",
@ -879,20 +879,23 @@
},
{
"name": "egroupware/adodb-php",
"version": "5.20.11",
"version": "v5.22.7",
"source": {
"type": "git",
"url": "https://github.com/EGroupware/ADOdb.git",
"reference": "bfb33a6b8271851d7f27665ca5a9b76885295746"
"reference": "e7150539d5707ae556172532e2b25ac4e88cb2a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/EGroupware/ADOdb/zipball/bfb33a6b8271851d7f27665ca5a9b76885295746",
"reference": "bfb33a6b8271851d7f27665ca5a9b76885295746",
"url": "https://api.github.com/repos/EGroupware/ADOdb/zipball/e7150539d5707ae556172532e2b25ac4e88cb2a6",
"reference": "e7150539d5707ae556172532e2b25ac4e88cb2a6",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
@ -921,7 +924,7 @@
}
],
"description": "ADOdb is a PHP database abstraction layer library",
"homepage": "http://adodb.org/",
"homepage": "https://adodb.org/",
"keywords": [
"abstraction",
"database",
@ -933,7 +936,7 @@
"issues": "https://github.com/ADOdb/ADOdb/issues",
"source": "https://github.com/ADOdb/ADOdb"
},
"time": "2024-01-13T12:49:17+00:00"
"time": "2023-11-04T22:25:49+00:00"
},
{
"name": "egroupware/bookmarks",