Unverified Commit c78fd35c authored by Alex Pott's avatar Alex Pott
Browse files

task: #3590237 Add PHP 8.6 polyfill

By: andypost
parent 5c4bdfe0
Loading
Loading
Loading
Loading
Loading
+82 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "7677b4fe6a5cf7e8b24c9de109579ef363d21863"
                "reference": "52d010b6c0fad7cb3d018bb88ba7fe55f7ec778f"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -414,6 +414,7 @@
                "symfony/polyfill-iconv": "^1.32",
                "symfony/polyfill-php84": "^1.32",
                "symfony/polyfill-php85": "^1.32",
                "symfony/polyfill-php86": "^1.37",
                "symfony/process": "^7.4.5",
                "symfony/psr-http-message-bridge": "^7.4",
                "symfony/routing": "^7.4",
@@ -3821,6 +3822,86 @@
            ],
            "time": "2025-06-23T16:12:55+00:00"
        },
        {
            "name": "symfony/polyfill-php86",
            "version": "v1.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php86.git",
                "reference": "33d8fc5a705481e21fe3a81212b26f9b1f61749c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php86/zipball/33d8fc5a705481e21fe3a81212b26f9b1f61749c",
                "reference": "33d8fc5a705481e21fe3a81212b26f9b1f61749c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php86\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php86/tree/v1.37.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2026-04-26T13:13:48+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v7.4.5",
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
        "symfony/polyfill-mbstring": "~v1.33.0",
        "symfony/polyfill-php84": "~v1.33.0",
        "symfony/polyfill-php85": "~v1.33.0",
        "symfony/polyfill-php86": "~v1.37.0",
        "symfony/process": "~v7.4.5",
        "symfony/psr-http-message-bridge": "~v7.4.0",
        "symfony/routing": "~v7.4.0",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
        "symfony/polyfill-iconv": "^1.32",
        "symfony/polyfill-php84": "^1.32",
        "symfony/polyfill-php85": "^1.32",
        "symfony/polyfill-php86": "^1.37",
        "symfony/runtime": "^7.4",
        "symfony/yaml": "^7.4",
        "revolt/event-loop": "^1.0",