because composer create-project acquia/df-project:^8.1.0 did not work.
As the libraries where declared and required in acquia/df and the repositories declared in acquia/df composer.json could not be dynamically read, here is an update of acquia/df-project composer.json.
Hello,
I am trying to test the df distribution using composer install.
I run the following command :
composer create-project acquia/df-project:dev-8.x-2.x
because composer create-project acquia/df-project:^8.1.0 did not work.
As the libraries where declared and required in acquia/df and the repositories declared in acquia/df composer.json could not be dynamically read, here is an update of acquia/df-project composer.json.
Thanks for the review.