-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (60 loc) · 2.09 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
{
"name": "os2core/os2core",
"type": "drupal-profile",
"description": "Wrapper over contrib modules used for OS2 Drupal solutions",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "EUPL-1.2",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"drupal/core": "^8.7 || ^9",
"drupal/config_ignore": "^2.1",
"drupal/config_split": "^2.0@beta",
"drupal/ctools": "^3.2",
"drupal/module_filter": "^3.1",
"drupal/easy_breadcrumb": "^2.0",
"drupal/embed": "^1.0",
"drupal/field_group": "^3.1",
"drupal/eu_cookie_compliance": "^1.8",
"drupal/extlink": "^1.1",
"drupal/ckeditor_a11ychecker": "*",
"drupal/address": "^1.7",
"drupal/mailsystem": "^4.1",
"drupal/smtp": "^1.0@beta",
"drupal/metatag": "^1.10",
"drupal/honeypot": "^2.0",
"drupal/environment_indicator": "^4.0",
"drupal/better_exposed_filters": "^5.0@beta",
"drupal/pathauto": "^1.8",
"drupal/pathologic": "^1.0@alpha",
"drupal/redirect": "^1.4",
"drupal/paragraphs": "^1.10",
"drupal/scheduler": "^1.1",
"drupal/token": "^1.5",
"drupal/entity": "^1.0-rc3",
"drupal/admin_toolbar": "^3.0",
"drupal/entity_browser": "^2.5",
"drupal/entity_embed": "^1.0",
"drupal/image_widget_crop": "^2.1",
"drupal/crop": "^2.0.0-rc1",
"drupal/inline_entity_form": "^1.0",
"drupal/editor_advanced_link": "^1.4 || ^2.2",
"drupal/chosen": "^2.9",
"drupal/linkit": "^5 || ^6",
"drupal/ckeditor_entity_link": "^1.0@alpha",
"drupal/drush_language": "^1.0@RC",
"os2web/os2web_datalookup": "^1.0",
"os2web/os2web_nemlogin": "^1.0",
"os2web/os2web_simplesaml": "8.x-dev",
"os2web/os2web_simplesaml_checklist": "dev-develop"
}
}