summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-12 12:38:38 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-12 16:13:19 +0100
commit41264586eadac4c26c6e2644a2c0b06023c4d6df (patch)
treed3fb6554803ef80a86cb871b03afdeca4862b4ba
parent9749b9766d08b6eb054e16ee58d4f4f62e8a14c3 (diff)
Bump phpstan/phpstan-strict-rules from 1.4.4 to 1.4.5
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.4...1.4.5) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index dde74bffa..fcea43177 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.9.9",
"phpstan/phpstan-doctrine": "^1.3.31",
- "phpstan/phpstan-strict-rules": "^1.4.4",
+ "phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
diff --git a/composer.lock b/composer.lock
index df255fdee..fb67f34aa 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": "a9c174c8b4bc748dde22e03df3d705d1",
+ "content-hash": "c4123974caa20fca2a120a47f371adaa",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1583,21 +1583,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.4.4",
+ "version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6"
+ "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6",
- "reference": "23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
+ "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.6"
+ "phpstan/phpstan": "^1.9.7"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
@@ -1625,9 +1625,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.4"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.5"
},
- "time": "2022-09-21T11:38:17+00:00"
+ "time": "2023-01-11T14:16:29+00:00"
},
{
"name": "phpunit/php-code-coverage",