Commit 35dc2ea0 authored by catch's avatar catch
Browse files

Issue #3314632 by andypost, Gábor Hojtsy: upgrade phpspec/prophecy to 1.16.0 to support PHP 8.2

parent f4ee46db
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -5703,21 +5703,21 @@
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.15.0",
            "version": "v1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
                "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be8cac52a0827776ff9ccda8c381ac5b71aeb359",
                "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.2",
                "php": "^7.2 || ~8.0, <8.2",
                "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*",
                "phpdocumentor/reflection-docblock": "^5.2",
                "sebastian/comparator": "^3.0 || ^4.0",
                "sebastian/recursion-context": "^3.0 || ^4.0"
@@ -5764,9 +5764,9 @@
            ],
            "support": {
                "issues": "https://github.com/phpspec/prophecy/issues",
                "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
                "source": "https://github.com/phpspec/prophecy/tree/v1.16.0"
            },
            "time": "2021-12-08T12:19:24+00:00"
            "time": "2022-11-29T15:06:56+00:00"
        },
        {
            "name": "phpspec/prophecy-phpunit",
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
        "phpdocumentor/reflection-common": "2.2.0",
        "phpdocumentor/reflection-docblock": "5.3.0",
        "phpdocumentor/type-resolver": "1.6.2",
        "phpspec/prophecy": "v1.15.0",
        "phpspec/prophecy": "v1.16.0",
        "phpspec/prophecy-phpunit": "v2.0.1",
        "phpstan/extension-installer": "1.2.0",
        "phpstan/phpdoc-parser": "1.13.1",