forked from loafle/openapi-generator-original
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user