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 80dbe74b22 Merge branch '3.4'
* 3.4:
  [travis] fix minor php7.0 version
  [travis] add ldap.so for php70
  [HttpFoundation] Fix logic when JsonSerializable is missing
  [travis] update to trusty
  Add help description to debug:form command
  Don't use return on Assert::markTestSkipped.
  [TwigBridge] Show Twig's loader paths on debug:twig command
  [FrameworkBundle] Fix Di config to allow for more private services
  Create directories recursively in the PHPUnit bridge
  [Dotenv] Add a BC break note
  [Cache] Use options from Memcached DSN
  Fix ArrayInput::toString() for VALUE_IS_ARRAY options/args
  be able to enable workflow support explicitly
  [Yaml] add inline parser context initializer
  [ExpressionLanguage] throws an exception on calling uncallable method
2017-09-06 21:16:37 +02:00
..
Command [Console] Add protected static $defaultName to set the default name of a Command 2017-08-24 16:43:56 +02:00
Exception [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Tag Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Tests feature #23815 [FrameworkBundle][SecurityBundle][TwigBundle][Yaml] remove deprecated code (xabbuh) 2017-08-16 18:10:21 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-08-31 11:19:27 +02:00
composer.json Merge branch '3.4' 2017-08-25 12:57:40 +02:00
Dumper.php [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Escaper.php [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Inline.php Merge branch '3.4' 2017-09-06 21:16:37 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
Parser.php Merge branch '3.4' 2017-09-06 21:16:37 +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 [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Yaml.php [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources