diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:51:13 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:51:13 +0000 |
| commit | e0b116f904d50f71a8d8842f1aabd6bc609f6c9b (patch) | |
| tree | 1dc62e45107e150de2ad7fb9a44ed835109e0b72 /composer.lock | |
| parent | ec367b23f4e7d6a127e80b918ef28c61172cff6e (diff) | |
Bump PHPStan to 2.1.30 and address new findings.
Also some minor adjacent cleanup.
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/composer.lock b/composer.lock index 7587c2cdb..faf82fa52 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": "6275e0932b09f1cf029085d4db0d80b5", + "content-hash": "64a30196cdb101db290fd303c1b55956", "packages": [ { "name": "chillerlan/php-qrcode", @@ -1771,16 +1771,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.13", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9" - }, + "version": "2.1.30", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9", - "reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a4a7f159927983dd4f7c8020ed227d80b7f39d7d", + "reference": "a4a7f159927983dd4f7c8020ed227d80b7f39d7d", "shasum": "" }, "require": { @@ -1825,7 +1820,7 @@ "type": "github" } ], - "time": "2025-04-27T12:28:25+00:00" + "time": "2025-10-02T16:07:52+00:00" }, { "name": "phpunit/php-code-coverage", |