Yuriy Belenko 6224f5e397
[php-ze-ph] Set required PHP version to ^7.2 (#6763)
* Bump required PHP version to ^7.2

* Update required PHP version in readme

* Change samples input spec to OAS 3.0

* Refresh samples
2020-07-01 15:11:34 +08:00

44 lines
1.3 KiB
Plaintext

.gitignore
README.md
application/config.yml
application/config/app.yml
application/config/data_transfer.yml
application/config/path_handler.yml
application/container.php
composer.json
public/index.php
src/App/DTO/ApiResponse.php
src/App/DTO/Category.php
src/App/DTO/FindPetsByStatusQueryData.php
src/App/DTO/FindPetsByTagsQueryData.php
src/App/DTO/InlineObject.php
src/App/DTO/InlineObject1.php
src/App/DTO/LoginUserQueryData.php
src/App/DTO/Order.php
src/App/DTO/Pet.php
src/App/DTO/Tag.php
src/App/DTO/User.php
src/App/Factory.php
src/App/Handler/Pet.php
src/App/Handler/PetFindByStatus.php
src/App/Handler/PetFindByTags.php
src/App/Handler/PetPetId.php
src/App/Handler/PetPetIdUploadImage.php
src/App/Handler/StoreInventory.php
src/App/Handler/StoreOrder.php
src/App/Handler/StoreOrderOrderId.php
src/App/Handler/User.php
src/App/Handler/UserCreateWithArray.php
src/App/Handler/UserCreateWithList.php
src/App/Handler/UserLogin.php
src/App/Handler/UserLogout.php
src/App/Handler/UserUsername.php
src/App/Middleware/InternalServerError.php
src/App/Strategy/Date.php
src/App/Strategy/DateTime.php
src/App/Strategy/QueryParameter.php
src/App/Strategy/QueryParameterArray.php
src/App/Validator/QueryParameterArrayType.php
src/App/Validator/QueryParameterType.php
src/App/Validator/Type.php