Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/cli/README.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ cd sdk-generator
$ docker run --rm --interactive --tty --volume "$(pwd)":/app composer install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist

# Generate the SDKs
$ docker run --rm -v $(pwd):/app -w /app php:7.4-cli php example.php
$ docker run --rm -v $(pwd):/app -w /app php:8.1-cli php example.php
```

3. Head over to the generated SDK and install the dependencies.
Expand All @@ -115,4 +115,4 @@ $ {{ language.params.executableName|caseLower }} -v
```
## License

Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.