diff --git a/core/lib/Drupal/Component/README.txt b/core/lib/Drupal/Component/README.txt index bd0565f..9e0e6a3 100644 --- a/core/lib/Drupal/Component/README.txt +++ b/core/lib/Drupal/Component/README.txt @@ -2,7 +2,7 @@ Drupal Components are independent libraries that do not depend on the rest of Drupal in order to function. Components MAY depend on other Drupal Components or external libraries/packages, -but MUST NOT depend on any other Drupal code or Drupal environment aspects. +but MUST NOT depend on any other Drupal code. In other words, only dependencies that can be specified in a composer.json file of the Component are acceptable dependencies. Every Drupal Component presents a