diff --git a/composer.json b/composer.json index eeb89c6c..0ff5f9c9 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/phpcompatibility-wp": "^2.1.4", "phpmd/phpmd": "^2.13.0", - "phpstan/phpstan": "^1.10.19", + "phpstan/phpstan": "^1.10.21", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.7.2", "szepeviktor/phpstan-wordpress": "^1.3.0", diff --git a/composer.lock b/composer.lock index 323e036e..da303cfa 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": "0a3110059827cfa002ee0fb93e1431d3", + "content-hash": "6a5a2ed237e6a81dc897df22d2db339e", "packages": [], "packages-dev": [ { @@ -568,16 +568,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.19", + "version": "1.10.21", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046" + "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/af5a296ff02610c1bfb4ddfac9fd4a08657b9046", - "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", + "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", "shasum": "" }, "require": { @@ -626,7 +626,7 @@ "type": "tidelift" } ], - "time": "2023-06-14T15:26:58+00:00" + "time": "2023-06-21T20:07:58+00:00" }, { "name": "psr/container",