Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../app/../vendor/phpoffice/./../sebastian/../bin/./../symfony/yaml
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
Command
Dumper.php
Escaper.php
Exception
Inline.php
LICENSE
Parser.php
README.md
Resources
Tag
Unescaper.php
Yaml.php
composer.json

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

{
    "name": "symfony/yaml",
    "type": "library",
    "description": "Loads and dumps YAML files",
    "keywords": [],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=8.1",
        "symfony/deprecation-contracts": "^2.5|^3",
        "symfony/polyfill-ctype": "^1.8"
    },
    "require-dev": {
        "symfony/console": "^5.4|^6.0"
    },
    "conflict": {
        "symfony/console": "<5.4"
    },
    "autoload": {
        "psr-4": { "Symfony\\Component\\Yaml\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "bin": [
        "Resources/bin/yaml-lint"
    ],
    "minimum-stability": "dev"
}