We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505a316 commit afe51afCopy full SHA for afe51af
composer.json
@@ -9,6 +9,7 @@
9
"license": "MIT",
10
"require": {
11
"php": ">=5.4",
12
+ "cweagans/composer-patches": "^1.6",
13
"wp-cli/cache-command": "^2",
14
"wp-cli/checksum-command": "^2",
15
"wp-cli/config-command": "^2",
@@ -53,7 +54,8 @@
53
54
"extra": {
55
"branch-alias": {
56
"dev-master": "2.1.x-dev"
- }
57
+ },
58
+ "enable-patching": true
59
},
60
"autoload-dev": {
61
"psr-4": {
0 commit comments