From 7321c8396806f42a0487c8674a3f5990fc4286e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 01:54:31 +0000 Subject: [PATCH] Bump symplify/phpstan-rules from 12.1.2.72 to 12.2.5.72 Bumps [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) from 12.1.2.72 to 12.2.5.72. - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](https://github.com/symplify/phpstan-rules/compare/12.1.2.72...12.2.5.72) --- updated-dependencies: - dependency-name: symplify/phpstan-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index aa4549c5..ee34ae6f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "phpstan/phpstan-phpunit": "1.3.13", "staabm/phpstan-dba": "0.2.75", "spaze/phpstan-disallowed-calls": "2.16.0", - "symplify/phpstan-rules": "12.1.2.72", + "symplify/phpstan-rules": "12.2.5.72", "staabm/phpstan-baseline-analysis": "0.12", "tomasvotruba/unused-public": "0.3.2.72", "tomasvotruba/type-coverage": "0.2.0", diff --git a/composer.lock b/composer.lock index 12a6ab64..f5337866 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": "499a1a786912bcc8ccaa8ff9de79c01e", + "content-hash": "a0db975864ead85b8911ec513bade3a1", "packages": [ { "name": "composer/semver", @@ -456,16 +456,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.16.0", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -506,9 +506,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-06-25T14:52:30+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "php-parallel-lint/php-parallel-lint", @@ -1185,16 +1185,16 @@ }, { "name": "symplify/phpstan-rules", - "version": "12.1.2.72", + "version": "12.2.5.72", "source": { "type": "git", "url": "https://github.com/symplify/phpstan-rules.git", - "reference": "dabf33930d686a708710fc6d40d1aab6378a12d7" + "reference": "b1e936fc6787e276aa3e48280090a91864136175" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/dabf33930d686a708710fc6d40d1aab6378a12d7", - "reference": "dabf33930d686a708710fc6d40d1aab6378a12d7", + "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/b1e936fc6787e276aa3e48280090a91864136175", + "reference": "b1e936fc6787e276aa3e48280090a91864136175", "shasum": "" }, "require": { @@ -1231,7 +1231,7 @@ "description": "Set of Symplify rules for PHPStan", "support": { "issues": "https://github.com/symplify/phpstan-rules/issues", - "source": "https://github.com/symplify/phpstan-rules/tree/12.1.2.72" + "source": "https://github.com/symplify/phpstan-rules/tree/12.2.5.72" }, "funding": [ { @@ -1243,7 +1243,7 @@ "type": "github" } ], - "time": "2023-08-07T23:11:30+00:00" + "time": "2023-08-22T14:14:16+00:00" }, { "name": "thecodingmachine/phpstan-safe-rule",