Skip to content

Commit

Permalink
Fixing an issue since 1.6.4 of cweagans/composer-patches where Compos…
Browse files Browse the repository at this point in the history
…er Patches struggles with patches that introduce new file. The solution is to upgrade to the 1.x-dev branch of Composer Patches and add some extra config to Composer.json

See:
- cweagans/composer-patches#199
- cweagans/composer-patches#43
- cweagans/composer-patches#101
- rwohleb/composer-patches#1
  • Loading branch information
Adam Dowling committed Nov 25, 2018
1 parent 5a21feb commit 38d513f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "~1.0",
"cweagans/composer-patches": "1.x-dev",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/components": "^1.0",
"drupal/config_filter": "^1.3",
Expand Down Expand Up @@ -97,6 +97,9 @@
"drush/drush": {
"Make drush uli work with docker - stop closing pipes": "https://github.com/drush-ops/drush/commit/70fe65a5ce0b1df37c1ac841395158228e5f9be6.patch"
}
},
"patchLevel": {
"drupal/core": "-p2"
}
},
"config": {
Expand Down

0 comments on commit 38d513f

Please sign in to comment.