5.3.8 (2019-11-06)

Overview of merged pull requests

BUGFIX: Always run composer from Flow root path

This bugfix ensures, that the composer require command always gets executed in the Flow root path (by calling composer require with the –working-direcory flag set to `FLOW_PATH_ROOT `.)

It also introduces the composer/composer package to the codebase to replace the exec command.

Fixes #1832 Fixes #1778

  • Packages: Flow

Revert “BUGFIX: Respect Neos.Flow.http.baseUri path in UriBuilder”

Reverts neos/flow-development-collection#1682

  • Packages: Flow

BUGFIX: Remove unnecessary colons

Removes unnecessary colons that broke the markup.

  • Packages: Flow

BUGFIX: Fix @return annotation on getObjects()

  • Packages: Flow

Detailed log