現在、composer を使用して内部パッケージを管理するために satis をセットアップしようとしています。
config.json ファイルを作成しました
{
"name": "Internal Packages",
"homepage": "http://packages.example.org",
"repositories": [
{ "type": "vcs", "url": "ssh://me@mypackages.com/Test-Component" }
],
"require-all": true
}
ビルドしようとすると
php bin/satis build config.json web/
次のエラーが表示されます。
[ErrorException]
rmdir(/home/lee.stone/.composer/cache): Directory not empty
Warning: You have xdebug.scream enabled, the warning above may be
a legitimately suppressed error that you were not supposed to see.
そのキャッシュ フォルダーを削除して、再度ビルドしようとしましたが、同じエラーが発生します。Web ディレクトリにも何も作成されていません。
この問題を解決して正常にビルドする方法についてのアイデアはありますか?