Hi all Does anybody know why on travis-ci the flow packages are installed in a different directory than locally after executing composer require "typo3/flow" "2.2.*" Locally in: ./Packages/Framework/ Travis-ci in: /Packages/ The problem is that the flow classes are not found for the tests on travis-ci. Regards, Toco