Skip to content

Commit c10ad6b

Browse files
committed
docs: rename readme -> README, add php in defaults
1 parent 0d96dfd commit c10ad6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md renamed to README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ Configuration of DOPR can be done either via `package.json` under the `dopr` key
8686
"yarn": {
8787
"comment": "Run the yarn command in default service container",
8888
"command": ["%action% %args%"]
89+
},
90+
"php": {
91+
"comment": "Run the php command in default service container",
92+
"command": ["%action% %args%"]
8993
}
9094
}
9195
}

0 commit comments

Comments
 (0)