This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
3.0.0: remove support for composer.json autoload declarations
We supported autoload declarations in composer.json
files for compatibility with PHP projects, but most PHP files can no longer be parsed by HHVM, so this support is no longer useful and usually results in parsing errors.
Any Hack projects that relied on autoload declarations in their composer.json
files will now have to provide a hh_autoload.json
file instead.