|
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "require": { |
19 | | - "composer/installers": "^1.2", |
| 19 | + "composer/installers": "^1.9", |
20 | 20 | "cweagans/composer-patches": "^1.6.5", |
21 | | - "drupal-composer/drupal-scaffold": "^2.6", |
22 | 21 | "drupal/better_normalizers": "^1.0@beta", |
23 | | - "drupal/block_content_permissions": "^1.8", |
24 | | - "drupal/core-recommended": "^8.9", |
25 | | - "drupal/core-vendor-hardening": "^8.9", |
| 22 | + "drupal/block_content_permissions": "1.x-dev", |
| 23 | + "drupal/core-composer-scaffold": "^9.0", |
| 24 | + "drupal/core-project-message": "^9.0", |
| 25 | + "drupal/core-recommended": "^9", |
| 26 | + "drupal/core-vendor-hardening": "^9.0", |
26 | 27 | "drupal/default_content": "^1", |
27 | | - "drupal/file_entity": "^2", |
28 | | - "drupal/focal_point": "^1.2", |
| 28 | + "drupal/file_entity": "2.x-dev", |
| 29 | + "drupal/focal_point": "^1.4", |
29 | 30 | "drupal/google_tag": "^1.2", |
30 | | - "drupal/honeypot": "^1.30", |
| 31 | + "drupal/honeypot": "^2", |
31 | 32 | "drupal/layout_builder_modal": "^1.1", |
32 | 33 | "drupal/layout_builder_restrictions": "^2.7", |
33 | 34 | "drupal/layout_library": "^1.0@beta", |
34 | | - "drupal/lb_ux": "^1.0@beta", |
| 35 | + "drupal/lb_ux": "1.x-dev", |
35 | 36 | "drupal/manage_display": "^1.0@alpha", |
36 | | - "drupal/menu_admin_per_menu": "^1.0", |
37 | | - "drupal/menu_link_attributes": "^1.0", |
38 | | - "drupal/page_manager": "4.x-dev", |
39 | | - "drupal/panels_everywhere": "^4.0@beta", |
40 | | - "drupal/paragraphs": "^1.9", |
41 | | - "drupal/pathauto": "^1.6", |
42 | | - "drupal/rabbit_hole": "^1.0@beta", |
43 | | - "drupal/redirect": "^1.4", |
44 | | - "drupal/svg_image": "^1.10", |
45 | | - "drupal/swiftmailer": "^1", |
46 | | - "drupal/telephone_validation": "^2.2", |
| 37 | + "drupal/menu_admin_per_menu": "^1.1", |
| 38 | + "drupal/menu_link_attributes": "1.x-dev", |
| 39 | + "drupal/page_manager": "^4.0.0-beta6", |
| 40 | + "drupal/panels": "^4.6", |
| 41 | + "drupal/panels_everywhere": "4.x-dev", |
| 42 | + "drupal/paragraphs": "^1.11", |
| 43 | + "drupal/pathauto": "^1.8", |
| 44 | + "drupal/rabbit_hole": "^1.0.0-beta7", |
| 45 | + "drupal/redirect": "^1.6", |
| 46 | + "drupal/svg_image": "^1.14", |
| 47 | + "drupal/swiftmailer": "^2", |
| 48 | + "drupal/telephone_validation": "^2.3", |
47 | 49 | "drupal/token": "^1", |
48 | | - "drupal/username_enumeration_prevention": "^1.0", |
49 | | - "drupal/views_bulk_edit": "^2.3", |
50 | | - "drupal/webform": "^5.4", |
| 50 | + "drupal/username_enumeration_prevention": "^1.1", |
| 51 | + "drupal/views_bulk_edit": "2.x-dev", |
| 52 | + "drupal/webform": "^6", |
51 | 53 | "drush/drush": "^10.1.0", |
52 | 54 | "skilldlabs/drupal-cleanup": "^1", |
53 | 55 | "zaporylie/composer-drupal-optimizations": "^1.0" |
|
56 | 58 | "dmore/behat-chrome-extension": "^1.3", |
57 | 59 | "drupal/config_inspector": "^1", |
58 | 60 | "drupal/devel": "3.x-dev", |
59 | | - "drupal/drupal-extension": "^3.4", |
| 61 | + "drupal/drupal-extension": "^4", |
60 | 62 | "drupal/upgrade_status": "^2.6", |
61 | 63 | "espend/behat-placeholder-extension": "^1.1", |
62 | 64 | "genesis/behat-fail-aid": "^2.1", |
|
68 | 70 | "minimum-stability": "dev", |
69 | 71 | "prefer-stable": true, |
70 | 72 | "config": { |
71 | | - "sort-packages": true |
| 73 | + "sort-packages": true, |
| 74 | + "preferred-install": { |
| 75 | + "drupal/lb_ux": "source", |
| 76 | + "drupal/panels_everywhere": "source", |
| 77 | + "*": "dist" |
| 78 | + } |
72 | 79 | }, |
73 | 80 | "autoload": { |
74 | 81 | "classmap": [ |
75 | 82 | "scripts/composer/ScriptHandler.php" |
76 | 83 | ] |
77 | 84 | }, |
78 | 85 | "scripts": { |
79 | | - "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", |
80 | 86 | "create-required-files": "SkilldDrupal\\composer\\ScriptHandler::createRequiredFiles", |
81 | 87 | "list-scaffold-files": [ |
82 | 88 | "SkilldDrupal\\composer\\ScriptHandler::listScaffoldFiles" |
|
95 | 101 | "web/modules/contrib/{$name}": ["type:drupal-module"], |
96 | 102 | "web/profiles/contrib/{$name}": ["type:drupal-profile"], |
97 | 103 | "web/themes/contrib/{$name}": ["type:drupal-theme"], |
98 | | - "drush/contrib/{$name}": ["type:drupal-drush"] |
| 104 | + "drush/Commands/contrib/{$name}": ["type:drupal-drush"] |
99 | 105 | }, |
100 | 106 | "drupal-scaffold": { |
101 | 107 | "locations": { |
|
124 | 130 | }, |
125 | 131 | "patches": { |
126 | 132 | "drupal/core": { |
127 | | - "Setting required on radios marks all options required": "https://www.drupal.org/files/issues/2019-07-30/2731991-42.patch", |
| 133 | + "Setting required on radios marks all options required": "https://www.drupal.org/files/issues/2020-05-26/2731991-50.patch", |
128 | 134 | "Translated field denormalization creates duplicate values": "https://www.drupal.org/files/issues/2019-07-02/2904423-core_8_8-72.patch", |
129 | 135 | "Fix multilingual site's layout edit context issue": "https://www.drupal.org/files/issues/2019-12-19/3101231-19.patch", |
130 | 136 | "SQLite database locking errors cause fatal errors": "https://www.drupal.org/files/issues/1120020-59.patch", |
|
140 | 146 | "drush/drush": { |
141 | 147 | "Import multiple custom translation po files": "https://patch-diff.githubusercontent.com/raw/drush-ops/drush/pull/4251.patch" |
142 | 148 | }, |
143 | | - "drupal/lb_ux": { |
144 | | - "Cog icon not showing when Preview disabled": "https://www.drupal.org/files/issues/2020-05-22/3116402-8.patch", |
145 | | - "Errors when using with modules that alter a section's contextual menu": "https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch" |
| 149 | + "drupal/block_content_permissions": { |
| 150 | + "Allow accessing the Custom block library page without Administer blocks permission": "https://www.drupal.org/files/issues/2020-06-05/block_content_permissions-access_listing_page-2920739-31.patch" |
146 | 151 | }, |
147 | 152 | "drupal/default_content": { |
148 | 153 | "Do not reimport existing entities": "https://www.drupal.org/files/issues/do_not_reimport-2698425-56.patch" |
149 | 154 | }, |
150 | | - "drupal/block_content_permissions": { |
151 | | - "Allow accessing the Custom block library page without Administer blocks permission": "https://www.drupal.org/files/issues/2019-06-20/block_content_permissions-access_listing_page-2920739-23.patch" |
| 155 | + "drupal/focal_point": { |
| 156 | + "Integrate focal point with media_library": "https://www.drupal.org/files/issues/2019-12-11/focal_point-compatibility-with-media-libary-3094478-2.patch" |
| 157 | + }, |
| 158 | + "drupal/lb_ux": { |
| 159 | + "Cog icon not showing when Preview disabled": "https://www.drupal.org/files/issues/2020-05-22/3116402-8.patch", |
| 160 | + "Errors when using with modules that alter a section's contextual menu": "https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch", |
| 161 | + "Indicate Drupal 8/9 compatibility via core_version_requirement": "https://www.drupal.org/files/issues/2020-05-22/d9_compatibility-3138698-4.patch" |
| 162 | + }, |
| 163 | + "drupal/manage_display": { |
| 164 | + "Drupal 9 compatibility": "https://www.drupal.org/files/issues/2020-04-01/manage_display.d9.3124061-2.patch" |
152 | 165 | }, |
153 | 166 | "drupal/menu_link_attributes": { |
154 | 167 | "Add missing schema for menu_link_attributes": "https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch" |
155 | 168 | }, |
156 | | - "drupal/focal_point": { |
157 | | - "Integrate focal point with media_library": "https://www.drupal.org/files/issues/2019-12-11/focal_point-compatibility-with-media-libary-3094478-2.patch" |
| 169 | + "drupal/panels_everywhere": { |
| 170 | + "Drupal 9 compatibility fixes for Panels Everywhere": "https://www.drupal.org/files/issues/2020-05-14/d9-compatibility-3111407-7.patch" |
158 | 171 | } |
159 | 172 | } |
160 | 173 | } |
|
0 commit comments