We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1da054 + 9498a8b commit c0566c3Copy full SHA for c0566c3
README.md
@@ -143,6 +143,22 @@ wget https://raw.githubusercontent.com/previousnext/drush_cmi_tools/8.x-1.x/drus
143
drush cc drush
144
```
145
146
+### As Composer dependency
147
+
148
+First, update composer.json manually. Then call `require` command.
149
+```
150
+"repositories": [
151
+ {
152
+ "url": "https://github.com/previousnext/drush_cmi_tools.git",
153
+ "type": "git"
154
+ }
155
+],
156
+"require": {
157
+ "drupal/drush-cmi-tools": "dev-8.x-1.x"
158
+},
159
160
+`$ composer require drupal/drush-cmi-tools:dev-8.x-1.x`
161
162
# References
163
164
* <a name="ref1"></a>1. According to a random survey of this one guy I met on the train.
0 commit comments