diff --git a/composer.json b/composer.json index 23e2040..6119804 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.20", + "phpstan/phpstan": "~1.12.21", "phpstan/phpstan-deprecation-rules": "~1.2.1", "rector/rector": "~1.2.10", "roave/security-advisories": "dev-latest" diff --git a/composer.lock b/composer.lock index df9b2c8..8967327 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": "600a8f571b8f0aba7eacf029c105560d", + "content-hash": "63622fc2c55144c7b4334bfefb4ae63b", "packages": [], "packages-dev": [ { @@ -259,16 +259,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.20", + "version": "1.12.21", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7" + "reference": "14276fdef70575106a3392a4ed553c06a984df28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3240b1972042c7f73cf1045e879ea5bd5f761bb7", - "reference": "3240b1972042c7f73cf1045e879ea5bd5f761bb7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28", + "reference": "14276fdef70575106a3392a4ed553c06a984df28", "shasum": "" }, "require": { @@ -313,7 +313,7 @@ "type": "github" } ], - "time": "2025-03-05T13:37:43+00:00" + "time": "2025-03-09T09:24:50+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",