diff --git a/composer.json b/composer.json index 564a0f9..7c52ede 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "woocommerce/woocommerce-sniffs": "*", - "sirbrillig/phpcs-changed": "^2.10.2" + "sirbrillig/phpcs-changed": "^2.11.8" }, "autoload": { "psr-4": {"WC\\SmoothGenerator\\": "includes/"} diff --git a/composer.lock b/composer.lock index 9e09c52..5f8b3b7 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": "9e5e075f845b37290ff8ec1db3717914", + "content-hash": "e16c60404a3e5da0fe4855c39e92ade1", "packages": [ { "name": "composer/installers", @@ -693,27 +693,27 @@ }, { "name": "sirbrillig/phpcs-changed", - "version": "v2.10.2", + "version": "v2.11.8", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-changed.git", - "reference": "ba0432bc86ffdc31a6946117be6c2419b7e3e16d" + "reference": "1c6deb684d648b4d75c577bead4c6d43dc46e4ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-changed/zipball/ba0432bc86ffdc31a6946117be6c2419b7e3e16d", - "reference": "ba0432bc86ffdc31a6946117be6c2419b7e3e16d", + "url": "https://api.github.com/repos/sirbrillig/phpcs-changed/zipball/1c6deb684d648b4d75c577bead4c6d43dc46e4ab", + "reference": "1c6deb684d648b4d75c577bead4c6d43dc46e4ab", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", - "phpstan/phpstan": "1.4.10 || ^1.7", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0", "phpunit/phpunit": "^6.4 || ^9.5", "sirbrillig/phpcs-variable-analysis": "^2.1.3", - "squizlabs/php_codesniffer": "^3.2.1" + "squizlabs/php_codesniffer": "^3.2.1", + "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" }, "bin": [ "bin/phpcs-changed" @@ -722,8 +722,6 @@ "autoload": { "files": [ "PhpcsChanged/Cli.php", - "PhpcsChanged/SvnWorkflow.php", - "PhpcsChanged/GitWorkflow.php", "PhpcsChanged/functions.php" ], "psr-4": { @@ -743,9 +741,9 @@ "description": "Run phpcs on files, but only report warnings/errors from lines which were changed.", "support": { "issues": "https://github.com/sirbrillig/phpcs-changed/issues", - "source": "https://github.com/sirbrillig/phpcs-changed/tree/v2.10.2" + "source": "https://github.com/sirbrillig/phpcs-changed/tree/v2.11.8" }, - "time": "2023-03-25T15:10:31+00:00" + "time": "2025-03-11T15:23:48+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -902,12 +900,12 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^7.4 || ^8.0" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }