[php-laravel] Upgrade php-laravel to 7.x (#6346)

* Update laravel from 5.6 to 7.0

* Updated petstore example, removed missing files

* Updated PHP version to match composer.json

* Add samples generation config with OAS3 input spec

* Fixed gitignore compile errors, updated to newest petstore example

* Add composer.lock to .gitignore

* Fix generator gitignore location

* Add integration tests

* Refresh samples

Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>
This commit is contained in:
Chris Tankersley
2020-06-30 05:22:32 -04:00
committed by GitHub
parent 978b455f11
commit d433c2d42f
179 changed files with 2014 additions and 1554 deletions

View File

@@ -11,7 +11,7 @@ return [
| passwords for your application. By default, the bcrypt algorithm is
| used; however, you remain free to modify this option if you wish.
|
| Supported: "bcrypt", "argon"
| Supported: "bcrypt", "argon", "argon2id"
|
*/