Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drush / drush / internal-copy / Config / Yaml / README.md
1 Yaml Component
2 ==============
3
4 The Yaml component loads and dumps YAML files.
5
6 This is a COPY of symfony/yaml re-namespaced to Drush\Config\Yaml. This is
7 here so that Drush can parse its yaml config and aliasfiles prior to autoloading
8 any Symfony packages. This helps avoid dependency conflicts when the global
9 Drush includes the autoload file from Drupal.
10
11 DO NOT USE THESE CLASSES OUTSIDE OF PREFLIGHT. Instead, use symfony/yaml.
12
13 Resources
14 ---------
15
16   * [Documentation](https://symfony.com/doc/current/components/yaml/index.html)
17   * [Contributing](https://symfony.com/doc/current/contributing/index.html)
18   * [Report issues](https://github.com/symfony/symfony/issues) and
19     [send Pull Requests](https://github.com/symfony/symfony/pulls)
20     in the [main Symfony repository](https://github.com/symfony/symfony)