Skip to content

Commit f9534d5

Browse files
Merge pull request #4 from rishabjasrotia/issue/2
#2 - Add Drush Library
2 parents 7d9638f + 13fb69f commit f9534d5

File tree

2 files changed

+1383
-169
lines changed

2 files changed

+1383
-169
lines changed

app/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"drupal/core-recommended": "^10.1"
2222
},
2323
"require-dev": {
24-
"drupal/core-dev": "^10.1"
24+
"drupal/core-dev": "^10.1",
25+
"drush/drush": "^12.3"
2526
},
2627
"conflict": {
2728
"drupal/drupal": "*"
@@ -75,4 +76,4 @@
7576
]
7677
}
7778
}
78-
}
79+
}

0 commit comments

Comments
 (0)