-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 810 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 810 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
{
"name": "euf/ewp_core",
"type": "drupal-module",
"description": "Implements EWP Common Datatypes as field types and provides related utilities.",
"keywords": [
"Drupal",
"Erasmus Without Paper",
"Field type"
],
"homepage": "https://github.com/EuropeanUniversityFoundation/ewp_core",
"support": {
"issues": "https://github.com/EuropeanUniversityFoundation/ewp_core/issues",
"source": "https://github.com/EuropeanUniversityFoundation/ewp_core"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tiago Simões",
"email": "tiago.simoes@uni-foundation.eu",
"role": "Maintainer"
}
],
"require": {
"toobo/bcp47": "^1.0"
},
"minimum-stability": "dev"
}