|
17 | 17 | {
|
18 | 18 | "type": "composer",
|
19 | 19 | "url": "https://asset-packagist.org"
|
| 20 | + }, |
| 21 | + { |
| 22 | + "type": "vcs", |
| 23 | + "url": "https://github.com/UN-OCHA/file_checker" |
20 | 24 | }
|
21 | 25 | ],
|
22 | 26 | "require": {
|
|
30 | 34 | "drupal/components": "^2.4",
|
31 | 35 | "drupal/conditional_fields": "^4.0@alpha",
|
32 | 36 | "drupal/config_split": "^2.0.0-beta4",
|
33 |
| - "drupal/core-composer-scaffold": "^9.2.6", |
34 |
| - "drupal/core-project-message": "^9.2.6", |
35 |
| - "drupal/core-recommended": "^9.2.6", |
| 37 | + "drupal/core-composer-scaffold": "^9.3.3", |
| 38 | + "drupal/core-project-message": "^9.3.3", |
| 39 | + "drupal/core-recommended": "^9.3.3", |
36 | 40 | "drupal/ctools": "^3.7",
|
37 | 41 | "drupal/date_recur": "^3.0",
|
38 | 42 | "drupal/date_recur_modular": "^3.0",
|
39 | 43 | "drupal/diff": "^1.0@RC",
|
40 | 44 | "drupal/dream_block_manager": "^1.0",
|
41 | 45 | "drupal/dynamic_entity_reference": "^1.7",
|
42 | 46 | "drupal/entityqueue": "^1.0",
|
43 |
| - "drupal/facets": "^1.8", |
44 |
| - "drupal/facets_pretty_paths": "^1.0@beta", |
| 47 | + "drupal/facets": "^2.0", |
| 48 | + "drupal/facets_pretty_paths": "^1.2", |
45 | 49 | "drupal/field_group": "^3.0",
|
46 | 50 | "drupal/field_permissions": "^1.0@RC",
|
47 | 51 | "drupal/file_entity": "^2.0@beta",
|
|
52 | 56 | "drupal/geophp": "^1.0@beta",
|
53 | 57 | "drupal/google_tag": "^1.2",
|
54 | 58 | "drupal/group": "^1.0.0",
|
| 59 | + "drupal/honeypot": "^2.0", |
55 | 60 | "drupal/linkit": "^6.0@beta",
|
56 | 61 | "drupal/maintenance200": "^1.0",
|
57 | 62 | "drupal/media_entity_file_replace": "^1.0",
|
|
62 | 67 | "drupal/paragraphs_viewmode": "^1.0@alpha",
|
63 | 68 | "drupal/pathauto": "^1.4",
|
64 | 69 | "drupal/realname": "^2.0@beta",
|
65 |
| - "drupal/redirect": "^1.4", |
| 70 | + "drupal/redirect": "^1.7", |
66 | 71 | "drupal/redis": "^1.4",
|
67 | 72 | "drupal/search_api": "^1.14",
|
68 | 73 | "drupal/search_api_attachments": "^1.0@beta",
|
69 |
| - "drupal/search_api_solr": "^4.1", |
| 74 | + "drupal/search_api_solr": "^4.2.3", |
70 | 75 | "drupal/seckit": "^2.0",
|
71 | 76 | "drupal/select2": "^1.6",
|
72 | 77 | "drupal/select_or_other": "^4.0",
|
73 |
| - "drupal/social_auth_hid": "^2.2", |
| 78 | + "drupal/social_auth_hid": "^3.0", |
74 | 79 | "drupal/spamspan": "^1.2",
|
| 80 | + "drupal/stage_file_proxy": "^1.1", |
75 | 81 | "drupal/tablefield": "^2.1",
|
76 | 82 | "drupal/token": "^1.5",
|
77 | 83 | "drupal/token_filter": "^1.2",
|
|
85 | 91 | "phpoffice/phpspreadsheet": "^1.16",
|
86 | 92 | "symfony/flex": "^1.17",
|
87 | 93 | "unocha/common_design": "^5.0.0",
|
| 94 | + "unocha/file_checker": "dev-8.x-1.x", |
88 | 95 | "unocha/ocha_integrations": "^1.0",
|
89 | 96 | "unocha/un_date": "^1.0.1",
|
90 | 97 | "vlucas/phpdotenv": "^2.4",
|
91 | 98 | "webflo/drupal-finder": "^1.0.0",
|
92 |
| - "webmozart/path-util": "^2.3" |
| 99 | + "webmozart/path-util": "^2.3", |
| 100 | + "wikimedia/composer-merge-plugin": "^2.0.1" |
93 | 101 | },
|
94 | 102 | "require-dev": {
|
95 | 103 | "drupal/coder": "^8.3",
|
96 | 104 | "drupal/config_filter": "^2.2",
|
97 |
| - "drupal/core-dev": "^9.2.6", |
| 105 | + "drupal/core-dev": "^9.3.3", |
98 | 106 | "drupal/devel": "^4.1",
|
99 |
| - "drupal/stage_file_proxy": "^1.1", |
100 | 107 | "drupal/upgrade_rector": "1.x-dev@dev",
|
101 | 108 | "drupal/upgrade_status": "^3.8",
|
102 | 109 | "kint-php/kint": "^3.3",
|
103 | 110 | "phpmd/phpmd": "^2.6",
|
| 111 | + "phpspec/prophecy-phpunit": "^2", |
104 | 112 | "weitzman/drupal-test-traits": "^1.5",
|
105 | 113 | "weitzman/logintrait": "^1.1"
|
106 | 114 | },
|
|
111 | 119 | "prefer-stable": true,
|
112 | 120 | "config": {
|
113 | 121 | "bin-dir": "vendor/bin/",
|
114 |
| - "sort-packages": true |
| 122 | + "sort-packages": true, |
| 123 | + "allow-plugins": { |
| 124 | + "composer/installers": true, |
| 125 | + "cweagans/composer-patches": true, |
| 126 | + "drupal-composer/preserve-paths": true, |
| 127 | + "drupal/core-composer-scaffold": true, |
| 128 | + "drupal/core-project-message": true, |
| 129 | + "drupal/console-extend-plugin": true, |
| 130 | + "oomphinc/composer-installers-extender": true, |
| 131 | + "symfony/flex": true, |
| 132 | + "wikimedia/composer-merge-plugin": true |
| 133 | + } |
115 | 134 | },
|
116 | 135 | "scripts": {
|
117 | 136 | "sass-prepare": "cd html/themes/custom/iasc_common_design && npm install",
|
|
144 | 163 | "html/themes/contrib/{$name}": ["type:drupal-theme"],
|
145 | 164 | "drush/Commands/{$name}": ["type:drupal-drush"]
|
146 | 165 | },
|
| 166 | + "merge-plugin": { |
| 167 | + "include": [ |
| 168 | + "html/modules/contrib/webform/composer.libraries.json" |
| 169 | + ], |
| 170 | + "merge-extra": true, |
| 171 | + "merge-extra-deep": true, |
| 172 | + "merge-scripts": true |
| 173 | + }, |
147 | 174 | "preserve-paths": [
|
148 | 175 | "html/modules/custom",
|
149 | 176 | "html/themes/custom"
|
|
0 commit comments