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 a59ef8f8b6 Merge branch '4.0'
* 4.0:
  [Translation] Use unix-style EOL for xliff-core-1.2-strict.xsd
  bumped Symfony version to 4.0.9
  updated VERSION for 4.0.8
  updated CHANGELOG for 4.0.8
  bumped Symfony version to 3.4.9
  updated VERSION for 3.4.8
  updated CHANGELOG for 3.4.8
  bumped Symfony version to 2.8.39
  updated VERSION for 2.8.38
  updated CHANGELOG for 2.8.38
  bumped Symfony version to 2.7.46
  updated VERSION for 2.7.45
  update CONTRIBUTORS for 2.7.45
  updated CHANGELOG for 2.7.45
  [Yaml] Throw parse error on unfinished inline map
2018-04-08 11:02:26 +02:00
..
Command Merge branch '3.4' 2017-11-10 20:37:45 +01:00
Exception Mark ExceptionInterfaces throwable 2018-03-30 17:58:13 +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 2018-04-08 10:49:08 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-09-26 08:12:47 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
Dumper.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +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 2018-04-08 10:49:08 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Parser.php Merge branch '3.4' into 4.0 2018-04-03 07:24:00 +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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Yaml.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources