File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
vendor
2
2
.idea /
3
+ .DS_Store
3
4
composer.lock
Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ and deployable on Acquia Cloud.
13
13
14
14
## Installation
15
15
16
+ ### Include Acquia Global Command in DRS for multisite functionality
17
+ To use global command with DRS for multisite functionality please add below in
18
+ your root composer.json file.
19
+ ```
20
+ "repositories": {
21
+ "acquia_global_commands": {
22
+ "type": "vcs",
23
+ "url": "[email protected] :vishalkhode1/acquia_global_commands.git"
24
+ }
25
+ }
26
+ ```
27
+
16
28
You can also install this using Composer like so:
17
29
18
30
```
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " >=8.1" ,
23
23
"composer-plugin-api" : " ^2" ,
24
+ "acquia/acquia_global_commands" : " dev-develop" ,
24
25
"acquia/drupal-environment-detector" : " ^1.5.3" ,
25
26
"consolidation/config" : " ^2.0.0" ,
26
27
"grasmash/yaml-expander" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments