Closed stevegrunwell closed 8 years ago
This is almost there, but the logic needs improvement in order to handle being installed on a global level (right now it's working on a branch level in the feature/installation-script branch).
With the release of v0.2.0 I think we've made this about as straight-forward as we can while being installed as a dependency, so I'm going to go ahead and close out this issue.
As mentioned in #3, it would be nice if the various standards' paths were registered automatically upon installation. In order to do this cleanly, we'll need to do the following (preferably via a PHP-CLI script in this package's
bin
directory):array_unique()
)Once we have a script to do that automatically we can call it on Composer's
post-install-cmd
andpost-update-cmd
actions.