Verified Commit 9dc3928b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3298199 by andypost: Upgrade phpstan/phpstan to 1.8.2 for support of...

Issue #3298199 by andypost: Upgrade phpstan/phpstan to 1.8.2 for support of PHP 8.2 #[\AllowDynamicProperties] attribute

(cherry picked from commit 94c7446e)
parent 9909596e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5810,16 +5810,16 @@
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.8.1",
            "version": "1.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67"
                "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8dbba631fa32f4b289404469c2afd6122fd61d67",
                "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c53312ecc575caf07b0e90dee43883fdf90ca67c",
                "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c",
                "shasum": ""
            },
            "require": {
@@ -5845,7 +5845,7 @@
            "description": "PHPStan - PHP Static Analysis Tool",
            "support": {
                "issues": "https://github.com/phpstan/phpstan/issues",
                "source": "https://github.com/phpstan/phpstan/tree/1.8.1"
                "source": "https://github.com/phpstan/phpstan/tree/1.8.2"
            },
            "funding": [
                {
@@ -5865,7 +5865,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-07-12T16:08:06+00:00"
            "time": "2022-07-20T09:57:31+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "phpspec/prophecy-phpunit": "v2.0.1",
        "phpstan/extension-installer": "1.1.0",
        "phpstan/phpdoc-parser": "1.5.1",
        "phpstan/phpstan": "1.8.1",
        "phpstan/phpstan": "1.8.2",
        "phpunit/php-code-coverage": "9.2.15",
        "phpunit/php-file-iterator": "3.0.6",
        "phpunit/php-invoker": "3.1.1",