Composer scripts
"scripts":{
"typo3-cms-scripts": [
"typo3 cache:flush",
"typo3 language:update"
],
"post-autoload-dump": [
"@typo3-cms-scripts"
]
},
"repositories": [
{
"type": "path",
"url": "Packages/*",
"options": {
"symlink": true
}
}
]