|
12 | 12 | "repositories": [ |
13 | 13 | { |
14 | 14 | "type": "composer", |
15 | | - "exclude": ["drupal/panels_everywhere"], |
16 | 15 | "url": "https://packages.drupal.org/8" |
17 | 16 | } |
18 | 17 | ], |
19 | 18 | "require": { |
20 | 19 | "composer/installers": "^1.9", |
21 | 20 | "cweagans/composer-patches": "^1.6.5", |
22 | 21 | "drupal/better_normalizers": "^1.0@beta", |
23 | | - "drupal/block_content_permissions": "1.x-dev", |
| 22 | + "drupal/block_content_permissions": "^1", |
24 | 23 | "drupal/core-composer-scaffold": "^9.0", |
25 | 24 | "drupal/core-project-message": "^9.0", |
26 | 25 | "drupal/core-recommended": "^9", |
|
33 | 32 | "drupal/layout_builder_modal": "^1.1", |
34 | 33 | "drupal/layout_builder_restrictions": "^2.7", |
35 | 34 | "drupal/layout_library": "^1.0@beta", |
36 | | - "drupal/lb_ux": "dev-1.x", |
| 35 | + "drupal/lb_ux": "1.x-dev", |
37 | 36 | "drupal/manage_display": "^1.0@alpha", |
38 | 37 | "drupal/menu_admin_per_menu": "^1.1", |
39 | | - "drupal/menu_link_attributes": "1.x-dev", |
| 38 | + "drupal/menu_link_attributes": "^1.1", |
40 | 39 | "drupal/page_manager": "^4.0.0-beta6", |
41 | 40 | "drupal/panels": "^4.6", |
42 | | - "drupal/panels_everywhere": "^4@beta", |
| 41 | + "drupal/panels_everywhere": "^4.0@beta", |
43 | 42 | "drupal/paragraphs": "^1.11", |
44 | 43 | "drupal/pathauto": "^1.8", |
45 | 44 | "drupal/rabbit_hole": "^1.0.0-beta7", |
|
73 | 72 | "config": { |
74 | 73 | "sort-packages": true, |
75 | 74 | "preferred-install": { |
76 | | - "drupal/lb_ux": "source", |
77 | | - "drupal/panels_everywhere": "source", |
78 | 75 | "*": "dist" |
79 | 76 | } |
80 | 77 | }, |
|
0 commit comments