forked from GetDKAN/dkan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
77 lines (77 loc) · 2.36 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "getdkan/dkan",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"description": "DKAN Open Data Catalog",
"require": {
"drupal/admin_toolbar": "^3",
"drupal/config_update": "^1.6",
"drupal/moderated_content_bulk_publish": "~2.0.20",
"drupal/search_api": "^1.15",
"drupal/select_or_other": "dev-4.x#ae0585ff8c",
"drupal/select2": "^1.13",
"drupal/views_bulk_operations": "^4.0",
"ext-json": "*",
"ezyang/htmlpurifier" : "^4.11",
"fmizzell/maquina": "^1.1.0",
"getdkan/contracts": "^1.0.0",
"getdkan/csv-parser": "^1.2.3",
"getdkan/file-fetcher" : "4.2.0",
"getdkan/harvest": "^1.0.0",
"getdkan/json-schema-provider": "^0.1.2",
"getdkan/locker": "^1.1.0",
"getdkan/procrastinator": "^4.0.0",
"getdkan/rooted-json-data": "^0.1",
"getdkan/sql-parser": "^2.0.0",
"guzzlehttp/guzzle" : "^6.5.8 || ^7.4.5",
"ilbee/csv-response": "^1.0",
"m1x0n/opis-json-schema-error-presenter": "^0.5.2",
"neitanod/forceutf8": "~2.0",
"npm-asset/select2": "^4.0",
"oomphinc/composer-installers-extender": "^2.0",
"ramsey/uuid" : "^3.8.0",
"stolt/json-merge-patch": "^2.0",
"getdkan/pdlt": "~0.1"
},
"require-dev": {
"getdkan/mock-chain": "^1.3.0",
"weitzman/drupal-test-traits": "^2.0.1",
"phpunit/phpunit": "^8.5.14 || ^9"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"authors": [
{
"name": "CivicActions",
"email": "[email protected]"
}
],
"extra": {
"dkan-frontend": {
"type": "vcs",
"url": "https://github.com/GetDKAN/data-catalog-app",
"ref": "1.1.0"
},
"installer-types": [
"bower-asset",
"npm-asset"
]
},
"discard-changes": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true
}
}
}