diff --git a/composer.json b/composer.json index aeaf9320c..2db8ba131 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ "pear/versioncontrol_svn": "^0.7.0", "phing/phing-composer-configurator": "dev-master", "phpmd/phpmd": "^2.14", - "phpstan/phpstan": "^0.12.87 || ^1.0", + "phpstan/phpstan": "^2.1.11", "phpunit/phpunit": "^9.6.21", "psr/http-message": "^2.0", "roave/security-advisories": "dev-master", diff --git a/composer.lock b/composer.lock index b2a0f58cb..920659731 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": "7b20ca32b2b975411aefb589ce910d53", + "content-hash": "18fbd78f41664c37092f80ee243cf400", "packages": [ { "name": "psr/container", @@ -4120,20 +4120,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.23", + "version": "2.1.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "29201e7a743a6ab36f91394eab51889a82631428" + "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/29201e7a743a6ab36f91394eab51889a82631428", - "reference": "29201e7a743a6ab36f91394eab51889a82631428", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30", + "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -4174,7 +4174,7 @@ "type": "github" } ], - "time": "2025-03-23T14:57:32+00:00" + "time": "2025-03-24T13:45:00+00:00" }, { "name": "phpunit/php-code-coverage", @@ -8649,5 +8649,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }