Skip to content

Commit eb6faa1

Browse files
committed
fix: add missing dependency to composer file
1 parent 7d3035f commit eb6faa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"require": {
2121
"drupal/group": "^3.1",
22-
"drupal/groupmedia": "^4.0@alpha"
22+
"drupal/groupmedia": "^4.0@alpha",
23+
"drupal/field_permissions": "^1.2"
2324
},
2425
"authors": [
2526
{

0 commit comments

Comments
 (0)