Skip to content

Commit cada4bf

Browse files
author
David Ferlay
authored
Merge pull request #285 from skilld-labs/pew
Panels everywhere 4.0 beta2 is 9.x core compatible
2 parents 76d7693 + b6f199a commit cada4bf

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

composer.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
1414
"type": "composer",
1515
"exclude": ["drupal/panels_everywhere"],
1616
"url": "https://packages.drupal.org/8"
17-
},
18-
{
19-
"type": "package",
20-
"package": {
21-
"name": "drupal/panels_everywhere",
22-
"version": "dev-8.x-4.x",
23-
"type": "drupal-module",
24-
"source": {
25-
"url": "https://git.drupalcode.org/project/panels_everywhere.git",
26-
"type": "git",
27-
"reference": "8.x-4.x"
28-
}
29-
}
3017
}
3118
],
3219
"require": {
@@ -52,7 +39,7 @@
5239
"drupal/menu_link_attributes": "1.x-dev",
5340
"drupal/page_manager": "^4.0.0-beta6",
5441
"drupal/panels": "^4.6",
55-
"drupal/panels_everywhere": "dev-8.x-4.x",
42+
"drupal/panels_everywhere": "^4@beta",
5643
"drupal/paragraphs": "^1.11",
5744
"drupal/pathauto": "^1.8",
5845
"drupal/rabbit_hole": "^1.0.0-beta7",
@@ -176,9 +163,6 @@
176163
"drupal/menu_link_attributes": {
177164
"Add missing schema for menu_link_attributes": "https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch"
178165
},
179-
"drupal/panels_everywhere": {
180-
"Drupal 9 compatibility fixes for Panels Everywhere": "https://www.drupal.org/files/issues/2020-05-14/d9-compatibility-3111407-7.patch"
181-
},
182166
"drupal/upgrade_status": {
183167
"Exclude node_modules from scan": "https://www.drupal.org/files/issues/2020-08-14/3162997-8.patch"
184168
}

0 commit comments

Comments
 (0)