Skip to main navigation Zum Hauptinhalt springen Skip to page footer

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
                        }
                }
	]
/composer.json