{ "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/polyfill-ctype": "^1.8" }, "require-dev": { "symfony/console": "^5.4|^6.0" }, "conflict": { "symfony/console": "<5.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" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Command | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Tag | Folder | 0755 |
|
|
CHANGELOG.md | File | 7.1 KB | 0644 |
|
Dumper.php | File | 6.96 KB | 0644 |
|
Escaper.php | File | 3.74 KB | 0644 |
|
Inline.php | File | 33.76 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
Parser.php | File | 48.92 KB | 0644 |
|
README.md | File | 452 B | 0644 |
|
Unescaper.php | File | 3.08 KB | 0644 |
|
Yaml.php | File | 2.83 KB | 0644 |
|
composer.json | File | 981 B | 0644 |
|