This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Yaml
Nicolas Grekas d94b9ac308 CS fixes
2017-09-17 12:10:12 +02:00
..
Command Merge branch '2.8' into 3.3 2017-09-15 12:08:59 +02:00
Exception Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
Tag [DI/Yaml] Remove @experimental flag from "instanceof" and "prototype" 2017-04-05 12:13:51 +02:00
Tests Suggest using quotes instead of Yaml::PARSE_KEYS_AS_STRINGS 2017-07-23 14:43:26 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Suggest using quotes instead of Yaml::PARSE_KEYS_AS_STRINGS 2017-07-23 14:43:26 +02:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
Dumper.php [Yaml] Add missing deprecation annotation 2017-05-24 10:41:50 +02:00
Escaper.php Merge branch '2.7' into 2.8 2017-05-01 07:31:55 -07:00
Inline.php CS fixes 2017-09-17 12:10:12 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
Parser.php Merge branch '2.8' into 3.3 2017-09-15 12:08:59 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Unescaper.php CS: apply rules 2016-11-03 08:44:53 +01:00
Yaml.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources