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 522d079110 Merge branch '3.4'
* 3.4:
  [Bridge\Doctrine][FrameworkBundle] Deprecate some remaining uses of ContainerAwareTrait
  [FrameworkBundle] Fix bad interface hint in AbstractController
  [VarDumper] deprecate MongoCaster
  [HttpFoundation] deprecate using  with the legacy mongo extension; use it with the mongodb/mongodb package and ext-mongodb instead
  Fix BC layer
  Reset profiler.
  [DI] Improve some deprecation messages
  [DI] remove inheritdoc from dumped container
  [Config] Fix dumped files invalidation by OPCache
  [Security] Add Guard authenticator <supports> method
  [Cache] Fix race condition in TagAwareAdapter
  [DI] Allow setting any public non-initialized services
  [Yaml] parse references on merge keys
  treat trailing backslashes in multi-line strings
  [FrameworkBundle] Expose dotenv in bin/console about
  fix refreshing line numbers for the inline parser
  fix version in changelog
  [FrameworkBundle] Make Controller helpers final
  [DoctrineBridge] Deprecate DbalSessionHandler
2017-10-05 17:11:25 +02:00
..
Command Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02: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' 2017-10-05 17:11:25 +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 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-10-05 17:11:25 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
Parser.php Merge branch '3.4' 2017-10-05 17:11:25 +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 Merge branch '3.4' 2017-09-26 08:12:47 +02:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources