16
が必要になります。Composerは私が必要としたいたとえば支店名
{
"repositories": [
{
"type": "git",
"url": "https://github.com/google/google-api-php-client.git"
}
],
"require": {
"google/apiclient": "v1-master"
}
}
この例では、私はブランチv1-master
にgoogle/apiclient
を必要としてみてください。私はエラーを取得する:
[UnexpectedValueException]
Could not parse version constraint v1-master: Invalid version string "v1-master"
Handy info。ありがとう! – slick