From fac8e6ff32a784741e2ddec86920e91ba58ea7f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:00:41 +0000 Subject: [PATCH] Update dependency doctrine/dbal to ^3.6.7 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | doctrine/dbal | 3.6.6 | 3.6.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index bf32dbe..f19171b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-pdo_sqlite": "*", "azjezz/psl": "^2.7.0", "cuyz/valinor": "^1.6.0", - "doctrine/dbal": "^3.6.6", + "doctrine/dbal": "^3.6.7", "psr/clock": "^1.0.0", "lcobucci/clock": "^3.1.0", "ramsey/uuid": "^4.7.4" diff --git a/composer.lock b/composer.lock index 40d863b..5838133 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": "0a1fe607828ed6e971a0b8aae54422ac", + "content-hash": "da5fd1b6a22c9946a298c84377801a16", "packages": [ { "name": "azjezz/psl", @@ -303,16 +303,16 @@ }, { "name": "doctrine/dbal", - "version": "3.6.6", + "version": "3.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "63646ffd71d1676d2f747f871be31b7e921c7864" + "reference": "8e0e268052b4a8974cb00215bb2892787021614f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864", - "reference": "63646ffd71d1676d2f747f871be31b7e921c7864", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/8e0e268052b4a8974cb00215bb2892787021614f", + "reference": "8e0e268052b4a8974cb00215bb2892787021614f", "shasum": "" }, "require": { @@ -328,9 +328,9 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.29", + "phpstan/phpstan": "1.10.34", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.9", + "phpunit/phpunit": "9.6.12", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.7.2", @@ -396,7 +396,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.6.6" + "source": "https://github.com/doctrine/dbal/tree/3.6.7" }, "funding": [ { @@ -412,7 +412,7 @@ "type": "tidelift" } ], - "time": "2023-08-17T05:38:17+00:00" + "time": "2023-09-19T20:15:41+00:00" }, { "name": "doctrine/deprecations", @@ -6366,5 +6366,5 @@ "ext-pdo_sqlite": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }