From 1d578b426caf21e17406916e9cd3e50610042298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:21:29 -0500 Subject: [PATCH] Bump mglaman/phpstan-drupal from 1.2.2 to 1.2.3 (#16113) Bumps [mglaman/phpstan-drupal](https://github.com/mglaman/phpstan-drupal) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/mglaman/phpstan-drupal/releases) - [Commits](https://github.com/mglaman/phpstan-drupal/compare/1.2.2...1.2.3) --- updated-dependencies: - dependency-name: mglaman/phpstan-drupal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 1703f01083..3827aa7bc8 100644 --- a/composer.lock +++ b/composer.lock @@ -16275,16 +16275,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "bde6445d8102954d94e88492c60206a499c21889" + "reference": "e21d53427b13d91561ce66f2cef60825e1efa1f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/bde6445d8102954d94e88492c60206a499c21889", - "reference": "bde6445d8102954d94e88492c60206a499c21889", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/e21d53427b13d91561ce66f2cef60825e1efa1f5", + "reference": "e21d53427b13d91561ce66f2cef60825e1efa1f5", "shasum": "" }, "require": { @@ -16359,7 +16359,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.2" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.3" }, "funding": [ { @@ -16375,7 +16375,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T23:13:46+00:00" + "time": "2023-11-13T14:35:32+00:00" }, { "name": "michelf/php-markdown",