diff --git a/composer.json b/composer.json index f56080e..0ec6733 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "phpstan/phpstan": "*", "friendsofphp/php-cs-fixer": "^3.95", "ergebnis/composer-normalize": "^2.48", - "ergebnis/php-cs-fixer-config": "^6.62", + "ergebnis/php-cs-fixer-config": "^6.63", "phpstan/phpstan-phpunit": "2.0.x-dev" }, "license": "MIT", diff --git a/composer.lock b/composer.lock index 5e204b7..e663b92 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": "75abc1cbc0dc20602d101cc08a9c2f12", + "content-hash": "63934944afbb970da76f1a30e2c4edc5", "packages": [ { "name": "hsp-dev/huawei-api", @@ -1239,22 +1239,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.62.2", + "version": "6.63.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "dc36d086819708e62190745418aca12a487ca81a" + "reference": "40e7b7194886e12d48b6b38b96b9f5dd5a2f7adb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/dc36d086819708e62190745418aca12a487ca81a", - "reference": "dc36d086819708e62190745418aca12a487ca81a", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/40e7b7194886e12d48b6b38b96b9f5dd5a2f7adb", + "reference": "40e7b7194886e12d48b6b38b96b9f5dd5a2f7adb", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.95.5", + "friendsofphp/php-cs-fixer": "~3.95.15", "kubawerlos/php-cs-fixer-custom-fixers": "~3.37.2", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, @@ -1264,20 +1264,23 @@ "ergebnis/license": "^2.7.0", "ergebnis/phpstan-rules": "^2.13.1", "ergebnis/phpunit-slow-test-detector": "^2.24.0", - "ergebnis/rector-rules": "^1.18.1", + "ergebnis/rector-rules": "^1.18.3", "fakerphp/faker": "^1.24.1", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.2.2", "phpstan/phpstan-deprecation-rules": "^2.0.4", - "phpstan/phpstan-phpunit": "^2.0.16", + "phpstan/phpstan-phpunit": "^2.0.18", "phpstan/phpstan-strict-rules": "^2.0.11", "phpunit/phpunit": "^9.6.33", - "rector/rector": "^2.4.5", + "rector/rector": "^2.5.2", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "6.63-dev" + }, "composer-normalize": { "indent-size": 2, "indent-style": "space" @@ -1306,7 +1309,7 @@ "security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2026-06-18T08:22:00+00:00" + "time": "2026-07-26T08:47:07+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers",