diff --git a/composer.json b/composer.json index 9e544e0..81a3581 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "psr/simple-cache": "^2.0.0|^3.0.0", "phpbench/phpbench": "^1.2.15", "phpspec/prophecy-phpunit": "^2.1.0", - "phpstan/phpstan": "^1.10.49", + "phpstan/phpstan": "^2.0.0", "phpunit/phpunit": "^10.5.2", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.34.0", diff --git a/composer.lock b/composer.lock index 49b1ee8..3a1c819 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": "232e0e34b8b5546fd1888a9cde11d9ea", + "content-hash": "86b5099a49a99a6171422d6080a34244", "packages": [], "packages-dev": [ { @@ -2499,20 +2499,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.11", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", - "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -2553,7 +2553,7 @@ "type": "github" } ], - "time": "2024-11-17T14:08:01+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "phpunit/php-code-coverage",