We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc548 commit 53385a8Copy full SHA for 53385a8
website/docs/implementation_guides/php/readme.md
@@ -176,13 +176,11 @@ To run the examples
176
177
Run a single example
178
179
-1. Change into the required example folder `cd examples/json`
180
-3. Run the example - `phpunit`
+`composer run-example:json`
181
182
Run all examples
183
184
-1. Change into the examples folder `cd examples`
185
-2. Install all the examples `phpunit`
+`composer run-examples`
186
187

188
0 commit comments