0
の私はパッケージを作成したため、パッケージを拒否し、ここではそれがcomposer.jsonだ次のとおりです。Composerは安定
{
"name": "faustuzas/theme-downloader",
"description": "Easy to use bootstrap theme downloader",
"type": "command",
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.3"
},
"license": "MIT",
"authors": [
{
"name": "Faustas Butkus",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}
が、私は作曲を経由して、それを必要としようとすると: composer require faustuzas/theme-downloader
問題はどこですか?