[Flow] Install TYPO3.Media
Rémy DANIEL
dogawaf at no-log.org
Mon Jan 5 09:44:32 CET 2015
Hi Patrick
imagine/imagine is a dependency of typo3/media, and should not be required
in your main composer.json.
You should remove it, then do a `composer.phar update`.
If that failed again, you can try to manually remove vendor dependencies in
Packages/Application/TYPO3.Media and Packages/Libraries/imagine, before
installing again through composer.phar.
I hope that will help.
Cheers
--
Rémy
2015-01-04 11:30 GMT+01:00 Patric Eckhart <mail at patriceckhart.com>:
> Hey guys,
>
> I have tried install TYPO3.Media at my Flow Instance to handle my image
> resources with that.
>
> I add it to my composer file with php composer.phar require
> "require": {
> "typo3/flow": "2.3.*",
> "typo3/welcome": "2.3.*",
> "doctrine/migrations": "@dev",
> "typo3/twitter-bootstrap": "~1.0",
> "imagine/imagine": "~0.6",
> "typo3/media": "~1.2"
> },
>
> Then I run php composer.phar update
> .. I become the following error
> [RuntimeException]
> Failed to execute git status --porcelain --untracked-files=no
> fatal: Not a git repository (or any of the parent directories): .git
>
> Can you help me...?
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list