diff --git a/composer.json b/composer.json index 2f41fa8..64384af 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "aws/aws-sdk-php": "^3.92.5", "friendsofphp/php-cs-fixer": "^3.64.0", "nesbot/carbon": "^2.62.1 || ^3.0.0", - "phpstan/phpstan": "^1.12.0", + "phpstan/phpstan": "^1.12.0 || ^2.0.0", "phpunit/phpunit": "^11.3.0", "roave/security-advisories": "dev-latest" }, diff --git a/composer.lock b/composer.lock index dbe763a..a233c4d 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": "f10b275370e106c7162f845b32686a10", + "content-hash": "046d247f9ce06c035f169f3177435904", "packages": [ { "name": "psr/simple-cache", @@ -1516,20 +1516,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.6", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae", - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae", + "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": "*" @@ -1570,7 +1570,7 @@ "type": "github" } ], - "time": "2024-10-06T15:03:59+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "phpunit/php-code-coverage", @@ -6348,6 +6348,6 @@ "platform": { "php": "^8.2.0" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }