içeren, paketlenmemiş bir github projesiyle nasıl kullanılır? Kolay bakım için componer.json'a https://github.com/timrwood/moment eklemek istiyorum.Composer, package.json
Resmi bir paketçi projesi (tabii ki PHP değil), ancak nodejs için bir packages.json
içeriyor. Bunu composer.json
numaralı telefonumda kullanabilir miyim? "Geçerli bir composer.json herhangi bir şubesine ya da git etiketine bulunmuştur
{
"repositories": {
"timrwood/moment": {
"type": "git",
"url": "git://github.com/timrwood/moment.git"
}
}
}
O belirten bir hata iletisi atar:
Bunu denedim, ama işe yaramadı //github.com /timrwood/moment.git, ondan bir paket yükleyemedi. "Ve kullanmak istediğim sürümü tanımlamak için sürüm dizesini eksik ...
kimse burada yardımcı olabilir misiniz?
Ya da besteci kullanmamalı mıyım? JS ve PHP'yi karıştırıyorum mı?
Satis'i incelediniz mi? https://github.com/composer/satis ve http://getcomposer.org/doc/articles/handling-private-packages-with-satis.md –
Henüz denemediniz, ipucu için teşekkürler! Bir deneyeyim. – acme
Güncel besteci sürümü, el ile bir "composer.json" eklemenizi sağlar: http://getcomposer.org/doc/04-schema.md#repositories – Tgr