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 1897ea087a Merge branch '3.4' into 4.0
* 3.4:
  [HttpKernel] Fix race condition when clearing old containers
  [DI] Fix infinite loop in InlineServiceDefinitionsPass
  [HttpKernel] Keep legacy container files for concurrent requests
  Do not cache cache attributes if `attributes` is in the context
  Test that it do not remove the new flashes when displaying the existing ones
  [HttpFoundation] AutExpireFlashBag should not clear new flashes
  [FrameworkBundle][Serializer] Remove YamlEncoder definition if Yaml component isn't installed
  [DI] Fix tracking of env vars in exceptions
  [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 14:42:03 +01:00
..
Command Merge branch '3.4' 2017-11-10 20:37:45 +01:00
Exception Merge branch '3.4' 2017-10-02 08:59:24 +02:00
Tag Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Tests Merge branch '3.4' into 4.0 2017-11-29 14:42:03 +01:00
.gitignore
CHANGELOG.md Merge branch '3.4' 2017-09-26 08:12:47 +02:00
composer.json Merge branch '3.4' 2017-08-25 12:57:40 +02:00
Dumper.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
Escaper.php [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Inline.php Merge branch '3.4' into 4.0 2017-11-29 14:42:03 +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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +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