diff --git a/composer.json b/composer.json index e52a9d40..ebc2f73e 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "captainhook/captainhook": "^5.3", "friendsofphp/php-cs-fixer": "^3.8", "mikey179/vfsstream": "^1.6", - "phpstan/phpstan": "^1.8.5", + "phpstan/phpstan": "^2.0.1", "phpunit/phpunit": "^9", "roave/security-advisories": "dev-master", "seld/phar-utils": "~1.2.0" diff --git a/composer.lock b/composer.lock index d95cf67a..3933b809 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": "2794309fa18feb180491709129504e95", + "content-hash": "1efed6cdc80b6ca11afa12cffb474ec2", "packages": [ { "name": "dflydev/dot-access-data", @@ -3336,20 +3336,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -3390,7 +3390,7 @@ "type": "github" } ], - "time": "2024-11-06T19:06:49+00:00" + "time": "2024-11-11T15:43:04+00:00" }, { "name": "phpunit/php-code-coverage",