-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 854 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 854 Bytes
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
{
"name": "euf/isced_field",
"type": "drupal-module",
"description": "Provides a field type to store ISCED-F 2013 fields of study.",
"keywords": [
"Drupal",
"Erasmus Without Paper",
"ISCED",
"Field type"
],
"homepage": "https://github.com/EuropeanUniversityFoundation/isced_field",
"support": {
"issues": "https://github.com/EuropeanUniversityFoundation/isced_field/issues",
"source": "https://github.com/EuropeanUniversityFoundation/isced_field"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tiago Simões",
"email": "tiago.simoes@uni-foundation.eu",
"role": "Maintainer"
}
],
"require": {
"euf/isced": "^0.1",
"gettext/gettext": "^5.7"
},
"minimum-stability": "dev"
}