[Flow] Composer question regarding Flow

Christian Loock brainshack at gmail.com
Wed Oct 15 20:47:55 CEST 2014


The easiest way to get a working installation of a flow project with all
prequesites you need is to just do it as it says in the manual:

composer create-project --dev --keep-vcs typo3/flow-base-distribution
tutorial 2.0.0


The flow-base-distribution package contains a all that you need to get up a
runing flow installation and is therefore my recommendation to go :)

2014-10-15 20:44 GMT+02:00 Martin Kutschker <masi-20l4 at typo3.org>:

> Hi!
>
> I'm new Flow and tried to fetch it via composer. So I created in an empty
> directory a simple composer.json:
>
> {
>         "require": {
>                 "typo3/flow": "2.*",
>         }
> }
>
> But I ended up with this:
>
> Your requirements could not be resolved to an installable set of packages.
>
>   Problem 1
>     - typo3/flow 2.2.2 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.2.1 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.2.0 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.1.2 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.1.1 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.1.0 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.0.2 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.0.1 requires doctrine/migrations dev-master -> no
> matching package found.
>     - typo3/flow 2.0.0 requires doctrine/migrations dev-master -> no
> matching package found.
>     - Installation request for typo3/flow 2.* -> satisfiable by
> typo3/flow[2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2].
>
> Only after I added mannually the dependcy to doctrine/migrations composer
> would fetch me all the packages.
>
> {
>         "require": {
>                 "typo3/flow": "2.*",
>                 "doctrine/migrations": "@dev"
>         }
> }
>
> Is this normal and if so why?
>
> Masi
>
> PS:
>
> Why are the Doctrine and Symfony packages fetched from packagist.org and
> is the Flow stuff cloned?
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>


More information about the Flow mailing list