Skip to content

Commit afe51af

Browse files
committed
Allow patches from dependencies to be applied
1 parent 505a316 commit afe51af

File tree

2 files changed

+115
-58
lines changed

2 files changed

+115
-58
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=5.4",
12+
"cweagans/composer-patches": "^1.6",
1213
"wp-cli/cache-command": "^2",
1314
"wp-cli/checksum-command": "^2",
1415
"wp-cli/config-command": "^2",
@@ -53,7 +54,8 @@
5354
"extra": {
5455
"branch-alias": {
5556
"dev-master": "2.1.x-dev"
56-
}
57+
},
58+
"enable-patching": true
5759
},
5860
"autoload-dev": {
5961
"psr-4": {

0 commit comments

Comments
 (0)