我不知道satis
会在其中安装所有版本的软件包,所以基本上这是我的 satis.json 文件
{
"name" :"offline-packages/satis-packages",
"description":"Offline Packages Generator",
"homepage": "https://localhost:3200",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akaunting/money.git"
},
{
"type": "vcs",
"url": "https://github.com/beyondcode/laravel-confirm-email.git"
},
// ... more repositories here
{
"type": "vcs",
"url": "https://github.com/webpatser/laravel-countries.git"
}],
"require-all": true,
"require-dependencies": true,
"require-dev-dependencies": true,
"archive": {
"directory": "dist"
}
}
但是我想要的是仅安装基于高于特定版本的特定版本,而不是在我构建之前安装所有版本
php bin/satis build satis.json web/