Answer the question
In order to leave comments, you need to log in
Composer --prefer-dist?
You need to absolutely install and update the entire extension with the --prefer-dist flag. Is it possible to automate this somehow, and what would composer install / update / require
the --prefer-dist flag work with?
I tried to prescribe in composer.json "installation-source": "prefer-dist",
but nothing
Answer the question
In order to leave comments, you need to log in
I decided. In composer.json added
"config": {
//.....
"preferred-install": "dist"
},
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question