-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.13 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "euf/ewp_institutions",
"type": "drupal-module",
"description": "Implements EWP Institutions as a content entity type.",
"keywords": [
"Drupal",
"Erasmus Without Paper",
"Entity type",
"Field type"
],
"homepage": "https://github.com/EuropeanUniversityFoundation/ewp_institutions",
"support": {
"issues": "https://github.com/EuropeanUniversityFoundation/ewp_institutions/issues",
"source": "https://github.com/EuropeanUniversityFoundation/ewp_institutions"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tiago Simões",
"email": "tiago.simoes@uni-foundation.eu",
"role": "Maintainer"
},
{
"name": "Gábor Grósz",
"email": "gabor.grosz@uni-foundation.eu",
"role": "Developer"
}
],
"require": {
"euf/ewp_contact": "^1.0",
"euf/ewp_core": "^1.0"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://packages.uni-foundation.eu"
}
]
}