diff --git a/composer.json b/composer.json index 8e38024..d53c66a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "prestashop/php-dev-tools": "^5", "friendsofphp/php-cs-fixer": "^3", - "phpstan/phpstan": "^1.9" + "phpstan/phpstan": "^2.0" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 3ffd54c..d9b7367 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": "85238bbc4502893bddf5fd5ce2115a3b", + "content-hash": "332672148ccc458f40211f29e9b20beb", "packages": [], "packages-dev": [ { @@ -320,20 +320,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "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": "*" @@ -374,7 +374,7 @@ "type": "github" } ], - "time": "2024-11-06T19:06:49+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "prestashop/php-dev-tools", @@ -2024,12 +2024,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.1" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }