I'm getting the error below on major when running the command: make checkstatic
ERROR: Phan 2.x requires php-ast 1.0.1+ because it depends on AST version 70. php-ast 0.1.5 is installed.
Exiting without analyzing files.
make: * [checkstatic] Error 1
You'll have to install php-ast. It's a developer dependency because it's needed by phan.
thanks @johnsaigle, I guess I do have it installed but v0.1.5 is not good enough anymore. I'll try installing the latest one and see from there.