Commit 320c5ff4 authored by catch's avatar catch
Browse files

Issue #3245724 by alexpott: Update dependencies for 9.3.x

parent 4e87f84c
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
@@ -992,16 +992,16 @@
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.0",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
                "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "shasum": ""
            },
            "require": {
@@ -1056,7 +1056,7 @@
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.5.0"
                "source": "https://github.com/guzzle/promises/tree/1.5.1"
            },
            "funding": [
                {
@@ -1072,7 +1072,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-10-07T13:05:22+00:00"
            "time": "2021-10-22T20:56:57+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
@@ -5320,16 +5320,16 @@
        },
        {
            "name": "instaclick/php-webdriver",
            "version": "1.4.9",
            "version": "1.4.10",
            "source": {
                "type": "git",
                "url": "https://github.com/instaclick/php-webdriver.git",
                "reference": "961b12178cb71f8667afaf2f66ab3e000e060e1c"
                "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/961b12178cb71f8667afaf2f66ab3e000e060e1c",
                "reference": "961b12178cb71f8667afaf2f66ab3e000e060e1c",
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6bc1f44cf23031e68c326cd61e14ec32486f241b",
                "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b",
                "shasum": ""
            },
            "require": {
@@ -5377,9 +5377,9 @@
            ],
            "support": {
                "issues": "https://github.com/instaclick/php-webdriver/issues",
                "source": "https://github.com/instaclick/php-webdriver/tree/1.4.9"
                "source": "https://github.com/instaclick/php-webdriver/tree/1.4.10"
            },
            "time": "2021-06-28T22:23:20+00:00"
            "time": "2021-10-14T03:25:34+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
@@ -5726,16 +5726,16 @@
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.2.2",
            "version": "5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
                "shasum": ""
            },
            "require": {
@@ -5746,7 +5746,8 @@
                "webmozart/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.2"
                "mockery/mockery": "~1.3.2",
                "psalm/phar": "^4.8"
            },
            "type": "library",
            "extra": {
@@ -5776,9 +5777,9 @@
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
            },
            "time": "2020-09-03T19:13:55+00:00"
            "time": "2021-10-19T17:43:47+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
        "doctrine/reflection": "1.2.2",
        "egulias/email-validator": "2.1.25",
        "guzzlehttp/guzzle": "6.5.5",
        "guzzlehttp/promises": "1.5.0",
        "guzzlehttp/promises": "1.5.1",
        "guzzlehttp/psr7": "1.8.3",
        "laminas/laminas-diactoros": "2.8.0",
        "laminas/laminas-escaper": "2.9.0",
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@
        "drupal/coder": "8.3.13",
        "easyrdf/easyrdf": "1.1.1",
        "friends-of-behat/mink-browserkit-driver": "v1.5.0",
        "instaclick/php-webdriver": "1.4.9",
        "instaclick/php-webdriver": "1.4.10",
        "justinrainbow/json-schema": "5.2.11",
        "mikey179/vfsstream": "v1.6.10",
        "myclabs/deep-copy": "1.10.2",
        "phar-io/manifest": "2.0.3",
        "phar-io/version": "3.1.0",
        "phpdocumentor/reflection-common": "2.2.0",
        "phpdocumentor/reflection-docblock": "5.2.2",
        "phpdocumentor/reflection-docblock": "5.3.0",
        "phpdocumentor/type-resolver": "1.5.1",
        "phpspec/prophecy": "1.14.0",
        "phpunit/php-code-coverage": "7.0.15",