forked from GetDKAN/dkan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
75 lines (75 loc) · 2.28 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
{
"name": "getdkan/dkan",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"description": "DKAN Open Data Catalog",
"require": {
"drupal/facets": "^3.0@beta",
"drupal/moderated_content_bulk_publish": "~2.0.20",
"drupal/search_api": "^1.15",
"drupal/select_or_other": "^4.1.0",
"drupal/select2": "^1.13",
"drupal/views_bulk_operations": "^4.0",
"ext-json": "*",
"ezyang/htmlpurifier" : "^4.11",
"fmizzell/maquina": "^1.1.1",
"getdkan/contracts": "^1.1.2",
"getdkan/csv-parser": "^1.3.1",
"getdkan/file-fetcher" : "^5.0.3",
"getdkan/harvest": "^1.0.3",
"getdkan/procrastinator": "^5.0.0",
"getdkan/rooted-json-data": "^0.2.1",
"guzzlehttp/guzzle" : "^6.5.8 || ^7.4.5",
"ilbee/csv-response": "^1.2.0",
"justinrainbow/json-schema": "^5.2",
"m1x0n/opis-json-schema-error-presenter": "^0.5.3",
"fylax/forceutf8": "~3.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",
"symfony/polyfill-php80": "^1.27"
},
"require-dev": {
"getdkan/mock-chain": "^1.3.6",
"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": "contact@civicactions.com"
}
],
"extra": {
"dkan-frontend": {
"type": "vcs",
"url": "https://github.com/GetDKAN/data-catalog-app",
"ref": "1.3.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
}
}
}