From 1800f7d52172848fbf34d3584a6e4ed3e32dac24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:00:33 +0000 Subject: Bump phpstan/phpstan-strict-rules from 1.4.2 to 1.4.3 Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.2...1.4.3) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7fda41493..e7c6faa65 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "squizlabs/php_codesniffer": "^3.7.1", "phpstan/phpstan": "^1.8.3", "phpstan/phpstan-doctrine": "^1.3.12", - "phpstan/phpstan-strict-rules": "^1.4.2", + "phpstan/phpstan-strict-rules": "^1.4.3", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan-deprecation-rules": "^1.0", diff --git a/composer.lock b/composer.lock index 9e1f5e0b4..90a082628 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": "e0248e5d35e062532229f48764b0ade6", + "content-hash": "4ffefaaa1e24da0962f9d049aa038506", "packages": [ { "name": "arthurhoaro/favicon", @@ -1278,21 +1278,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.4.2", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "4e57160a710dea304fbd1a177ce38edd9b3848db" + "reference": "431b3d6e8040075de196680cd5bc95735987b4ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/4e57160a710dea304fbd1a177ce38edd9b3848db", - "reference": "4e57160a710dea304fbd1a177ce38edd9b3848db", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/431b3d6e8040075de196680cd5bc95735987b4ae", + "reference": "431b3d6e8040075de196680cd5bc95735987b4ae", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.7.15" + "phpstan/phpstan": "^1.8.3" }, "require-dev": { "nikic/php-parser": "^4.13.0", @@ -1320,9 +1320,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.2" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.3" }, - "time": "2022-08-25T15:04:21+00:00" + "time": "2022-08-26T15:05:46+00:00" }, { "name": "phpunit/php-code-coverage", -- cgit v1.2.3