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
Fabien Potencier c44c606b11 Merge branch '4.4' into 5.1
* 4.4:
  Fix typo
  Fix deprecated libxml_disable_entity_loader
  Add Tagalog translations for validator messages 94, 95, 96 and 99
  PHPUnit's assertContains() performs strict comparisons now.
  [ClassLoader][Routing] Fix namespace parsing on php 8.
  Fix deprecated libxml_disable_entity_loader
  Made reference to PHPUnit\Util\XML::loadfile php5-compatible.
  [Validator] Add missing translations for german and vietnamese
  Modernized deprecated PHPUnit assertion calls
  [Console] The message of "class not found" errors has changed in php 8.
  The PHPUnit\Util\XML class has been removed in PHPUnit 9.3.
  [Console] Make sure we pass a numeric array of arguments to call_user_func_array().
  [Serializer] Fix that it will never reach DOMNode
  [Validator] sync translations
  [VarDumper] Improve previous fix on light array coloration
  [Cache] Fix #37667
2020-08-10 10:03:57 +02:00
..
Command Merge branch '4.4' 2019-10-18 16:28:29 +02:00
Exception Merge branch '4.4' 2019-11-12 15:58:10 +01:00
Resources/bin fix CS 2020-01-11 19:51:52 +01:00
Tag Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Tests Merge branch '4.4' into 5.1 2020-08-10 10:03:57 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md support YAML 1.2 octal notation, deprecate YAML 1.1 one 2020-05-04 22:33:22 +02:00
composer.json Merge branch '5.0' into 5.1 2020-05-20 19:43:50 +02:00
Dumper.php Merge branch '3.4' into 4.4 2020-03-11 18:49:34 +01:00
Escaper.php Merge branch '3.4' into 4.4 2020-04-28 19:55:16 +02:00
Inline.php Merge branch '5.0' 2020-05-05 09:46:02 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Parser.php Merge branch '5.0' 2020-05-16 11:12:54 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
Unescaper.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Yaml.php [Yaml] Add flag to dump NULL as ~ 2019-08-01 09:58:34 +02:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources