Would be nice to have an ability to use upstream/master when you using a fork.
master from fork can be outdated and you will work with outdated code base.
I think it can be configured in packages.php like the following:
return [
// ....
'yii-web' => [
'upstream' => 'yiisoft/yii-web',
'origin' => 'xepozz/yii-web',
],
// ....
];
or any handy ways.
Would be nice to have an ability to use
upstream/masterwhen you using a fork.masterfrom fork can be outdated and you will work with outdated code base.I think it can be configured in
packages.phplike the following:or any handy ways.