diff --git a/composer.json b/composer.json index c0da988..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.4.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 6dbfdbe..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": "e42d1747017822d11e7e6b45bfd49149", + "content-hash": "d3157f1168a25baac379a8b1e604f5a0", "packages": [], "packages-dev": [ { @@ -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,20 +138,20 @@ "type": "github" } ], - "time": "2025-03-24T13:45:00+00:00" + "time": "2025-04-16T13:19:18+00:00" }, { "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": [],