-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
119 lines (119 loc) · 4.12 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "drupalcz/csgov",
"description": "A feature-rich Drupal distribution for Czech and Slovak eGovernment sites.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"homepage": "https://www.csgov.cz",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=8.1",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^2.0",
"drupal/admin_toolbar": "^3.0",
"drupal/antibot": "^2.0",
"drupal/auto_entitylabel": "^3.0",
"drupal/better_exposed_filters": "*",
"drupal/block_ajax": "3.x-dev@dev",
"drupal/components": "^3.0.0",
"drupal/config_ignore": "^3.1.0",
"drupal/config_rewrite": "^1.5",
"drupal/config_split": "^2.0@RC",
"drupal/core-composer-scaffold": "~10.2.0",
"drupal/core-project-message": "~10.2.0",
"drupal/core-recommended": "~10.2.0",
"drupal/ctools": "^4.0",
"drupal/decorative_image_widget": "^1.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/entity_class_formatter": "^2.0",
"drupal/entity_reference_display": "^2.0",
"drupal/environment_indicator": "^4.0",
"drupal/extlink": "^1.7",
"drupal/facets": "2.0.7",
"drupal/field_group": "^3.4",
"drupal/focal_point": "^2.0",
"drupal/gin": "^3.0@RC",
"drupal/gin_lb": "^1.0@RC",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/gov_cz": "4.x-dev@dev",
"drupal/honeypot": "^2.1",
"drupal/image_style_quality": "^1.6",
"drupal/inline_entity_form": "^2.0@RC",
"drupal/layout_builder_lock": "^1.2",
"drupal/layout_builder_modal": "^1.2",
"drupal/layout_builder_restrictions": "^2.19",
"drupal/leaflet": "^10.2",
"drupal/leaflet_more_maps": "^2.1",
"drupal/linked_field": "^1.3.0",
"drupal/linkit": "^6.1",
"drupal/login_security": "^2.0",
"drupal/media_library_edit": "^3.0",
"drupal/menu_block": "^1.10",
"drupal/menu_trail_by_path": "^2.0",
"drupal/metatag": "^2.0",
"drupal/migrate_plus": "^6.0",
"drupal/module_filter": "^4.0",
"drupal/nomarkup": "^1.0",
"drupal/office_hours": "^1.16",
"drupal/override_node_options": "^2.7",
"drupal/paragraphs": "^1.15",
"drupal/paragraphs_ee": "^10.0",
"drupal/password_policy": "^4.0",
"drupal/password_policy_pwned": "^2.0",
"drupal/pathauto": "^1.11",
"drupal/quick_node_clone": "^1.18",
"drupal/rabbit_hole": "^2.0",
"drupal/real_aes": "^2.5",
"drupal/redirect": "^1.9",
"drupal/responsive_favicons": "^2.0",
"drupal/responsive_preview": "^2.1",
"drupal/scheduler": "^2.0",
"drupal/schema_metatag": "^3.0",
"drupal/search_api": "^1.29",
"drupal/shield": "^1.7",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_date": "^4.0",
"drupal/svg_image_field": "^2.3",
"drupal/tfa": "^1.3",
"drupal/token": "^1.12",
"drupal/tvi": "2.0.x-dev@dev",
"drupal/twig_tweak": "^3.2",
"drupal/username_enumeration_prevention": "1.3",
"drupal/viewsreference": "^2.0@beta",
"drupal/webform": "^6.2@beta",
"drupal/webp": "^1.0@RC",
"drupalcz/csgov_theme": "^4.0",
"drush/drush": "^12.4",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0"
},
"require-dev": {
"drupal/devel": "^5.0",
"drupal/stage_file_proxy": "^2.1"
},
"extra": {
"patches": {
"drupal/core": {
"Add menu_link_content support into views": "https://www.drupal.org/files/issues/2022-11-21/drupal-2777749-menu_link_content-views-support-23.patch",
"Let the upload document name not be filled automatically": "https://www.drupal.org/files/issues/2021-12-24/3185321-30.patch"
},
"drupal/facets": {
"Facets with AJAX not working in most of situations": "https://www.drupal.org/files/issues/2024-05-07/3052574-212.patch"
},
"drupal/responsive_preview": {
"Fix gin horizontal menu": "https://git.drupalcode.org/project/responsive_preview/-/merge_requests/8.patch"
}
}
}
}