File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1011013. 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.
You can’t perform that action at this time.
0 commit comments