From d10118191dd9c2835cee34edfa6ff8cdba125302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dobe=C5=A1?= Date: Tue, 22 Apr 2025 18:26:33 +0200 Subject: [PATCH 1/3] Update phpstan/phpstan to 2.1.12 --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 6dbfdbe..dd69202 100644 --- a/composer.lock +++ b/composer.lock @@ -84,16 +84,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.11", + "version": "2.1.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30" + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30", - "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", "shasum": "" }, "require": { @@ -138,7 +138,7 @@ "type": "github" } ], - "time": "2025-03-24T13:45:00+00:00" + "time": "2025-04-16T13:19:18+00:00" }, { "name": "spaze/phpstan-disallowed-calls", From 627a613638b00ddb9fdd182dc183775d88b7ed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dobe=C5=A1?= Date: Tue, 22 Apr 2025 18:26:55 +0200 Subject: [PATCH 2/3] Update spaze/phpstan-disallowed-calls to 4.5.0 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c0da988..41076c9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "nette/tester": "~2.5.0", "phpstan/phpstan": "~2.1.0", - "spaze/phpstan-disallowed-calls": "~4.4.0" + "spaze/phpstan-disallowed-calls": "~4.5.0" }, "scripts": { "phpstan": "phpstan analyse", diff --git a/composer.lock b/composer.lock index dd69202..56555c0 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": "e42d1747017822d11e7e6b45bfd49149", + "content-hash": "3e5557e9ddcab0f3464e6e2dd0eba36a", "packages": [], "packages-dev": [ { @@ -142,16 +142,16 @@ }, { "name": "spaze/phpstan-disallowed-calls", - "version": "v4.4.1", + "version": "v4.5.0", "source": { "type": "git", "url": "https://github.com/spaze/phpstan-disallowed-calls.git", - "reference": "b24661b61262abdac1b35d8f4f88d7e3ffb38d1e" + "reference": "1c5e6996bd75a1460f5e2683fc4294665b37bee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spaze/phpstan-disallowed-calls/zipball/b24661b61262abdac1b35d8f4f88d7e3ffb38d1e", - "reference": "b24661b61262abdac1b35d8f4f88d7e3ffb38d1e", + "url": "https://api.github.com/repos/spaze/phpstan-disallowed-calls/zipball/1c5e6996bd75a1460f5e2683fc4294665b37bee2", + "reference": "1c5e6996bd75a1460f5e2683fc4294665b37bee2", "shasum": "" }, "require": { @@ -191,13 +191,13 @@ "homepage": "https://www.michalspacek.cz" } ], - "description": "PHPStan rules to detect disallowed method & function calls, constant, namespace & superglobal usages", + "description": "PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.", "keywords": [ "static analysis" ], "support": { "issues": "https://github.com/spaze/phpstan-disallowed-calls/issues", - "source": "https://github.com/spaze/phpstan-disallowed-calls/tree/v4.4.1" + "source": "https://github.com/spaze/phpstan-disallowed-calls/tree/v4.5.0" }, "funding": [ { @@ -205,7 +205,7 @@ "type": "github" } ], - "time": "2025-03-03T21:14:21+00:00" + "time": "2025-04-10T19:01:43+00:00" } ], "aliases": [], From 48b98003f45ac758ac29b9be66a182366d29cabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dobe=C5=A1?= Date: Tue, 22 Apr 2025 18:29:13 +0200 Subject: [PATCH 3/3] Bump dev tooling constraints to actually used versions --- composer.json | 6 +++--- composer.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 41076c9..2d4ef5c 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "ext-pcre": "*" }, "require-dev": { - "nette/tester": "~2.5.0", - "phpstan/phpstan": "~2.1.0", - "spaze/phpstan-disallowed-calls": "~4.5.0" + "nette/tester": "^2.5.4", + "phpstan/phpstan": "^2.1.12", + "spaze/phpstan-disallowed-calls": "^4.5.0" }, "scripts": { "phpstan": "phpstan analyse", diff --git a/composer.lock b/composer.lock index 56555c0..3113204 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": "3e5557e9ddcab0f3464e6e2dd0eba36a", + "content-hash": "d3157f1168a25baac379a8b1e604f5a0", "packages": [], "packages-dev": [ {