Ví dụ, tôi muốn yêu cầu:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/google/google-api-php-client.git"
}
],
"require": {
"google/apiclient": "v1-master"
}
}
Trong ví dụ này, tôi thử yêu cầu google/apiclient
trên nhánh v1-master
. Tôi gặp lỗi:
[UnexpectedValueException]
Could not parse version constraint v1-master: Invalid version string "v1-master"