slackhq / hack-sql-fake

A library for testing database driven code in Hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loosen the strict version requirement on HHAST.

lexidor opened this issue · comments

Composer.json requires the exact HHAST version 4.0.4 by using an =4.0.4 version. This blocks the autoload map generation with an exception. If this could be made looser ^4.0.4 the autoload map can be generated again. The typechecker would be happy too.

Maybe hold that off for a bit. In the mean while, I'll use --no-dev hhvm/hhast#198

Thank you! I would be happy to loosen the requirements here.