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

Commit 11ca5a8

Browse files
committed
Ignoring a lightning patch.
1 parent 6246738 commit 11ca5a8

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

template/composer.json

+18-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,7 @@
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"
2226
},
2327
"require-dev": {
2428
"behat/behat": "3.0.*",
@@ -53,6 +57,18 @@
5357
"drupal/core": {
5458
"Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch"
5559
}
60+
},
61+
"patches-ignore": {
62+
"drupal/lightning": {
63+
"drupal/panels": {
64+
"Bandaid patch breaking save after previewing blocks with Panelizer":
65+
"https://www.drupal.org/files/issues/bandaid.patch"
66+
},
67+
"drupal/metatag": {
68+
"Patch already committed to metatag 8.1.0-beta10":
69+
"https://www.drupal.org/files/issues/2765137-2.patch"
70+
}
71+
}
5672
}
5773
},
5874
"scripts": {

0 commit comments

Comments
 (0)