Hello,
According to documentation:
post-install-cmd: occurs after the install command has been executed with a lock file present.
Hence, if you just copy/paste the composer.json present in your documentation and composer install, your installer is not called :/
Hello,
According to documentation:
post-install-cmd: occurs after the install command has been executed with a lock file present.Hence, if you just copy/paste the
composer.jsonpresent in your documentation andcomposer install, your installer is not called :/