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 0d96dfd commit c10ad6bCopy full SHA for c10ad6b
readme.md renamed to README.md
@@ -86,6 +86,10 @@ Configuration of DOPR can be done either via `package.json` under the `dopr` key
86
"yarn": {
87
"comment": "Run the yarn command in default service container",
88
"command": ["%action% %args%"]
89
+ },
90
+ "php": {
91
+ "comment": "Run the php command in default service container",
92
+ "command": ["%action% %args%"]
93
}
94
95
0 commit comments