diff --git a/composer.json b/composer.json index a6aa8eb..40a187a 100755 --- a/composer.json +++ b/composer.json @@ -14,6 +14,9 @@ "email": "dongyun.li@luxcreo.ai" } ], + "bin": [ + "bin/hdk-migrate-core.sh" + ], "require": { "php": ">=8.1", "ext-dom": "*", diff --git a/hyperf31_rector.php b/hyperf31_rector.php index ae7f833..87e19fc 100644 --- a/hyperf31_rector.php +++ b/hyperf31_rector.php @@ -19,8 +19,8 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->importNames(true, false); $rectorConfig->paths([ - __DIR__ . '/src', - __DIR__ . '/publish', + __DIR__ . '/app', + __DIR__ . '/config', __DIR__ . '/tests', ]);