diff --git a/composer.json b/composer.json index 8e38024..0c0ac0b 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.1" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 3ffd54c..193157b 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": "306543cbb54413740139700880afcbe0", "packages": [], "packages-dev": [ { @@ -320,20 +320,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", "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": "2025-01-05T16:43:48+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" }