|
13 | 13 | { |
14 | 14 | "type": "composer", |
15 | 15 | "url": "https://packages.drupal.org/8" |
16 | | - }, |
17 | | - { |
18 | | - "type": "package", |
19 | | - "package": { |
20 | | - "name": "drupal/lb_ux", |
21 | | - "version": "dev-8.x-1.x", |
22 | | - "type": "drupal-module", |
23 | | - "source": { |
24 | | - "url": "https://git.drupalcode.org/project/lb_ux.git", |
25 | | - "type": "git", |
26 | | - "reference": "8.x-1.x" |
27 | | - } |
28 | | - } |
29 | | - }, |
30 | | - { |
31 | | - "type": "package", |
32 | | - "package": { |
33 | | - "name": "drupal/panels_everywhere", |
34 | | - "version": "dev-8.x-4.x", |
35 | | - "type": "drupal-module", |
36 | | - "source": { |
37 | | - "url": "https://git.drupalcode.org/project/panels_everywhere.git", |
38 | | - "type": "git", |
39 | | - "reference": "8.x-4.x" |
40 | | - } |
41 | | - } |
42 | 16 | } |
43 | 17 | ], |
44 | 18 | "require": { |
45 | 19 | "composer/installers": "^1.9", |
46 | 20 | "cweagans/composer-patches": "^1.6.5", |
47 | 21 | "drupal/better_normalizers": "^1.0@beta", |
48 | | - "drupal/block_content_permissions": "1.x-dev", |
| 22 | + "drupal/block_content_permissions": "^1", |
49 | 23 | "drupal/core-composer-scaffold": "^9.0", |
50 | 24 | "drupal/core-project-message": "^9.0", |
51 | 25 | "drupal/core-recommended": "^9", |
|
58 | 32 | "drupal/layout_builder_modal": "^1.1", |
59 | 33 | "drupal/layout_builder_restrictions": "^2.7", |
60 | 34 | "drupal/layout_library": "^1.0@beta", |
61 | | - "drupal/lb_ux": "dev-8.x-1.x", |
| 35 | + "drupal/lb_ux": "1.x-dev", |
62 | 36 | "drupal/manage_display": "^1.0@alpha", |
63 | 37 | "drupal/menu_admin_per_menu": "^1.1", |
64 | | - "drupal/menu_link_attributes": "1.x-dev", |
| 38 | + "drupal/menu_link_attributes": "^1.1", |
65 | 39 | "drupal/page_manager": "^4.0.0-beta6", |
66 | 40 | "drupal/panels": "^4.6", |
67 | | - "drupal/panels_everywhere": "dev-8.x-4.x", |
| 41 | + "drupal/panels_everywhere": "^4.0@beta", |
68 | 42 | "drupal/paragraphs": "^1.11", |
69 | 43 | "drupal/pathauto": "^1.8", |
70 | 44 | "drupal/rabbit_hole": "^1.0.0-beta7", |
|
78 | 52 | "drupal/webform": "^6", |
79 | 53 | "drush/drush": "^10.1.0", |
80 | 54 | "skilldlabs/drupal-cleanup": "^1", |
81 | | - "zaporylie/composer-drupal-optimizations": "^1.0" |
| 55 | + "zaporylie/composer-drupal-optimizations": "^1.2" |
82 | 56 | }, |
83 | 57 | "require-dev": { |
84 | 58 | "dmore/behat-chrome-extension": "^1.3", |
|
98 | 72 | "config": { |
99 | 73 | "sort-packages": true, |
100 | 74 | "preferred-install": { |
101 | | - "drupal/lb_ux": "source", |
102 | | - "drupal/panels_everywhere": "source", |
103 | 75 | "*": "dist" |
104 | 76 | } |
105 | 77 | }, |
|
152 | 124 | "drupal-module": [ |
153 | 125 | "tests", |
154 | 126 | "src/Tests" |
155 | | - ] |
| 127 | + ], |
| 128 | + "exclude": [] |
156 | 129 | }, |
157 | 130 | "patches": { |
158 | 131 | "drupal/core": { |
|
182 | 155 | }, |
183 | 156 | "drupal/lb_ux": { |
184 | 157 | "Cog icon not showing when Preview disabled": "https://www.drupal.org/files/issues/2020-05-22/3116402-8.patch", |
185 | | - "Errors when using with modules that alter a section's contextual menu": "https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch", |
186 | | - "Indicate Drupal 8/9 compatibility via core_version_requirement": "https://www.drupal.org/files/issues/2020-05-22/d9_compatibility-3138698-4.patch" |
| 158 | + "Errors when using with modules that alter a section's contextual menu": "https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch" |
187 | 159 | }, |
188 | 160 | "drupal/menu_link_attributes": { |
189 | 161 | "Add missing schema for menu_link_attributes": "https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch" |
190 | 162 | }, |
191 | | - "drupal/panels_everywhere": { |
192 | | - "Drupal 9 compatibility fixes for Panels Everywhere": "https://www.drupal.org/files/issues/2020-05-14/d9-compatibility-3111407-7.patch" |
193 | | - }, |
194 | 163 | "drupal/upgrade_status": { |
195 | 164 | "Exclude node_modules from scan": "https://www.drupal.org/files/issues/2020-08-14/3162997-8.patch" |
196 | 165 | } |
|
0 commit comments