[Flow] composer update with self modified files (domainfactory hosting)
Hendrik Frahmann
mail at hendrik-frahmann.de
Sat May 4 16:26:24 CEST 2013
Hi,
> my second question is how to add a new dependency.
>
> as an example, i want to include:
> git://git.typo3.org/FLOW3/Packages/TYPO3.SwiftMailer.git
>
> what are the commands to do that?
For composer packages you can look at www.packagist.org .
TYPO3 SwiftMailer: https://packagist.org/packages/typo3/swiftmailer
You can add the dependency to the composer.json in the "require" part:
"typo3/swiftmailer": "dev-master"
--
Hendrik Frahmann
More information about the Flow
mailing list