summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-24 12:03:35 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-06-24 14:44:53 +0200
commite3dedd833f69783cbe552b621f222e23eceeddf2 (patch)
tree05a2d4f65b97f0ef195ffb2405bd9c797a0b8455
parent61267c5e31e08e70100be999193ef581f3e54c90 (diff)
Bump phpstan/phpstan-strict-rules from 1.2.3 to 1.3.0
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.2.3...1.3.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-minor ... 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 84a6f02f8..5f758e507 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.7.15",
"phpstan/phpstan-doctrine": "^1.2.11",
- "phpstan/phpstan-strict-rules": "^1.1.0",
+ "phpstan/phpstan-strict-rules": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
"guzzlehttp/guzzle": "^7.3.0",
diff --git a/composer.lock b/composer.lock
index d47de3197..c3107ee18 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": "4f9c5934afd5dcc290d788602c4f5021",
+ "content-hash": "2538004e3a56dd78d2e395eb0fecc0bf",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1458,21 +1458,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.2.3",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43"
+ "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/0c82c96f2a55d8b91bbc7ee6512c94f68a206b43",
- "reference": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/543675a9be82d4befb9ca0bd8cdc9d211665037f",
+ "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.6.3"
+ "phpstan/phpstan": "^1.7.15"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
@@ -1500,9 +1500,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.2.3"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.3.0"
},
- "time": "2022-05-04T15:20:40+00:00"
+ "time": "2022-06-24T06:47:20+00:00"
},
{
"name": "phpunit/php-code-coverage",