-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
37 lines (37 loc) · 1.01 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
{
"name": "drupal/cmrf_core",
"type": "drupal-module",
"description": "CiviCRM Modular Remote Framework",
"keywords": [
"Drupal"
],
"license": "GPL-2.0+",
"homepage": "https://github.com/CiviMRF/cmrf_core",
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/CiviMRF/cmrf_core/issues",
"source": "https://github.com/CiviMRF/cmrf_core"
},
"repositories": [
{
"type": "package",
"package": {
"name": "CiviMRF/CMRF_Abstract_Core",
"version": "0.5",
"source": {
"url": "https://github.com/CiviMRF/CMRF_Abstract_Core.git",
"type": "git",
"reference": "0.5"
},
"autoload": {
"psr-0": {
"CMRF": ""
}
}
}
}
],
"require": {
"civimrf/cmrf_abstract_core": "0.5"
}
}