This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
2.0.13: support current nightlies (expected to support HHVM 4.44+)
move ComposerPlugin.php out of src/ (#49) `bin/hh-autoload` tries to parse everything under `src/`, but this file is PHP, not Hack, so it can't be parsed. It was actually parseable until a few days ago, but that was just luck. Also removing `ComposerImporterTest` which relies on that file being parseable. New major release will remove all ComposerImporter stuff, but we want to release at least one more unbroken minor release.