From bf828977abd18990d79f4623f486a3dbde049fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:29:52 +0000 Subject: [PATCH] [DevDependency] Bump phpstan/phpstan from 1.10.28 to 1.10.46 in /site Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.28 to 1.10.46. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.28...1.10.46) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- site/composer.json | 2 +- site/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/composer.json b/site/composer.json index fd2c848d721..fa10980a67f 100644 --- a/site/composer.json +++ b/site/composer.json @@ -44,7 +44,7 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", "php-mock/php-mock-phpunit": "2.7.2", - "phpstan/phpstan": "1.10.28", + "phpstan/phpstan": "1.10.46", "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-doctrine": "1.3.42", "phpunit/phpunit": "9.6.9", diff --git a/site/composer.lock b/site/composer.lock index ef17807e8d6..c3dac0798f0 100644 --- a/site/composer.lock +++ b/site/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": "30a9e815cc4e63daab83d274eabc8162", + "content-hash": "f5047332c7a0c58b924d356c7118823c", "packages": [ { "name": "aptoma/twig-markdown", @@ -6009,16 +6009,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.28", + "version": "1.10.46", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e4545b55904ebef470423d3ddddb74fa7325497a" + "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e4545b55904ebef470423d3ddddb74fa7325497a", - "reference": "e4545b55904ebef470423d3ddddb74fa7325497a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", + "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", "shasum": "" }, "require": { @@ -6067,7 +6067,7 @@ "type": "tidelift" } ], - "time": "2023-08-08T12:33:42+00:00" + "time": "2023-11-28T14:57:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -7801,5 +7801,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }