mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 03:45:06 +08:00
@@ -14,6 +14,9 @@
|
|||||||
"email": "dongyun.li@luxcreo.ai"
|
"email": "dongyun.li@luxcreo.ai"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"bin": [
|
||||||
|
"bin/hdk-migrate-core.sh"
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ return static function (RectorConfig $rectorConfig): void {
|
|||||||
$rectorConfig->importNames(true, false);
|
$rectorConfig->importNames(true, false);
|
||||||
|
|
||||||
$rectorConfig->paths([
|
$rectorConfig->paths([
|
||||||
__DIR__ . '/src',
|
__DIR__ . '/app',
|
||||||
__DIR__ . '/publish',
|
__DIR__ . '/config',
|
||||||
__DIR__ . '/tests',
|
__DIR__ . '/tests',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user