move rector rules to a shareable namespace

This commit is contained in:
2023-06-05 17:29:37 +02:00
parent fb1b28407a
commit 1e8fec5cbd
4 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@
"Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle",
"Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle",
"Chill\\WopiBundle\\": "src/Bundle/ChillWopiBundle/src",
"Utils\\Rector\\": "utils/rector/src"
"Chill\\Utils\\Rector\\": "utils/rector/src"
}
},
"autoload-dev": {
@@ -113,7 +113,7 @@
"App\\": "tests/app/src/",
"Chill\\DocGeneratorBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests",
"Chill\\WopiBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests",
"Utils\\Rector\\Tests\\": "utils/rector/tests"
"Chill\\Utils\\Rector\\Tests\\": "utils/rector/tests"
}
},
"config": {