Skip to content

Commit c381f68

Browse files
authored
Merge pull request #13 from danepowell/issue-12
Clarify requirements for using with Drupal distributions.
2 parents 9f8cf73 + eb765d2 commit c381f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Optimize Composer for Drupal projects
66

77
# About
88

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.
1010

1111
# Installation
1212

@@ -40,7 +40,7 @@ Memory usage: 238.66MB (peak: 297.17MB), time: 4.84s
4040
4141
# Configuration
4242

43-
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
4444
file. Default configuration should cover 99% of the cases. However, in case you want to manually specify the tags
4545
that should be filtered out you are welcome to use the `extra` section:
4646

@@ -60,7 +60,7 @@ that should be filtered out you are welcome to use the `extra` section:
6060
Use defaults (skip config above) if possible - this package will be maintained throughout the Drupal's lifecycle in order
6161
to optimize legacy constraints in parallel with Drupal's requirements.
6262

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.
6464

6565
# Credits
6666

0 commit comments

Comments
 (0)