Skip to content

Commit 9714c39

Browse files
committed
Added new modules
1 parent 2567889 commit 9714c39

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

composer.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@
1313
"assets": {
1414
"type": "composer",
1515
"url": "https://asset-packagist.org"
16-
}
16+
},
17+
"drupal/access_latest": {
18+
"type": "package",
19+
"package": {
20+
"name": "drupal/access_latest",
21+
"version": "0.0.1",
22+
"type": "drupal-module",
23+
"source": {
24+
"url": "https://git.drupalcode.org/sandbox/lynn-2973708.git",
25+
"type": "git",
26+
"reference": "8.x-1.x"
27+
}
28+
}
29+
}
1730
},
1831
"require": {
1932
"os2core/os2core": "dev-master",
@@ -22,6 +35,12 @@
2235
"drupal/metatag": "^1.13",
2336
"drupal/scheduler_content_moderation_integration": "^1.3",
2437
"drupal/textfield_counter": "^1.11",
25-
"drupal/swiftmailer": "^2.0@beta"
38+
"drupal/swiftmailer": "^2.0@beta",
39+
"drupal/rules": "^3.0@alpha",
40+
"drupal/user_delete_reassign": "1.x-dev",
41+
"drupal/node_revision_delete": "^1.0@RC",
42+
"drupal/media_skyfish": "^1.3",
43+
"drupal/facets": "^1.5",
44+
"drupal/access_latest": "^0.0.1"
2645
}
2746
}

0 commit comments

Comments
 (0)