Commit b5688b23 authored by catch's avatar catch
Browse files

Issue #3356283 by longwave, szato, catch, Dave Reid, Spokje, effulgentsia,...

Issue #3356283 by longwave, szato, catch, Dave Reid, Spokje, effulgentsia, joelpittet, cmlara: Fork laminas/laminas-diactoros
parent 72e3bf85
Loading
Loading
Loading
Loading
+97 −100
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "0534dcd7462ce864c31da1958a0e4868",
    "content-hash": "5f4a4c41590df5987149cf3bc3dcc06c",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -1125,105 +1125,6 @@
            ],
            "time": "2023-04-17T16:00:37+00:00"
        },
        {
            "name": "laminas/laminas-diactoros",
            "version": "2.11.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-diactoros.git",
                "reference": "25b11d422c2e5dad868f68619888763b30f91e2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/25b11d422c2e5dad868f68619888763b30f91e2d",
                "reference": "25b11d422c2e5dad868f68619888763b30f91e2d",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.8.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "php-http/psr7-integration-tests": "^1.1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.1",
                "psalm/plugin-phpunit": "^0.14.0",
                "vimeo/psalm": "^4.3"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                    "module": "Laminas\\Diactoros"
                }
            },
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php",
                    "src/functions/create_uploaded_file.legacy.php",
                    "src/functions/marshal_headers_from_sapi.legacy.php",
                    "src/functions/marshal_method_from_sapi.legacy.php",
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                    "src/functions/marshal_uri_from_sapi.legacy.php",
                    "src/functions/normalize_server.legacy.php",
                    "src/functions/normalize_uploaded_files.legacy.php",
                    "src/functions/parse_cookie_header.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                "source": "https://github.com/laminas/laminas-diactoros"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-06-28T21:07:29+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.9.0",
@@ -1422,6 +1323,102 @@
            ],
            "time": "2022-01-21T15:50:46+00:00"
        },
        {
            "name": "longwave/laminas-diactoros",
            "version": "2.14.2",
            "source": {
                "type": "git",
                "url": "https://github.com/longwave/laminas-diactoros.git",
                "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/ae4f0becf249ae8eea8f2f8f9fb927104e55a885",
                "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "laminas/laminas-diactoros": "2.18.1"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.9.0",
                "laminas/laminas-coding-standard": "~2.3.0",
                "php-http/psr7-integration-tests": "^1.1.1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psalm/plugin-phpunit": "^0.17.0",
                "vimeo/psalm": "^4.24.0"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                    "module": "Laminas\\Diactoros"
                }
            },
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php",
                    "src/functions/create_uploaded_file.legacy.php",
                    "src/functions/marshal_headers_from_sapi.legacy.php",
                    "src/functions/marshal_method_from_sapi.legacy.php",
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                    "src/functions/marshal_uri_from_sapi.legacy.php",
                    "src/functions/normalize_server.legacy.php",
                    "src/functions/normalize_uploaded_files.legacy.php",
                    "src/functions/parse_cookie_header.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                "source": "https://github.com/laminas/laminas-diactoros"
            },
            "time": "2023-04-26T21:27:14+00:00"
        },
        {
            "name": "masterminds/html5",
            "version": "2.7.5",
+1 −1
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
        "guzzlehttp/guzzle": "~6.5.8",
        "guzzlehttp/promises": "~1.5.1",
        "guzzlehttp/psr7": "~1.9.1",
        "laminas/laminas-diactoros": "~2.11.1",
        "laminas/laminas-escaper": "~2.9.0",
        "laminas/laminas-feed": "~2.17.0",
        "laminas/laminas-stdlib": "~3.7.1",
        "longwave/laminas-diactoros": "~2.14.2",
        "masterminds/html5": "~2.7.5",
        "pear/archive_tar": "~1.4.14",
        "pear/console_getopt": "~v1.4.3",
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
        "egulias/email-validator": "^2.1.22|^3.2",
        "masterminds/html5": "^2.7",
        "symfony/psr-http-message-bridge": "^2.1",
        "laminas/laminas-diactoros": "^2.11",
        "longwave/laminas-diactoros": "^2.14",
        "composer/semver": "^3.3",
        "asm89/stack-cors": "^1.3",
        "pear/archive_tar": "^1.4.14",
+1 −0
Original line number Diff line number Diff line
@@ -732,6 +732,7 @@ lolspeak
longblob
longerthan
longtext
longwave
loquesea
loreming
loremingipsum