たとえば、他の誰かのバンドルを使用したいが、いくつかの変更を加えたいとします。したがって、いくつかの新しいブランチで変更を行い、comspoer.jsonを次のように構成します。
{
"require": {
"sylius/assortment-bundle": "dev-soft-deleteable-products-disabled"
},
"repositories": [
{
"type": "package",
"package": {
"name": "sylius/assortment-bundle",
"version": "1.0",
"autoload": { "psr-0": { "Sylius\\Bundle\\AssortmentBundle": "" } },
"target-dir": "Sylius/Bundle/AssortmentBundle",
"source": {
"url": "https://github.com/umpirsky/SyliusAssortmentBundle.git",
"type": "git",
"reference": "soft-deleteable-products-disabled"
}
}
}
]
}
これはマスターブランチで機能しますが、カスタムブランチでは次のようになります。The requested package sylius/assortment-bundle dev-soft-deleteable-products-disabled could not be found.
何か案が?