Commit cf40e687 authored by catch's avatar catch
Browse files

Issue #3368790 by longwave, jabeler: guzzlehttp/promises 2.0 blocking update to 10.1 due to AWS SDK

parent 7667300b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ public function getPackage() {
      // to use any compatible version without needing to switch off of
      // drupal/core-recommended.
      'psr/http-message',
      // Guzzle Promises is a dependency of some other libraries, so be less
      // restrictive here and trust Guzzle to maintain compatibility.
      'guzzlehttp/promises',
    ];

    // Copy the 'packages' section from the Composer lock into our 'require'
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
        "doctrine/lexer": "~2.1.0",
        "egulias/email-validator": "~4.0.1",
        "guzzlehttp/guzzle": "~7.7.0",
        "guzzlehttp/promises": "~2.0.0",
        "guzzlehttp/psr7": "~2.5.0",
        "masterminds/html5": "~2.8.0",
        "mck89/peast": "~v1.15.1",