Search code examples
symfony4behatgherkin

How to check version of gherkin?


I am using Behat in Symfony. Behat is installed via composer as a Symfony bundle. There is no reference to Gherkin in my composer.json.

How can I check Gherkin version?


Solution

  • Gherkin is installed as a dependency of Behat.

    You can use composer to check what version is installed:

    composer show behat/gherkin