Skip to content

Commit

Permalink
ACMS-1826: Add Acquia global commands in DRS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Nov 21, 2023
1 parent 3bdd688 commit 16df2f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"require": {
"php": ">=8.1",
"composer-plugin-api": "^2",
"acquia/acquia_global_commands": "dev-feature/drs-multisite",
"acquia/drupal-environment-detector": "^1.5.3",
"consolidation/config": "^2.0.0",
"grasmash/yaml-expander": "^3.0",
Expand All @@ -34,6 +35,12 @@
"phpro/grumphp-shim": "^1.5",
"phpunit/phpunit": "^9 || ^10"
},
"repositories": {
"acquia_global_commands": {
"type": "vcs",
"url": "[email protected]:vishalkhode1/acquia_global_commands.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down

0 comments on commit 16df2f7

Please sign in to comment.