[PHP] remove deprecated options (#2083)

* php remove deprecated options

* update php doc

* clean up composerVendorName in code, templates

* update samples
This commit is contained in:
William Cheng
2019-02-10 08:25:20 +08:00
committed by Akihito Nakano
parent e0ed6719a0
commit 20d5adcdd5
15 changed files with 15 additions and 76 deletions

View File

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