[Flow] TYPO3 Surf Installation

Guido Haase guido.haase at typo3.org
Wed Apr 1 13:19:43 CEST 2015


Hi folks,

I'm just playing around a little bit with the TYPO3 Surf package. While old documentations recommend a git based installation newer ones prefere a composer based one. In document 

http://docs.typo3.org/surf/TYPO3SurfDocumentation/

I read

"Install the Surf package by importing the package to a TYPO3 Flow application:

composer require typo3/surf:dev-master"

Having done so I got this error message(s):

-------------------------------------------------------------------------

# composer require typo3/surf:dev-master

/composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- typo3/flow 2.3.3 requires doctrine/migrations dev-master -> no matching package found.
- typo3/flow 2.3.2 requires doctrine/migrations dev-master -> no matching package found.
- typo3/flow 2.3.1 requires doctrine/migrations dev-master -> no matching package found.
- typo3/flow 2.3.0 requires doctrine/migrations dev-master -> no matching package found.
- typo3/flow 2.2.3 requires doctrine/migrations dev-master -> no matching package found.
- 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.
- typo3/surf dev-master requires typo3/flow * -> 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, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3].
- Installation request for typo3/surf dev-master -> satisfiable by typo3/surf[dev-master].

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, deleting ./composer.json.

-------------------------------------------------------------------------

Any idea what's going wrong and how I can fix it?

BTW, on the same machine there are running two TYPO3 NEOS installations in different Apache vhosts which are easily updatetable by running 'composer update' and running fine. 

Many thanks for your assistance in advance!

Greetinx

Guido


More information about the Flow mailing list