Loris: [make checkstatic ] ERROR: Phan 2.x requires php-ast 1.0.1+

Created on 17 Oct 2019  路  2Comments  路  Source: aces/Loris

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

Bug

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings