Skip to content

Commit 3bd342f

Browse files
committed
Merge branch 'master' into feat-add-path-keyword
2 parents 19b9f0e + 3dd97aa commit 3bd342f

File tree

90 files changed

+1782
-970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1782
-970
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sdk-generator/blob/master/example.php:
115115
Run the following command (make sure you have an updated docker version on your machine):
116116

117117
```bash
118-
docker run --rm -v $(pwd):/app -w /app php:7.4-cli php example.php
118+
docker run --rm -v $(pwd):/app -w /app php:8.1-cli php example.php
119119
```
120120

121121
>Note: You can just add the new language next to the other languages in the `example.php` file. You don't need to rewrite the file completely.
@@ -252,7 +252,7 @@ Also in `.travis.yml` add new env `SDK=[Language]` so that travis will run a tes
252252

253253
Finally, you can run tests using:
254254
```sh
255-
docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/docker.sock php:7.4-cli-alpine sh -c "apk add docker-cli && vendor/bin/phpunit"
255+
docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/docker.sock php:8.1-cli-alpine sh -c "apk add docker-cli && vendor/bin/phpunit"
256256
```
257257

258258
## SDK Generator Interface

0 commit comments

Comments
 (0)