You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USAGE_BASIC.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ to the user when patch is being applied.
150
150
@label <value> (optional) overrides the description above when provided. Otherwise above info used
151
151
@ticket <value> (optional) reference to some issue ID that relates to this fix (added to label)
152
152
@link <value> (optional) url to additional data about this patch (added to label)
153
-
@depends <value> (optional) other/package (make version constraint target another package instead)
153
+
@depends <value> (optional) other/package (make version constraint target another package instead). Use !other/package to apply patch only when package is NOT installed
154
154
@version <value> (optional) >=1.1.0 <1.4.0
155
155
@after <value> (optional) Used in case a patch should be applied after another branch
156
156
@before <value> (optional) Used in case a patch should be applied before another branch
@@ -232,6 +232,12 @@ apply correctly.
232
232
"other/package": ">=2.1.7",
233
233
"php": ">=7.1.0"
234
234
}
235
+
},
236
+
"applies when unwanted/package is NOT installed": {
0 commit comments