Commit 76a9c827 authored by catch's avatar catch
Browse files

Issue #3296390 by Spokje, longwave, Eric_A, Chi: Remove...

Issue #3296390 by Spokje, longwave, Eric_A, Chi: Remove symfony/polyfill-php74, -php80 and -php81 dependencies
parent ffdecfad
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -40,7 +40,10 @@
    },
    "replace": {
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*"
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
+2 −86
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "848ed40dde8a1366251b621b4b9930d5",
    "content-hash": "9286c042bc6a3f1a14f3ad64eadf064a",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -443,7 +443,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "83d00c2d09efab025430deb5afeb7f2e63149ffd"
                "reference": "9017fb353204d5f0d92ef3bc7f0ac28c065684d2"
            },
            "require": {
                "asm89/stack-cors": "^2.1",
@@ -476,7 +476,6 @@
                "symfony/http-kernel": "^6.1",
                "symfony/mime": "^6.1",
                "symfony/polyfill-iconv": "^1.26",
                "symfony/polyfill-php80": "^1.26",
                "symfony/process": "^6.1",
                "symfony/psr-http-message-bridge": "^2.1",
                "symfony/routing": "^6.1",
@@ -3016,89 +3015,6 @@
            ],
            "time": "2022-05-24T11:49:31+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-10T07:21:04+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v6.1.3",
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@
        "symfony/polyfill-intl-idn": "~v1.26.0",
        "symfony/polyfill-intl-normalizer": "~v1.26.0",
        "symfony/polyfill-mbstring": "~v1.26.0",
        "symfony/polyfill-php80": "~v1.26.0",
        "symfony/process": "~v6.1.3",
        "symfony/psr-http-message-bridge": "~v2.1.2",
        "symfony/routing": "~v6.1.3",
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
        "symfony/validator": "^6.1",
        "symfony/process": "^6.1",
        "symfony/polyfill-iconv": "^1.26",
        "symfony/polyfill-php80": "^1.26",
        "symfony/yaml": "^6.1",
        "twig/twig": "^3.4",
        "doctrine/annotations": "^1.13",