Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 0c5c9bb

Browse files
committed
Ignoring a lightning patch.
1 parent 6246738 commit 0c5c9bb

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

template/composer.json

+19-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
{
66
"type": "composer",
77
"url": "https://packagist.drupal-composer.org"
8+
},
9+
{
10+
"type": "vcs",
11+
"url": "https://github.com/mortenson/composer-patches"
812
}
913
],
1014
"require": {
1115
"composer/installers": "^1.0.20",
12-
"cweagans/composer-patches": "^1.5.0",
16+
"cweagans/composer-patches": "master as 1.5.0",
1317
"drupal/acquia_connector": "8.1.*",
1418
"drupal/acsf": "~8.1",
1519
"drupal/core": "~8",
@@ -18,7 +22,8 @@
1822
"drupal/security_review" : "8.*",
1923
"roave/security-advisories": "dev-master",
2024
"drupal-composer/drupal-security-advisories": "8.0.x-dev",
21-
"drupal/lightning": "8.1.x-dev"
25+
"drupal/lightning": "8.1.03",
26+
"drupal/metatag": "8.1.0-beta9"
2227
},
2328
"require-dev": {
2429
"behat/behat": "3.0.*",
@@ -53,6 +58,18 @@
5358
"drupal/core": {
5459
"Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch"
5560
}
61+
},
62+
"patches-ignore": {
63+
"drupal/lightning": {
64+
"drupal/panels": {
65+
"Bandaid patch breaking save after previewing blocks with Panelizer":
66+
"https://www.drupal.org/files/issues/bandaid.patch"
67+
},
68+
"drupal/metatag": {
69+
"Patch already committed to metatag 8.1.0-beta10":
70+
"https://www.drupal.org/files/issues/2765137-2.patch"
71+
}
72+
}
5673
}
5774
},
5875
"scripts": {

0 commit comments

Comments
 (0)