Configuring TYPO3 container for composer
Instead of using the separate composer docker container we need to configure the TYPO3 container to have composer, so that we can run composer inside the TYPO3 container. Reasoning: TYPO3 has some requirements that we would all need to install into the composer container. It is easier to just run composer inside the TYPO3 container.