Skip to content

Commit 49847da

Browse files
committed
Fix test failure on PHP 7.2 caused by Guzzle.
We do not directly depend on Guzzle, but our tests are failing on PHP 7.2 due to a property not being correctly initialized. Ref. guzzle/guzzle#1686
1 parent 0c39e2e commit 49847da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"consolidation/robo": "~1.3",
1414
"drush/drush": "~9.4",
1515
"drupal-composer/drupal-scaffold": "~2.2",
16+
"guzzlehttp/guzzle": "~6.3",
1617
"instaclick/php-webdriver": "^1.4.5",
1718
"nikic/php-parser": "~3.0|~4.0",
1819
"openeuropa/code-review": "^1.0.0-alpha4",

0 commit comments

Comments
 (0)