Unverified Commit 5e0b2d7a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3181240 by andypost: Upgrade typo3/phar-stream-wrapper 3.1.6

parent 9fb22e54
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -4339,25 +4339,26 @@
        },
        {
            "name": "typo3/phar-stream-wrapper",
            "version": "v3.1.5",
            "version": "v3.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
                "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988"
                "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988",
                "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/60131cb573a1e478cfecd34e4ea38e3b31505f75",
                "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.0"
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpunit/phpunit": "^6.5"
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
            },
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
@@ -4387,9 +4388,9 @@
            ],
            "support": {
                "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.6"
            },
            "time": "2020-06-19T18:43:12+00:00"
            "time": "2020-11-07T09:06:16+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -61,6 +61,6 @@
        "symfony/var-dumper": "v5.1.8",
        "symfony/yaml": "v4.4.16",
        "twig/twig": "v2.14.1",
        "typo3/phar-stream-wrapper": "v3.1.5"
        "typo3/phar-stream-wrapper": "v3.1.6"
    }
}