-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
55 lines (55 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "getdkan/dkan2",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"description": "DKAN Open Data Catalog",
"require": {
"ext-json": "*",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.5.0",
"drush/drush": "^10.2.2",
"drupal/admin_toolbar": "^2.2",
"drupal/config_update": "^1.6",
"drupal/entity": "^1.0.0",
"drupal/search_api": "^1.15",
"drupal/views_bulk_operations": "^3.6",
"fmizzell/maquina": "^1.1.0",
"getdkan/contracts": "^1.0.0",
"getdkan/datastore" : "^5.0.0",
"getdkan/file-fetcher" : "^3.0.0",
"getdkan/harvest": "^1.0.0",
"getdkan/json-schema-provider": "^0.1.2",
"getdkan/sae" : "^1.1.1",
"getdkan/sql-parser": "^2.0.0",
"guzzlehttp/guzzle" : "^6.3",
"ezyang/htmlpurifier" : "^4.11",
"ramsey/uuid" : "^3.8.0",
"oomphinc/composer-installers-extender": "~1.1",
"getdkan/mock-chain": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"Social\\": "src"
}
},
"authors": [
{
"name": "CivicActions",
"email": "contact@civicactions.com"
}
]
}