[php] Set PHP version to 7.3 (#9986)

* Remove 7.2 from TravisCI config

* Bump Composer PHP requirement

* Bump PHP version in docblocks

* Add PHP 8 notice to readme

* Refresh samples
This commit is contained in:
Yuriy Belenko
2021-07-20 16:06:50 +03:00
committed by GitHub
parent e20ccd49ed
commit 1d648223e6
73 changed files with 75 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* Configuration
* PHP version 7.2
* PHP version 7.3
*
* @category Class
* @package OpenAPI\Client
@@ -29,7 +29,7 @@ namespace OpenAPI\Client;
/**
* Configuration Class Doc Comment
* PHP version 7.2
* PHP version 7.3
*
* @category Class
* @package OpenAPI\Client