diff --git a/composer.dev.json b/composer.dev.json index 9bc3474..edada0b 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -35,7 +35,7 @@ "minimum-stability": "dev", "config": { "platform": { - "php": "7.1" + "php": "7.2" }, "process-timeout": 0, "sort-packages": true @@ -284,11 +284,6 @@ "docroot/sites/default/files", "docroot/robots.txt", "docroot/.htaccess" - ], - "patches": { - "behat/gherkin": { - "Correctly filter features, now that the base path is correctly set": "https://github.com/Behat/Gherkin/compare/v4.6.0...a7d84eb6ba245ea268a304312d14660788bf6c29.patch" - } - } + ] } }