-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 781 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "drupal/entity_reference_categorized",
"description": "Extends Entity Refecente adding a reference type on each reference item",
"type": "drupal-custom-module",
"version":"1.0.1",
"homepage": "https://github.com/CreativeCommonsUruguay/entity_reference_categorized",
"license": "GPL",
"authors": [
{
"name": "Marco",
"email": "marcoscalone@gmail.com",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/CreativeCommonsUruguay/entity_reference_categorized/issues",
"source": "https://github.com/CreativeCommonsUruguay/entity_reference_categorized"
},
"require": {
"drupal/entity_reference": "*"
}
}