-
Notifications
You must be signed in to change notification settings - Fork 171
/
composer.json
77 lines (77 loc) · 2.35 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",
"description": "DKAN Open Data Catalog",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"authors": [
{
"name": "CivicActions",
"email": "[email protected]"
}
],
"require": {
"ext-json": "*",
"drupal/facets": "^3.0@beta",
"drupal/moderated_content_bulk_publish": "~2.0.20",
"drupal/search_api": "^1.15",
"drupal/select2": "^1.13",
"drupal/select_or_other": "^4.1.0",
"drupal/views_bulk_operations": "^4.0",
"ezyang/htmlpurifier": "^4.11",
"fmizzell/maquina": "^1.1.1",
"fylax/forceutf8": "^3.0",
"getdkan/contracts": "^1.1.3",
"getdkan/csv-parser": "^1.3.2",
"getdkan/file-fetcher": "^5.0.4",
"getdkan/harvest": "^1.0.4",
"getdkan/pdlt": "^0.1.7",
"getdkan/procrastinator": "^5.0.2",
"getdkan/rooted-json-data": "^0.2.2",
"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",
"npm-asset/select2": "^4.0",
"oomphinc/composer-installers-extender": "^2.0",
"ramsey/uuid": "^3.8.0",
"stolt/json-merge-patch": "^2.0",
"symfony/polyfill-php80": "^1.27"
},
"require-dev": {
"colinodell/psr-testlogger": "^1.2",
"drush/drush": "^12@stable",
"getdkan/mock-chain": "^1.3.7",
"osteel/openapi-httpfoundation-testing": "<1.0",
"phpunit/phpunit": "^9.6"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true
}
},
"extra": {
"dkan-frontend": {
"ref": "1.3.0",
"type": "vcs",
"url": "https://github.com/GetDKAN/data-catalog-app"
},
"installer-types": [
"bower-asset",
"npm-asset"
]
},
"discard-changes": true
}