forked from Drupalcz/csgov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
117 lines (117 loc) · 4.07 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
{
"name": "drupalcz/csgov",
"type": "drupal-profile",
"description": "A feature-rich Drupal distribution for czech and slovak eGovernment sites.",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"bower-asset/chosen": "1.8.7",
"bower-asset/dropzone": "5.5.0",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.0",
"drupal/chosen": "^3.0.1",
"drupal/components": "^2.4.0",
"drupal/config_filter": "^2.2",
"drupal/config_ignore": "^2.3.0",
"drupal/config_split": "^2.0.0-beta4",
"drupal/config_update": "^1.7",
"drupal/console": "1.9.8",
"drupal/context": "^4.1",
"drupal/core-composer-scaffold": "^9.5",
"drupal/core-project-message": "^9.5",
"drupal/core-recommended": "^9.5",
"drupal/ctools": "^3.9.0",
"drupal/dropzonejs": "^2.6.0",
"drupal/entity_class_formatter": "^2.0",
"drupal/entity_embed": "^1.2",
"drupal/entity_reference_display": "^2.0",
"drupal/entity_reference_revisions": "^1.9",
"drupal/environment_indicator": "^4.0",
"drupal/facets": "^2.0",
"drupal/field_group": "^3.2",
"drupal/focal_point": "^1.5",
"drupal/gin": "^3.0@alpha",
"drupal/gin_lb": "^1.0@beta",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/honeypot": "^2.0.1",
"drupal/inline_entity_form": "1.0-rc14",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_builder_lock": "^1.0@RC",
"drupal/layout_builder_restrictions": "^2.9",
"drupal/layout_builder_styles": "^2.0",
"drupal/linked_field": "^1.3.0",
"drupal/linkit": "^6.0-beta3",
"drupal/login_security": "^2.0",
"drupal/menu_block": "^1.x-dev@dev",
"drupal/menu_trail_by_path": "^2.0",
"drupal/metatag": "^1.16",
"drupal/modifiers": "^1.2",
"drupal/modifiers_pack": "^2.0",
"drupal/module_filter": "dev-3.x",
"drupal/paragraphs": "^1.12",
"drupal/password_policy": "dev-3.x",
"drupal/pathauto": "^1.8",
"drupal/permissions_by_term": "^3.1.16",
"drupal/recaptcha": "^3.0.0",
"drupal/redirect": "^1.6",
"drupal/robotstxt": "^1.4",
"drupal/search_api": "^1.21",
"drupal/search_api_solr": "4.2.10",
"drupal/seckit": "^2.0",
"drupal/shield": "^1.4",
"drupal/simple_sitemap": "^4.0",
"drupal/token": "^1.9",
"drupal/twig_tweak": "^3.1",
"drupal/username_enumeration_prevention": "1.3",
"drupal/webform": "^6.1.0",
"drupal/webp": "^1.0@beta",
"drupalcz/csgov_theme": "3.x-dev",
"drush/drush": "^10.0.0",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/devel": "^4.0",
"drush/drush": "^10.0"
},
"config": {
"preferred-install": {
"drupal/core": "dist"
},
"sort-packages": true
},
"extra": {
"patches": {
"drupal/core": {
"Plugin blocks cannot set their own attributes when put in the layout": "https://git.drupalcode.org/project/drupal/-/merge_requests/1426.patch",
"Order image mappings by breakpoint ID and numeric multiplier": "https://www.drupal.org/files/issues/2022-05-19/3267870-9.5.x-47.patch",
"Add Width and Height attribute to Responsive images.": "https://www.drupal.org/files/issues/2022-09-30/3192234-228-9.5.x.patch"
},
"drupal/paragraphs": {
"Use paragraphs in Layout Builder": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch"
},
"drupal/facets": {
"Facets with AJAX not working in most of situations": "https://www.drupal.org/files/issues/2022-12-22/3052574-168.patch"
},
"drupal/webp": {
"Recreate webp derivatives if crop is changed.": "https://git.drupalcode.org/project/webp/-/merge_requests/16.patch"
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}