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
95
95
$ docker run --rm --interactive --tty --volume "$(pwd)":/app composer install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
96
96
97
97
# 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
99
99
```
100
100
101
101
3. Head over to the generated SDK and install the dependencies.
@@ -115,4 +115,4 @@ $ {{ language.params.executableName|caseLower }} -v
115
115
```
116
116
## License
117
117
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