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 22, 2023
1 parent 3bdd688 commit c6d9a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
.idea/
.DS_Store
composer.lock
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-develop",
"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 c6d9a7a

Please sign in to comment.