dolibarr/dev/tools/rector/composer.json
Dev2a dc4e17a353 Add Rector (automatic refactoring)
Add first rule: access global to function (getDolGlobalInt, getDolGlobalString)
2023-10-08 20:25:46 +02:00

20 lines
302 B
JSON

{
"name": "dolibarr/rector",
"type": "project",
"license": "GplV3",
"authors": [
{
"name": "Dev2a",
"email": "contact@dev2a.pro"
}
],
"require-dev": {
"rector/rector": "^0.18.5"
},
"autoload-dev": {
"psr-4": {
"Dolibarr\\Rector\\": "./src"
}
}
}