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
Christian Flothmann b4afeb2e81 Merge branch '2.8' into 3.3
* 2.8:
  Test that it do not remove the new flashes when displaying the existing ones
  [HttpFoundation] AutExpireFlashBag should not clear new flashes
  [Form] Don't rely on  if http-foundation isn't in FileType
  Fix merge
  substitute aliases in inline mappings
  added ability for substitute aliases when mapping in YAML is on single line
  [Console] Fix global console flag when used in chain
2017-11-29 13:25:49 +01:00
..
Command [YAML] Allow to parse custom tags when linting yaml files 2017-11-10 10:26:04 -08:00
Exception Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Tag [DI/Yaml] Remove @experimental flag from "instanceof" and "prototype" 2017-04-05 12:13:51 +02:00
Tests Merge branch '2.8' into 3.3 2017-11-29 13:25:49 +01: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 Remove useless docblocks 2017-10-29 10:49:53 +01:00
Escaper.php Merge branch '2.7' into 2.8 2017-05-01 07:31:55 -07:00
Inline.php Merge branch '2.8' into 3.3 2017-11-29 13:25:49 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
Parser.php substitute aliases in inline mappings 2017-11-20 10:04:28 +01: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 Remove useless docblocks 2017-10-29 10:49:53 +01:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources