Commit 5e03f389 authored by catch's avatar catch
Browse files

Issue #3270882 by xjm: Drupal 10 uses guzzlehttp/psr7 for PSR-17 services and...

Issue #3270882 by xjm: Drupal 10 uses guzzlehttp/psr7 for PSR-17 services and therefore it should be a direct dependency
parent 5c0c49a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "343695dbe33c07aac9c5ce04ccb28017354276b5"
                "reference": "ac2e42b6e2a05971e9324054cd4ec367fd15153f"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
@@ -461,6 +461,7 @@
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^7.3.0",
                "guzzlehttp/psr7": "^2.2.0",
                "laminas/laminas-feed": "^2.12",
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.14",
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
        "twig/twig": "^3.3.8",
        "doctrine/annotations": "^1.12",
        "guzzlehttp/guzzle": "^7.3.0",
        "guzzlehttp/psr7": "^2.2.0",
        "laminas/laminas-feed": "^2.12",
        "egulias/email-validator": "^2.1.22|^3.0",
        "masterminds/html5": "^2.1",