ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

feat: support composer version when found in .platform.app.yaml #114

Closed rfay closed 10 months ago

rfay commented 10 months ago

The Issue

We need to use the composer version found in .platform.app.yaml

How This PR Solves The Issue

Attempts to parse the composer/composer php dependency if it exists, and translate it into ddev's format, composer_version: "2" for example.

Manual Testing Instructions

This can be tested using

ddev get rfay/ddev-platformsh/tarball/20230829_composer_version

Automated Testing Overview

Added composerversion test

Related Issue Link(s)

Release/Deployment Notes