From 7a3be5e67b1d74eb3e33d135f6b9fc1607cbadbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 05:40:40 +0000 Subject: [PATCH] chore: composer(deps): bump doctrine/sql-formatter in /webservice Bumps [doctrine/sql-formatter](https://github.com/doctrine/sql-formatter) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/doctrine/sql-formatter/releases) - [Commits](https://github.com/doctrine/sql-formatter/compare/1.4.1...1.5.1) --- updated-dependencies: - dependency-name: doctrine/sql-formatter dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webservice/composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/webservice/composer.lock b/webservice/composer.lock index 5920699..bdcda58 100644 --- a/webservice/composer.lock +++ b/webservice/composer.lock @@ -1257,16 +1257,16 @@ }, { "name": "doctrine/sql-formatter", - "version": "1.4.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "7f83911cc5eba870de7ebb11283972483f7e2891" + "reference": "b784cbde727cf806721451dde40eff4fec3bbe86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/7f83911cc5eba870de7ebb11283972483f7e2891", - "reference": "7f83911cc5eba870de7ebb11283972483f7e2891", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/b784cbde727cf806721451dde40eff4fec3bbe86", + "reference": "b784cbde727cf806721451dde40eff4fec3bbe86", "shasum": "" }, "require": { @@ -1274,6 +1274,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12", + "ergebnis/phpunit-slow-test-detector": "^2.14", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "vimeo/psalm": "^5.24" @@ -1306,9 +1307,9 @@ ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.4.1" + "source": "https://github.com/doctrine/sql-formatter/tree/1.5.1" }, - "time": "2024-08-05T20:32:22+00:00" + "time": "2024-10-21T18:21:57+00:00" }, { "name": "monolog/monolog",