Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/stripe/../stripe/./../theseer/../symfony/yaml/../polyfill-php83
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
Php83.php
README.md
Resources
bootstrap.php
bootstrap81.php
composer.json

مشاهدة ملف: composer.json

{
    "name": "symfony/polyfill-php83",
    "type": "library",
    "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
    "keywords": ["polyfill", "shim", "compatibility", "portable"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=7.1",
        "symfony/polyfill-php80": "^1.14"
    },
    "autoload": {
        "psr-4": { "Symfony\\Polyfill\\Php83\\": "" },
        "files": [ "bootstrap.php" ],
        "classmap": [ "Resources/stubs" ]
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-main": "1.28-dev"
        },
        "thanks": {
            "name": "symfony/polyfill",
            "url": "https://github.com/symfony/polyfill"
        }
    }
}