X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrush%2Fdrush%2Finternal-copy%2FConfig%2FYaml%2FREADME.md;fp=vendor%2Fdrush%2Fdrush%2Finternal-copy%2FConfig%2FYaml%2FREADME.md;h=730ce8aca4a43839f46191328ed28a497934986a;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website 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 index 000000000..730ce8aca --- /dev/null +++ b/vendor/drush/drush/internal-copy/Config/Yaml/README.md @@ -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)