diff --git a/composer.json b/composer.json index 659f6e7b..71ee9cee 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "psr/cache": "^3.0.0", - "phpstan/phpstan": "^1.0.1", + "phpstan/phpstan": "^2.0.3", "phpunit/phpunit": "10.5.26" } } diff --git a/composer.lock b/composer.lock index 0c56f435..d91b3008 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": "41baefa74d0584d3fef83356778d1675", + "content-hash": "0b24de80c66045ce79ee7c592b0e508a", "packages": [ { "name": "macbre/monolog-utils", @@ -1071,20 +1071,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4", + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1125,7 +1125,7 @@ "type": "github" } ], - "time": "2024-11-06T19:06:49+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "phpunit/php-code-coverage",