Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/ezyang/../tijsverkoyen/./.././async-aws/.././webmozart/../symfony/var-dumper
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
Caster
Cloner
Command
Dumper
Exception
LICENSE
README.md
Resources
Server
Test
VarDumper.php
composer.json

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

{
    "name": "symfony/var-dumper",
    "type": "library",
    "description": "Provides mechanisms for walking through any arbitrary PHP variable",
    "keywords": ["dump", "debug"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Grekas",
            "email": "p@tchwork.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=8.1",
        "symfony/deprecation-contracts": "^2.5|^3",
        "symfony/polyfill-mbstring": "~1.0"
    },
    "require-dev": {
        "ext-iconv": "*",
        "symfony/console": "^5.4|^6.0",
        "symfony/http-kernel": "^5.4|^6.0",
        "symfony/process": "^5.4|^6.0",
        "symfony/uid": "^5.4|^6.0",
        "twig/twig": "^2.13|^3.0.4"
    },
    "conflict": {
        "symfony/console": "<5.4"
    },
    "autoload": {
        "files": [ "Resources/functions/dump.php" ],
        "psr-4": { "Symfony\\Component\\VarDumper\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "bin": [
        "Resources/bin/var-dump-server"
    ],
    "minimum-stability": "dev"
}