diff --git a/composer.json b/composer.json index f6ae375a..35045d30 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ext-zend-opcache": "*", "doctrine/coding-standard": "^12.0.0", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.12.14", + "phpstan/phpstan": "^2.1.0", "phpunit/phpunit": "^10.5.40", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", diff --git a/composer.lock b/composer.lock index 4e39ffd5..0c0efb0f 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": "e29128d4ef357eff6e7eb64245cf6e08", + "content-hash": "9da8171354f30587abbb22629444917d", "packages": [ { "name": "nikic/php-parser", @@ -2817,20 +2817,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.14", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38" + "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e73868f809e68fff33be961ad4946e2e43ec9e38", - "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2392d360fdf54ea253aa6c68cad1d4ba2e54e927", + "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -2871,7 +2871,7 @@ "type": "github" } ], - "time": "2024-12-31T07:26:13+00:00" + "time": "2024-12-31T07:30:03+00:00" }, { "name": "phpunit/php-code-coverage",