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?
Gherkin is installed as a dependency of Behat.
You can use composer to check what version is installed:
composer show behat/gherkin