10up / 10up-code-review

Custom PHP_CodeSniffer rules to help flag common issues during code review
43 stars 5 forks source link

Composer 'scripts' updates. #7

Closed stevegrunwell closed 7 years ago

stevegrunwell commented 7 years ago

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.