o0h / php-ast-check-diff

This is an action to check modifications in PHP scripts based on Abstract Syntax Tree (AST).
MIT License
3 stars 1 forks source link

Add support for nikic/php-parser v5 #8

Closed gnutix closed 1 month ago

gnutix commented 1 month ago

Hello there,

I just tried installing this library but got the following error :

o0h/ast-check-diff v1.0.0 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, ..., v4.19.1] but the package is fixed to v5.1.0

Any chance an upgrade to be compatible with v5.x would be possible ?