Verified Commit 07d2501d authored by Jess's avatar Jess
Browse files

Issue #3291780 by longwave, xjm: guzzlehttp/guzzle 6.5.8 requires guzzlehttp/psr7 ^1.9

(cherry picked from commit b7c5fcb3)
parent 4465497e
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -526,7 +526,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "a5c39e2e94edd3e7ef4104f327fe5d7135868fb2"
                "reference": "b8e7373820b4dd2f5cfcae1d6a5c1ab37e914e2e"
            },
            "require": {
                "asm89/stack-cors": "^1.3",
@@ -547,7 +547,7 @@
                "ext-spl": "*",
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^6.5.7 || ^7.4.4",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "laminas/laminas-diactoros": "^2.11",
                "laminas/laminas-feed": "^2.17",
                "masterminds/html5": "^2.7",
@@ -914,24 +914,24 @@
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.7",
            "version": "6.5.8",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "724562fa861e21a4071c652c8a159934e4f05592"
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/724562fa861e21a4071c652c8a159934e4f05592",
                "reference": "724562fa861e21a4071c652c8a159934e4f05592",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.6.1",
                "guzzlehttp/psr7": "^1.9",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17.0"
                "symfony/polyfill-intl-idn": "^1.17"
            },
            "require-dev": {
                "ext-curl": "*",
@@ -1009,7 +1009,7 @@
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/6.5.7"
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
            },
            "funding": [
                {
@@ -1025,7 +1025,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-06-09T21:36:50+00:00"
            "time": "2022-06-20T22:16:07+00:00"
        },
        {
            "name": "guzzlehttp/promises",
@@ -1113,16 +1113,16 @@
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.8.5",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
                "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
                "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
                "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
                "shasum": ""
            },
            "require": {
@@ -1143,7 +1143,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
@@ -1203,7 +1203,7 @@
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.8.5"
                "source": "https://github.com/guzzle/psr7/tree/1.9.0"
            },
            "funding": [
                {
@@ -1219,7 +1219,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-03-20T21:51:18+00:00"
            "time": "2022-06-20T21:43:03+00:00"
        },
        {
            "name": "laminas/laminas-diactoros",
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
        "doctrine/lexer": "~1.2.3",
        "doctrine/reflection": "~1.2.3",
        "egulias/email-validator": "~3.2",
        "guzzlehttp/guzzle": "~6.5.7",
        "guzzlehttp/guzzle": "~6.5.8",
        "guzzlehttp/promises": "~1.5.1",
        "guzzlehttp/psr7": "~1.8.5",
        "guzzlehttp/psr7": "~1.9.0",
        "laminas/laminas-diactoros": "~2.11.0",
        "laminas/laminas-escaper": "~2.9.0",
        "laminas/laminas-feed": "~2.17.0",
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "twig/twig": "^2.15",
        "doctrine/reflection": "^1.2",
        "doctrine/annotations": "^1.13",
        "guzzlehttp/guzzle": "^6.5.7 || ^7.4.4",
        "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
        "symfony-cmf/routing": "^2.3",
        "laminas/laminas-feed": "^2.17",
        "stack/builder": "^1.0",