Skip to content

Commit 230304d

Browse files
improve CLI readme contribution part
Use php 8.1 with SDK generator, and 7.4 no longer works with SDK-generator.
1 parent 135b6c1 commit 230304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/README.md.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ cd sdk-generator
9595
$ docker run --rm --interactive --tty --volume "$(pwd)":/app composer install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
9696

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

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

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

0 commit comments

Comments
 (0)