-
Notifications
You must be signed in to change notification settings - Fork 77
Update dependencies #346
Comments
PHP 5.6 is still widely used, are you sure we want to remove 5.6? |
To be clear this is only the needed php version to run phpsa. You can still check 5.2-5.6 code with it. Also we probably wait at least until php-parser 4 is stable and not alpha. We need the newest version of this to support the newest php version. At the moment it looks like we still get the new php 7.2 features in the 3.x branch so we don't have to rush this. |
Thank @ddmler, cool idea: Done:
Didnt:
Let's wait for stable release, looks likes this will be in near time 😃 |
I managed to fix #348 without breaking compatibility with PHP 7.0. |
php-parser version 4 is stable released now. Also after updating tag a new release the last one was more than a year ago. |
The text was updated successfully, but these errors were encountered: