Commit aa1ef1a0 authored by catch's avatar catch
Browse files

Issue #3220220 by xjm, andypost, longwave, Gábor Hojtsy, phenaproxima: Update...

Issue #3220220 by xjm, andypost, longwave, Gábor Hojtsy, phenaproxima: Update guzzlehttp/psr7 to 2.1.0
parent fbdb75e1
Loading
Loading
Loading
Loading
+21 −16
Original line number Diff line number Diff line
@@ -1128,29 +1128,32 @@
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.8.3",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
                "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
                "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
                "bamarni/composer-bin-plugin": "^1.4.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -1158,16 +1161,13 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
@@ -1203,6 +1203,11 @@
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
@@ -1218,7 +1223,7 @@
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.8.3"
                "source": "https://github.com/guzzle/psr7/tree/2.1.0"
            },
            "funding": [
                {
@@ -1234,7 +1239,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-10-05T13:56:00+00:00"
            "time": "2021-10-06T17:43:30+00:00"
        },
        {
            "name": "laminas/laminas-diactoros",
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
        "egulias/email-validator": "3.1.2",
        "guzzlehttp/guzzle": "7.4.0",
        "guzzlehttp/promises": "1.5.1",
        "guzzlehttp/psr7": "1.8.3",
        "guzzlehttp/psr7": "2.1.0",
        "laminas/laminas-diactoros": "2.8.0",
        "laminas/laminas-escaper": "2.9.0",
        "laminas/laminas-feed": "2.15.0",