cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
160 stars 48 forks source link

php: Remove transitive php-parser dependency #239

Closed mpkorstanje closed 3 months ago

mpkorstanje commented 3 months ago

⚡️ What's your motivation?

Transitive dependencies do not need to be explicitly declared. Looks like this was originally added to resolve problems caused by using composer update --prefer-lowest that are no longer present.

🏷️ What kind of change is this?

olleolleolle commented 3 months ago

Smart!