The composer.json file was a bit malformed, as post-install-cmd and post-update-cmd were at the root, not under a scripts property; as a result, the installation commands were not being run as expected.
Other updates in this PR are simply surrounding metadata in the composer.json file.
The
composer.json
file was a bit malformed, aspost-install-cmd
andpost-update-cmd
were at the root, not under ascripts
property; as a result, the installation commands were not being run as expected.Other updates in this PR are simply surrounding metadata in the
composer.json
file.