2
Người soạn nhạc yêu cầu tên chi nhánh
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/apiclienttrên nhánh v1-master. Tôi gặp lỗi: [UnexpectedValueException] Could not parse version constraint v1-master: Invalid version string "v1-master"
106
composer-php