Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.12.161.87
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
symfony /
var-dumper /
Delete
Unzip
Name
Size
Permission
Date
Action
Caster
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Cloner
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Command
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Dumper
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Exception
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Resources
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Server
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Test
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
Tests
[ DIR ]
drwxr-xr-x
2018-11-25 09:00
.gitignore
34
B
-rw-r--r--
2018-11-25 09:00
CHANGELOG.md
1.22
KB
-rw-r--r--
2018-11-25 09:00
LICENSE
1.04
KB
-rw-r--r--
2018-11-25 09:00
README.md
624
B
-rw-r--r--
2018-11-25 09:00
VarDumper.php
1.41
KB
-rw-r--r--
2018-11-25 09:00
composer.json
1.51
KB
-rw-r--r--
2018-11-25 09:00
phpunit.xml.dist
987
B
-rw-r--r--
2018-11-25 09:00
Save
Rename
{ "name": "symfony/var-dumper", "type": "library", "description": "Symfony mechanism for exploring and dumping PHP variables", "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": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5" }, "require-dev": { "ext-iconv": "*", "symfony/process": "~3.4|~4.0", "twig/twig": "~1.34|~2.4" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/console": "<3.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "bin": [ "Resources/bin/var-dump-server" ], "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "4.2-dev" } } }