|
29 | 29 | "drupal/colors": "1.x-dev",
|
30 | 30 | "drupal/components": "^2.4",
|
31 | 31 | "drupal/conditional_fields": "^4.0@alpha",
|
32 |
| - "drupal/config_split": "^1.4", |
| 32 | + "drupal/config_split": "^2.0.0-beta4", |
33 | 33 | "drupal/core-composer-scaffold": "^9.2.6",
|
34 | 34 | "drupal/core-project-message": "^9.2.6",
|
35 | 35 | "drupal/core-recommended": "^9.2.6",
|
|
67 | 67 | "drupal/search_api": "^1.14",
|
68 | 68 | "drupal/search_api_attachments": "^1.0@beta",
|
69 | 69 | "drupal/search_api_solr": "^4.1",
|
| 70 | + "drupal/seckit": "^2.0", |
70 | 71 | "drupal/select2": "^1.6",
|
71 | 72 | "drupal/select_or_other": "^4.0",
|
72 | 73 | "drupal/social_auth_hid": "^2.2",
|
73 | 74 | "drupal/spamspan": "^1.2",
|
74 |
| - "drupal/stage_file_proxy": "^1.0", |
75 | 75 | "drupal/tablefield": "^2.1",
|
76 | 76 | "drupal/token": "^1.5",
|
77 | 77 | "drupal/token_filter": "^1.2",
|
|
83 | 83 | "npm-asset/select2": "^4.0",
|
84 | 84 | "oomphinc/composer-installers-extender": "^2.0",
|
85 | 85 | "phpoffice/phpspreadsheet": "^1.16",
|
| 86 | + "symfony/flex": "^1.17", |
86 | 87 | "unocha/common_design": "^5.0.0",
|
87 | 88 | "unocha/ocha_integrations": "^1.0",
|
88 | 89 | "unocha/un_date": "^1.0.1",
|
|
92 | 93 | },
|
93 | 94 | "require-dev": {
|
94 | 95 | "drupal/coder": "^8.3",
|
| 96 | + "drupal/config_filter": "^2.2", |
95 | 97 | "drupal/core-dev": "^9.2.6",
|
| 98 | + "drupal/devel": "^4.1", |
| 99 | + "drupal/stage_file_proxy": "^1.1", |
96 | 100 | "drupal/upgrade_rector": "1.x-dev@dev",
|
97 | 101 | "drupal/upgrade_status": "^3.8",
|
| 102 | + "kint-php/kint": "^3.3", |
98 | 103 | "phpmd/phpmd": "^2.6",
|
99 | 104 | "weitzman/drupal-test-traits": "^1.5",
|
100 | 105 | "weitzman/logintrait": "^1.1"
|
|
105 | 110 | "minimum-stability": "dev",
|
106 | 111 | "prefer-stable": true,
|
107 | 112 | "config": {
|
108 |
| - "bin-dir": "vendor/bin/", |
| 113 | + "bin-dir": "vendor/bin/", |
109 | 114 | "sort-packages": true
|
110 | 115 | },
|
111 |
| - "autoload": { |
112 |
| - "classmap": [ |
113 |
| - "scripts/composer/ScriptHandler.php" |
114 |
| - ] |
115 |
| - }, |
116 | 116 | "scripts": {
|
117 |
| - "pre-install-cmd": [ |
118 |
| - "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" |
119 |
| - ], |
120 |
| - "pre-update-cmd": [ |
121 |
| - "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" |
122 |
| - ], |
123 |
| - "post-install-cmd": [ |
124 |
| - "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" |
125 |
| - ], |
126 |
| - "post-update-cmd": [ |
127 |
| - "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" |
128 |
| - ], |
129 | 117 | "sass-prepare": "cd html/themes/custom/iasc_common_design && npm install",
|
130 | 118 | "sass-build": "cd html/themes/custom/iasc_common_design && ./node_modules/.bin/sass sass:build",
|
131 | 119 | "sass-cleanup": "cd html/themes/custom/iasc_common_design && rm -rf ./node_modules",
|
|
0 commit comments