Skip to content

Commit

Permalink
Ignoring a lightning patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Aug 31, 2016
1 parent 6246738 commit 0c5c9bb
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions template/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
{
"type": "composer",
"url": "https://packagist.drupal-composer.org"
},
{
"type": "vcs",
"url": "https://github.com/mortenson/composer-patches"
}
],
"require": {
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "^1.5.0",
"cweagans/composer-patches": "master as 1.5.0",
"drupal/acquia_connector": "8.1.*",
"drupal/acsf": "~8.1",
"drupal/core": "~8",
Expand All @@ -18,7 +22,8 @@
"drupal/security_review" : "8.*",
"roave/security-advisories": "dev-master",
"drupal-composer/drupal-security-advisories": "8.0.x-dev",
"drupal/lightning": "8.1.x-dev"
"drupal/lightning": "8.1.03",
"drupal/metatag": "8.1.0-beta9"
},
"require-dev": {
"behat/behat": "3.0.*",
Expand Down Expand Up @@ -53,6 +58,18 @@
"drupal/core": {
"Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch"
}
},
"patches-ignore": {
"drupal/lightning": {
"drupal/panels": {
"Bandaid patch breaking save after previewing blocks with Panelizer":
"https://www.drupal.org/files/issues/bandaid.patch"
},
"drupal/metatag": {
"Patch already committed to metatag 8.1.0-beta10":
"https://www.drupal.org/files/issues/2765137-2.patch"
}
}
}
},
"scripts": {
Expand Down

0 comments on commit 0c5c9bb

Please sign in to comment.