-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A new release of PHP-Parser has recently been released.
https://github.com/nikic/PHP-Parser/releases/tag/v5.0.0
In the changelog you can see that the "create" method that was used has been removed. This method is used in this file:
$parser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7); |
This package is not listed in direct dependencies, so it is allowed to install version 5, which is not compatible.
Options
- Add version 4 to direct dependencies.
- Go to version 5, add this to direct dependencies and fix the creation method.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working