diff --git a/composer.json b/composer.json index 4dac58e..8f6da85 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require": { "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", - "php-db/phpdb": "^0.3.0", + "php-db/phpdb": "^0.3.2", "webmozart/assert": "^1.11" }, "require-dev": { diff --git a/composer.lock b/composer.lock index f59efaf..454c489 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "373f53734a878eaeebfdde7a145eafda", + "content-hash": "6471240f40c4970665b0372355c8197c", "packages": [ { "name": "brick/varexporter", @@ -259,16 +259,16 @@ }, { "name": "php-db/phpdb", - "version": "0.3.0", + "version": "0.3.2", "source": { "type": "git", "url": "https://github.com/php-db/phpdb.git", - "reference": "c780605bf858ce43185f25869169df3f0fedc92c" + "reference": "b3df2ff1f3d776f42f8d926b23535e4143a93996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-db/phpdb/zipball/c780605bf858ce43185f25869169df3f0fedc92c", - "reference": "c780605bf858ce43185f25869169df3f0fedc92c", + "url": "https://api.github.com/repos/php-db/phpdb/zipball/b3df2ff1f3d776f42f8d926b23535e4143a93996", + "reference": "b3df2ff1f3d776f42f8d926b23535e4143a93996", "shasum": "" }, "require": { @@ -322,7 +322,7 @@ "issues": "https://github.com/php-db/phpdb/issues", "source": "https://github.com/php-db/phpdb" }, - "time": "2025-11-26T04:22:01+00:00" + "time": "2025-12-01T04:51:41+00:00" }, { "name": "psr/container",