Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudmersive committed Sep 3, 2018
1 parent e203266 commit d9e2e52
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The validation APIs help you validate data. Check if an E-mail address is real.
[Cloudmersive Validation API](https://www.cloudmersive.com/validate-api) provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data.

- API version: v1
- Package version: 1.4.2
- Package version: 1.4.3


## Requirements
Expand Down
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Remove-Item –path ./cloudmersive_validate_api_client –recurse

(Get-Content ./README.md).replace('This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:', '[Cloudmersive Validation API](https://www.cloudmersive.com/validate-api) provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data.') | Set-Content ./README.md
(Get-Content ./README.md).replace('- Build package: io.swagger.codegen.languages.PhpClientCodegen', '') | Set-Content ./README.md
(Get-Content ./composer.json).replace('Swagger and contributors', 'https://cloudmersive.com') | Set-Content ./composer.json

& php C:\ProgramData\ComposerSetup\bin\composer.phar install
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudmersive/cloudmersive_validate_api_client",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"keywords": [
"swagger",
Expand All @@ -12,7 +12,7 @@
"license": "proprietary",
"authors": [
{
"name": "Swagger and contributors",
"name": "https://cloudmersive.com",
"homepage": "https://github.com/swagger-api/swagger-codegen"
}
],
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Swagger-Codegen/1.4.2/php';
protected $userAgent = 'Swagger-Codegen/1.4.3/php';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -397,7 +397,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: v1' . PHP_EOL;
$report .= ' SDK Package Version: 1.4.2' . PHP_EOL;
$report .= ' SDK Package Version: 1.4.3' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
2 changes: 1 addition & 1 deletion packageconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"artifactVersion": "1.4.2",
"artifactVersion": "1.4.3",
"gitUserId": "Cloudmersive",
"gitRepoId": "Cloudmersive.APIClient.PHP.Validate",
"composerVendorName": "cloudmersive",
Expand Down

0 comments on commit d9e2e52

Please sign in to comment.