diff --git a/composer.json b/composer.json index 3a3cace7a..062fe0a99 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "doctrine/doctrine-fixtures-bundle": "^3.6.1", "fakerphp/faker": "^1.23.1", "justinrainbow/json-schema": "^6.0.0", - "phpstan/phpstan": "^1.11.9", + "phpstan/phpstan": "^2.0.2", "phpunit/phpunit": "^11.3.4", "symfony/browser-kit": "7.1.*", "symfony/debug-bundle": "7.1.*", diff --git a/composer.lock b/composer.lock index bb46dd372..703cc52b8 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": "f59a8b0a4f2305d29b12592d61aac8b7", + "content-hash": "42433fd2258a0b87fbf08a5dd8aa2564", "packages": [ { "name": "aws/aws-crt-php", @@ -15927,20 +15927,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -15981,7 +15981,7 @@ "type": "github" } ], - "time": "2024-11-11T15:37:09+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "phpunit/php-code-coverage",