[TYPO3-dev] Re: Set up new TYPO3 project with composer

Philipp Wrann philippwrann at gmail.com
Tue Jun 23 13:35:57 CEST 2015


This approach is working like expected:

{
	"name": "vendor/package",
	"description": "description",
	"type": "project",
	"repositories" : [
		{
			"type" : "package",
			"package" : {
				"name" : "typo3/cms",
				"version" : "7.3.0",
				"dist" : {
					"url" : "http://prdownloads.sourceforge.net/typo3/typo3_src-7.3.0.zip?download",
					"type" : "zip"
				}
			}
		}
	],
	"authors": [
		{
			"name": "John Doe",
			"email": "john (at) doe.com"
		}
	],
	"require": {
		"typo3/cms" : "7.3.0"
	}
}

I dont know how this will behave when updating but for now i stick at it.



More information about the TYPO3-dev mailing list