Skip to content

Commit f8b3d73

Browse files
author
David Ferlay
authored
Merge pull request #267 from skilld-labs/d9_patches_outdated_repos
Adding repos of outdated modules to apply d9 patches
2 parents 71e7400 + d9f53c6 commit f8b3d73

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

composer.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@
1313
{
1414
"type": "composer",
1515
"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+
}
1642
}
1743
],
1844
"require": {
@@ -32,13 +58,13 @@
3258
"drupal/layout_builder_modal": "^1.1",
3359
"drupal/layout_builder_restrictions": "^2.7",
3460
"drupal/layout_library": "^1.0@beta",
35-
"drupal/lb_ux": "1.x-dev",
61+
"drupal/lb_ux": "dev-8.x-1.x",
3662
"drupal/manage_display": "^1.0@alpha",
3763
"drupal/menu_admin_per_menu": "^1.1",
3864
"drupal/menu_link_attributes": "1.x-dev",
3965
"drupal/page_manager": "^4.0.0-beta6",
4066
"drupal/panels": "^4.6",
41-
"drupal/panels_everywhere": "4.x-dev",
67+
"drupal/panels_everywhere": "dev-8.x-4.x",
4268
"drupal/paragraphs": "^1.11",
4369
"drupal/pathauto": "^1.8",
4470
"drupal/rabbit_hole": "^1.0.0-beta7",

0 commit comments

Comments
 (0)