X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/symfony/yaml
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
symfony
/
yaml
/
📁
..
📄
CHANGELOG.md
(6.41 KB)
📁
Command
📄
Dumper.php
(5.08 KB)
📄
Escaper.php
(3.99 KB)
📁
Exception
📄
Inline.php
(31.64 KB)
📄
LICENSE
(1.04 KB)
📄
Parser.php
(48.39 KB)
📄
README.md
(457 B)
📁
Resources
📁
Tag
📄
Unescaper.php
(3.78 KB)
📄
Yaml.php
(2.92 KB)
📄
composer.json
(1.1 KB)
Editing: composer.json
{ "name": "symfony/yaml", "type": "library", "description": "Symfony Yaml Component", "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": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8" }, "require-dev": { "symfony/console": "^4.4|^5.0" }, "conflict": { "symfony/console": "<4.4" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "bin": [ "Resources/bin/yaml-lint" ], "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "5.1-dev" } } }
Upload File
Create Folder