You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Optimize Composer for Drupal projects
6
6
7
7
# About
8
8
9
-
This composer-plugin contains set of improvements that makes running heavy duty composer commands (i.e. `composer update` or `composer require`) much faster.
9
+
This composer-plugin contains a set of improvements that makes running heavy duty composer commands (i.e. `composer update` or `composer require`) much faster.
If no configuration is provided this package will provide sensible defaults based on the content of project's composer.json
43
+
If no configuration is provided this package will provide sensible defaults based on the `drupal/core` version constraint in the root composer.json
44
44
file. Default configuration should cover 99% of the cases. However, in case you want to manually specify the tags
45
45
that should be filtered out you are welcome to use the `extra` section:
46
46
@@ -60,7 +60,7 @@ that should be filtered out you are welcome to use the `extra` section:
60
60
Use defaults (skip config above) if possible - this package will be maintained throughout the Drupal's lifecycle in order
61
61
to optimize legacy constraints in parallel with Drupal's requirements.
62
62
63
-
All you have to do is to make sure your drupal core constraint is set to `drupal/core: ^8.5` or above.
63
+
All you have to do is to make sure your drupal core constraint in the root composer.json is set to `drupal/core: ^8.5` or above. If you use a Drupal distribution, be sure to explicitly require `drupal/core` in your own project as well.
0 commit comments