ตัวอย่างเช่นฉันต้องการ:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/google/google-api-php-client.git"
}
],
"require": {
"google/apiclient": "v1-master"
}
}
ในตัวอย่างนี้ผมพยายามที่จำเป็นต้องใช้ในสาขาgoogle/apiclient
v1-master
ฉันได้รับข้อผิดพลาด:
[UnexpectedValueException]
Could not parse version constraint v1-master: Invalid version string "v1-master"