generated from Sebastix/cchs.social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
151 lines (151 loc) · 5.11 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "sebastix/ccns",
"description": "",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^2.2.0",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.2",
"drupal/advagg": "^6.0@alpha",
"drupal/avatars": "^1.3",
"drupal/backup_migrate": "^5.0",
"drupal/ckeditor5_markdown_editor": "^1.0@dev",
"drupal/ckeditor_markdown": "^1.3",
"drupal/comment_delete": "^2.0",
"drupal/comments_order": "^3.0",
"drupal/config_filter": "^2.6",
"drupal/config_ignore": "^3.1",
"drupal/config_split": "^2.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.0",
"drupal/danse": "^2.3",
"drupal/field_permissions": "^1.2",
"drupal/flood_control": "^2.3",
"drupal/gin": "^3.0@alpha",
"drupal/honeypot": "^2.1",
"drupal/markdown_easy": "^1.0",
"drupal/masquerade": "^2.0@RC",
"drupal/matomo": "^1.23",
"drupal/metatag": "^2.0",
"drupal/multiple_registration": "^3.2",
"drupal/nostr_id_nip05": "^1.0@alpha",
"drupal/nostr_simple_publish": "^1.0@alpha",
"drupal/pathauto": "^1.11",
"drupal/pf_email": "^2.3",
"drupal/push_framework": "^2.3",
"drupal/pwa": "^2.1@beta",
"drupal/raven": "^6.0",
"drupal/robotstxt": "^1.5",
"drupal/symfony_mailer": "^1.2@beta",
"drupal/symfony_mailer_log": "^1.2",
"drupal/symfony_mailer_reroute": "^1.2@beta",
"drupal/twig_tweak": "^3.2",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/unique_content_field_validation": "^1.1",
"drupal/votingapi": "^3.0@beta",
"drush/drush": "^12.1"
},
"require-dev": {
"drupal/coder": "^8.3",
"drupal/core-dev": "^10.0",
"drupal/devel": "^5.1",
"drupal/webprofiler": "10.1.4",
"palantirnet/drupal-rector": "^0.20.3"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": true,
"tbachert/spi": true
}
},
"scripts": {
"post-install-cmd": [
"test -e web/robots.txt && rm web/robots.txt || echo robots is setup"
],
"post-update-cmd": [
"test -e web/robots.txt && rm web/robots.txt || echo robots is setup"
]
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/sites/development.services.yml": false
}
},
"violinist": {
"allow_list": [],
"allow_update_indirect_with_direct": 0,
"allow_updates_beyond_constraint": 1,
"always_allow_direct_dependencies": 0,
"always_update_all": 1,
"assignees": [],
"automerge": 0,
"automerge_security": 1,
"blocklist": [],
"branch_prefix": "aupdt_",
"bundled_packages": {},
"check_only_direct_dependencies": 1,
"commit_message_convention": "",
"default_branch": "develop",
"labels": [],
"labels_security": [],
"number_of_concurrent_updates": 0,
"one_pull_request_per_package": 0,
"run_scripts": 1,
"security_updates_only": 0,
"timeframe_disallowed": "17:00-13:00",
"timezone": "Europe/Amsterdam",
"update_dev_dependencies": 1,
"update_with_dependencies": 1
},
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"enable-patching": true,
"patches": {
"drupal/core": {
"[warning] No configuration objects have been updated - https://www.drupal.org/project/drupal/issues/2957279#comment-14355237" : "https://www.drupal.org/files/issues/2022-01-03/2957279-11.patch"
},
"drupal/rate" : {
"PHP Fatal Error | undefined method Drupal\\Core\\Extension\\ModuleHandler::getImplementations() - https://www.drupal.org/project/rate/issues/3327528" : "https://git.drupalcode.org/project/rate/-/merge_requests/9.patch"
},
"drupal/pwa" : {
"Undefined array key \"name\"\n - https://www.drupal.org/project/pwa/issues/3422906" : "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch"
}
}
}
}