Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / internal-copy / Config / Yaml / README.md
diff --git a/vendor/drush/drush/internal-copy/Config/Yaml/README.md b/vendor/drush/drush/internal-copy/Config/Yaml/README.md
new file mode 100644 (file)
index 0000000..730ce8a
--- /dev/null
@@ -0,0 +1,20 @@
+Yaml Component
+==============
+
+The Yaml component loads and dumps YAML files.
+
+This is a COPY of symfony/yaml re-namespaced to Drush\Config\Yaml. This is
+here so that Drush can parse its yaml config and aliasfiles prior to autoloading
+any Symfony packages. This helps avoid dependency conflicts when the global
+Drush includes the autoload file from Drupal.
+
+DO NOT USE THESE CLASSES OUTSIDE OF PREFLIGHT. Instead, use symfony/yaml.
+
+Resources
+---------
+
+  * [Documentation](https://symfony.com/doc/current/components/yaml/index.html)
+  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
+  * [Report issues](https://github.com/symfony/symfony/issues) and
+    [send Pull Requests](https://github.com/symfony/symfony/pulls)
+    in the [main Symfony repository](https://github.com/symfony/symfony)