Test PHP Symfony server sample in github action (#12533)

* test php symfony server sample in github action

* update php laravel samples

* add tests for php 7.x, 8.x
This commit is contained in:
William Cheng
2022-06-04 18:23:28 +08:00
committed by GitHub
parent fe8187ba6d
commit 38018d8b94
8 changed files with 73 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ To install the dependencies via [Composer](http://getcomposer.org/), add the fol
Then run:
```
composer require GIT_USER_ID/GIT_REPO_ID:dev-master
composer require openapitools/petstore:dev-master
```
to add the generated openapi bundle as a dependency.