Skip to content

Commit b0d2ac4

Browse files
committed
Fix versions for Drupal 9 compatible modules
1 parent cada4bf commit b0d2ac4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
"repositories": [
1313
{
1414
"type": "composer",
15-
"exclude": ["drupal/panels_everywhere"],
1615
"url": "https://packages.drupal.org/8"
1716
}
1817
],
1918
"require": {
2019
"composer/installers": "^1.9",
2120
"cweagans/composer-patches": "^1.6.5",
2221
"drupal/better_normalizers": "^1.0@beta",
23-
"drupal/block_content_permissions": "1.x-dev",
22+
"drupal/block_content_permissions": "^1",
2423
"drupal/core-composer-scaffold": "^9.0",
2524
"drupal/core-project-message": "^9.0",
2625
"drupal/core-recommended": "^9",
@@ -33,13 +32,13 @@
3332
"drupal/layout_builder_modal": "^1.1",
3433
"drupal/layout_builder_restrictions": "^2.7",
3534
"drupal/layout_library": "^1.0@beta",
36-
"drupal/lb_ux": "dev-1.x",
35+
"drupal/lb_ux": "1.x-dev",
3736
"drupal/manage_display": "^1.0@alpha",
3837
"drupal/menu_admin_per_menu": "^1.1",
39-
"drupal/menu_link_attributes": "1.x-dev",
38+
"drupal/menu_link_attributes": "^1.1",
4039
"drupal/page_manager": "^4.0.0-beta6",
4140
"drupal/panels": "^4.6",
42-
"drupal/panels_everywhere": "^4@beta",
41+
"drupal/panels_everywhere": "^4.0@beta",
4342
"drupal/paragraphs": "^1.11",
4443
"drupal/pathauto": "^1.8",
4544
"drupal/rabbit_hole": "^1.0.0-beta7",
@@ -73,8 +72,6 @@
7372
"config": {
7473
"sort-packages": true,
7574
"preferred-install": {
76-
"drupal/lb_ux": "source",
77-
"drupal/panels_everywhere": "source",
7875
"*": "dist"
7976
}
8077
},

0 commit comments

Comments
 (0)