From 0174c3bd62159d6bdf742fe0f128ee5271e9b277 Mon Sep 17 00:00:00 2001 From: Martin Adler Date: Tue, 3 Oct 2023 15:47:34 +0200 Subject: [PATCH 1/2] [FEATURE] Bump PHPStan Extensions --- composer.json | 10 +++++----- composer.lock | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 2838bb0..06fb3f4 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ ], "require": { "php": "~8.1.0 || ~8.2.0", - "ergebnis/phpstan-rules": "^2.0", + "ergebnis/phpstan-rules": "^2.1", "mteu/docblock-rules": "^0.1", - "phpstan/extension-installer": "^1.2", + "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-strict-rules": "^1.4", - "spaze/phpstan-disallowed-calls": "^2.11", - "symplify/phpstan-rules": "^12.0.0" + "phpstan/phpstan-strict-rules": "^1.5", + "spaze/phpstan-disallowed-calls": "^2.16", + "symplify/phpstan-rules": "^12.3.0" }, "require-dev": { "armin/editorconfig-cli": "^1.5", diff --git a/composer.lock b/composer.lock index 3bbe744..5e6b681 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": "d3eaca5afc391ef04bdd2f26ee3af57d", + "content-hash": "014ea577122a42509afc8a65bc0c536d", "packages": [ { "name": "ergebnis/phpstan-rules", @@ -80,16 +80,16 @@ }, { "name": "mteu/docblock-rules", - "version": "0.1.4", + "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/mteu/docblock-rules.git", - "reference": "ba9d9d2a75b53751dac10a5fed2017f0bfcbebcf" + "reference": "2bdbaae60c215f9461867af7c76975eb413cdaf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mteu/docblock-rules/zipball/ba9d9d2a75b53751dac10a5fed2017f0bfcbebcf", - "reference": "ba9d9d2a75b53751dac10a5fed2017f0bfcbebcf", + "url": "https://api.github.com/repos/mteu/docblock-rules/zipball/2bdbaae60c215f9461867af7c76975eb413cdaf2", + "reference": "2bdbaae60c215f9461867af7c76975eb413cdaf2", "shasum": "" }, "require": { @@ -99,8 +99,8 @@ }, "require-dev": { "armin/editorconfig-cli": "^1.5", - "ergebnis/composer-normalize": "^2.29", - "phpunit/phpunit": "^10.2" + "ergebnis/composer-normalize": "^2.37", + "phpunit/phpunit": "^10.3" }, "type": "phpstan-extension", "extra": { @@ -130,9 +130,9 @@ "description": "A few additional rules for PHPStan", "support": { "issues": "https://github.com/mteu/docblock-rules/issues", - "source": "https://github.com/mteu/docblock-rules/tree/0.1.4" + "source": "https://github.com/mteu/docblock-rules/tree/0.1.5" }, - "time": "2023-06-21T09:18:12+00:00" + "time": "2023-10-03T13:28:21+00:00" }, { "name": "nette/utils", From f273366970da8a5ec5980d715e7fc4eae8604e0e Mon Sep 17 00:00:00 2001 From: Martin Adler Date: Tue, 3 Oct 2023 15:48:36 +0200 Subject: [PATCH 2/2] [TASK] Bump dev-requirements --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 06fb3f4..2eb12b1 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "symplify/phpstan-rules": "^12.3.0" }, "require-dev": { - "armin/editorconfig-cli": "^1.5", - "ergebnis/composer-normalize": "^2.29" + "armin/editorconfig-cli": "^1.6", + "ergebnis/composer-normalize": "^2.37" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5e6b681..381f422 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": "014ea577122a42509afc8a65bc0c536d", + "content-hash": "2218c49b758c0d6d7a48dc193a3d2a8c", "packages": [ { "name": "ergebnis/phpstan-rules",