diff --git a/composer.json b/composer.json index 338d702..fdde39b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nextcloud/coding-standard": "^1.3.2", "nextcloud/ocp": "^31.0.0", "nextcloud/rector": "^0.3.1", - "phpstan/phpstan": "~1.12.19", + "phpstan/phpstan": "~1.12.20", "rector/rector": "~1.2.10", "roave/security-advisories": "dev-latest" }, diff --git a/composer.lock b/composer.lock index fca9649..5cba5fd 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": "b5e130ac8e2091ae47ec59dd6e996e6a", + "content-hash": "0142d63c8ac24699581a19cd69148107", "packages": [], "packages-dev": [ { @@ -259,16 +259,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.19", + "version": "1.12.20", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789" + "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789", - "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3240b1972042c7f73cf1045e879ea5bd5f761bb7", + "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7", "shasum": "" }, "require": { @@ -313,7 +313,7 @@ "type": "github" } ], - "time": "2025-02-19T15:42:21+00:00" + "time": "2025-03-05T13:37:43+00:00" }, { "name": "psr/clock",