예를 들어 다음을 요구하고 싶습니다.
{
"repositories": [
{
"type": "git",
"url": "https://github.com/google/google-api-php-client.git"
}
],
"require": {
"google/apiclient": "v1-master"
}
}
이 예에서는 require google/apiclient
on branch를 시도합니다 v1-master
. 오류가 발생합니다.
[UnexpectedValueException]
Could not parse version constraint v1-master: Invalid version string "v1-master"