-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
114 lines (114 loc) · 3.9 KB
/
Copy pathcomposer.json
File metadata and controls
114 lines (114 loc) · 3.9 KB
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
{
"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.3",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^2.0",
"drupal/admin_toolbar": "^3.6",
"drupal/antibot": "^2.0",
"drupal/auto_entitylabel": "^3.4",
"drupal/better_exposed_filters": "^7.0",
"drupal/config_ignore": "^3.3",
"drupal/config_rewrite": "^1.6",
"drupal/config_split": "^2.0",
"drupal/core-composer-scaffold": "~11.4",
"drupal/core-project-message": "~11.4",
"drupal/core-recommended": "~11.4",
"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": "^2.0",
"drupal/facets": "^3.0",
"drupal/field_group": "^4.0",
"drupal/focal_point": "^2.1",
"drupal/gin": "^5.0",
"drupal/gin_lb": "^3.0",
"drupal/gin_login": "^2.1",
"drupal/gin_toolbar": "^3.0",
"drupal/gov_cz": "~4.6.0",
"drupal/honeypot": "^2.2",
"drupal/image_style_quality": "^1.7",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/layout_builder_lock": "^2.0@RC",
"drupal/layout_builder_modal": "^1.3",
"drupal/layout_builder_restrictions": "^3.0",
"drupal/leaflet": "^10.3",
"drupal/leaflet_more_maps": "^2.2",
"drupal/linked_field": "^1.7",
"drupal/linkit": "^7.0",
"drupal/login_security": "^2.0",
"drupal/media_library_edit": "^3.0",
"drupal/menu_block": "^1.14",
"drupal/menu_trail_by_path": "^2.2",
"drupal/metatag": "^2.2",
"drupal/migrate_plus": "^6.0",
"drupal/module_filter": "^5.0",
"drupal/nomarkup": "^1.0",
"drupal/office_hours": "^1.28",
"drupal/override_node_options": "^2.9",
"drupal/paragraphs": "^1.19",
"drupal/paragraphs_ee": "^10.0",
"drupal/password_policy": "^4.0",
"drupal/password_policy_pwned": "^2.0",
"drupal/pathauto": "^1.13",
"drupal/quick_node_clone": "^1.22",
"drupal/rabbit_hole": "^2.0",
"drupal/real_aes": "^2.6",
"drupal/redirect": "^1.12",
"drupal/responsive_favicons": "^4.0",
"drupal/responsive_preview": "^2.2",
"drupal/scheduler": "^2.2",
"drupal/schema_metatag": "^3.0",
"drupal/search_api": "^1.39",
"drupal/shield": "^1.8",
"drupal/simple_sitemap": "^4.2",
"drupal/smart_date": "^4.2",
"drupal/svg_image_field": "^2.3",
"drupal/tfa": "^1.12",
"drupal/token": "^1.16",
"drupal/tvi": "2.0",
"drupal/twig_tweak": "^3.4",
"drupal/username_enumeration_prevention": "1.4",
"drupal/viewsreference": "^2.0@beta",
"drupal/webform": "^6.3",
"drupal/webp": "^1.0@RC",
"drupalcz/csgov_theme": "~4.5.0",
"drush/drush": "^13",
"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://git.drupalcode.org/project/drupal/-/merge_requests/6932.patch",
"Let the upload document name not be filled automatically": "https://www.drupal.org/files/issues/2021-12-24/3185321-30.patch"
},
"drupal/quick_node_clone": {
"NodeForm namespace changed in Drupal 11.4 (https://www.drupal.org/i/3536484)": "https://git.drupalcode.org/project/quick_node_clone/-/commit/fdeb35fcefe0330dc0b45e4d61725947abe9dc10.diff"
}
}
}
}