diff --git a/composer.json b/composer.json index 21a1f03..4102cc8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require-dev": { - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10 || ^2.0", "vimeo/psalm": "^5.22", "phpunit/phpunit": "^10", "squizlabs/php_codesniffer": "^3.9", diff --git a/composer.lock b/composer.lock index 22eb8c2..5441e90 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": "779ff8a9fae581b2ccfcc243d17c0e1a", + "content-hash": "92589beb8198d37df92397be1928fd22", "packages": [ { "name": "archict/brick", @@ -2274,20 +2274,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.3", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", + "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": "*" @@ -2328,7 +2328,7 @@ "type": "github" } ], - "time": "2024-09-09T08:10:35+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "phpunit/php-code-coverage",