diff --git a/composer.json b/composer.json index 352d812..43f659b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "prestashop/php-dev-tools": "^4.3", - "phpstan/phpstan": "^1.9" + "phpstan/phpstan": "^2.0" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 03efe5c..012f7e5 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": "5cba1c354366823a10fc4710e463848b", + "content-hash": "dff8821cf1afcaaa837b93497a110366", "packages": [], "packages-dev": [ { @@ -622,20 +622,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "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": "*" @@ -676,7 +676,7 @@ "type": "github" } ], - "time": "2024-11-06T19:06:49+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "prestashop/autoindex",