Unverified Commit 0d464ba7 authored by Alex Pott's avatar Alex Pott
Browse files

task: #3590237 Add PHP 8.6 polyfill

By: andypost
parent a1b8f1ae
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": "39c07a418123323d4676c83e7f71247737b411f4"
                "reference": "e8318b27feb2882d7cdbc969973df35ae2647fca"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -412,6 +412,7 @@
                "symfony/mailer": "^8.0",
                "symfony/mime": "^8.0",
                "symfony/polyfill-iconv": "^1.32",
                "symfony/polyfill-php86": "^1.37",
                "symfony/process": "^8.0",
                "symfony/psr-http-message-bridge": "^8.0",
                "symfony/routing": "^8.0",
@@ -3620,6 +3621,86 @@
            ],
            "time": "2024-12-23T08:48:59+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": "v8.0.5",
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
        "symfony/polyfill-intl-idn": "~v1.33.0",
        "symfony/polyfill-intl-normalizer": "~v1.33.0",
        "symfony/polyfill-mbstring": "~v1.33.0",
        "symfony/polyfill-php86": "~v1.37.0",
        "symfony/process": "~v8.0.5",
        "symfony/psr-http-message-bridge": "~v8.0.4",
        "symfony/routing": "~v8.0.6",
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
        "symfony/validator": "^8.0",
        "symfony/process": "^8.0",
        "symfony/polyfill-iconv": "^1.32",
        "symfony/polyfill-php86": "^1.37",
        "symfony/runtime": "^8.0",
        "symfony/yaml": "^8.0",
        "revolt/event-loop": "^1.0",