Closed tiefenb closed 3 years ago
@tiefenb Cool, thanks! :)
Two questions as I don't know the Composer installer myself:
1
, or is Composer 2
a requirement?composer update
if the current version is using hari-pw-module
?Also I just noticed that we should delete the composer.lock
file from the repo, because dependencies should not be locked by the module but rather by the consumer's installation.
Cheers 🍻
Hi @wanze !
composer/installers
has been around for a while and works with Composer 1 and 2. At least I've been using it that way. No issues I can recall. The switch from hari
to composer/installers
has worked well for my modules and should improve compatibility since it supports Composer 1 and 2 while hari
supports Composer 1 only.
Thanks for the nice explanation @tiefenb @daun 👍
Cheers
Support Composer 2 with native Composer Installers instead of hari/pw-module which does not support Composer 2