[TYPO3-english] Re: Using TYPO3.CMS.git as submodule

Viktor Livakivskyi invisible.kinder at gmail.com
Thu Sep 17 10:40:55 CEST 2015


Hi, Arno

> I used until now the GIT repoitory "TYPO3.CMS.git" as submodule for 
> comfortable updates.
> 
> With TYPO3 v7.x this is not possible anymore cause missing vendor 
> directory. (Related issue: https://forge.typo3.org/issues/68054)

At best you need to setup your project as Composer project, so all the dependencies are resolved by it. There is a nice skeleton extension [1], created by Helmut Hummel, from which you can get your inspiration.

If you don't want to make so radical changes, you may try then to run "composer install -o" from within your typo3_src directory, then all dependencies of TYPO3 should be resolved and 'vendor' directory will appear.


[1]: https://github.com/helhum/ext_scaffold


More information about the TYPO3-english mailing list