Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(composer): install v1 to keep using
fxp/composer-asset-plugin
fxpio/composer-asset-plugin#341 (comment) > This plugin is only compatible with Composer 1. As indicated on the > readme and the issue #334, the next major version of Composer Asset > Plugin is so different, but also incompatible with the current version, > that it became a new project named Foxy. Installing from https://getcomposer.org/installer gets v2 (at the time of this commit), which doesn't work with the `composer-asset-plugin`. Installing from the available package still gets v1, at least on `bionic`. Use this until Foxy can be evaluated. Also update the test to check for `composer.json`, since the directory is created, even with the plugin isn't installed properly (e.g. with v2).
- Loading branch information