diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index c769c6c..7e235c1 100644 --- a/tools/phpstan/composer.json +++ b/tools/phpstan/composer.json @@ -2,7 +2,7 @@ "name": "coduo/php-matcher-tools", "description": "Coduo PHP Matcher - Tools", "require-dev": { - "phpstan/phpstan": "^1.1.2" + "phpstan/phpstan": "^2.0.4" }, "config": { "allow-plugins": false, diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index a3c50ec..da74926 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -4,25 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6dce68ff747751da09a0bef180230897", + "content-hash": "dbf5309f170a86c91752ebc25db72c09", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.13", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f" + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b469068840cfa031e1deaf2fa1886d00e20680f", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524", + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -63,7 +63,7 @@ "type": "github" } ], - "time": "2024-12-17T17:00:20+00:00" + "time": "2024-12-17T17:14:01+00:00" } ], "aliases": [], @@ -76,5 +76,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }