There is an original wbraganca/yii2-dynamicform
. Link to composer.json .
There is a fork in which some spiro-stathakis/yii2-dynamicform
bug has spiro-stathakis/yii2-dynamicform
. Link to composer.json
There is an extension in my project that has "wbraganca / yii2-dynamicform" in its dependencies: "dev-master"
In the composer.json
project, I connect the spiro-stathakis/yii2-dynamicform
and specify the link to the repository. As a result, I have downloaded both extensions (original and forged), but the project uses the original version.
How to make so that forks would be used?