From af3a2430ae86d5258b0a01bc0c4f84a27aa4577b Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Fri, 31 Jan 2020 12:09:43 +1100 Subject: [PATCH 1/2] Bumped PHP version Composer config. (#29) --- composer.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.dev.json b/composer.dev.json index 9bc3474..98fb0f6 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 From fc08f0bc7ae36a4072ebbd9305287a10b7882eb2 Mon Sep 17 00:00:00 2001 From: vincent-gao Date: Fri, 13 Mar 2020 09:42:16 +1100 Subject: [PATCH 2/2] SDPA-3932 remove the behat/gherkin patch (#30) --- composer.dev.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.dev.json b/composer.dev.json index 98fb0f6..edada0b 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -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" - } - } + ] } }