Skip to content
Snippets Groups Projects
Commit f87f74f5 authored by Carsten Karbach's avatar Carsten Karbach
Browse files

Upgrade composer dependencies of events api client

parent b2ec5e16
Branches
Tags v3.3
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"ext-mbstring": "*" "ext-mbstring": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8", "phpunit/phpunit" : "^7.0",
"satooshi/php-coveralls": "~1.0", "satooshi/php-coveralls": "~2.2",
"squizlabs/php_codesniffer": "~2.6", "squizlabs/php_codesniffer": "~3.5",
"friendsofphp/php-cs-fixer": "~1.12" "friendsofphp/php-cs-fixer": "~2.16"
}, },
"autoload": { "autoload": {
"psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "lib/" } "psr-4": { "jards\\eventsapiclient\\Swagger\\Client\\" : "lib/" }
... ...
......
This diff is collapsed.
...@@ -733,7 +733,7 @@ class Configuration ...@@ -733,7 +733,7 @@ class Configuration
/** /**
* Set certificate key file * Set certificate key file
* @param string $certificatekey certificate key file * @param string $certificatekey certificate key file
* @return \Swagger\Client\Configuration * @return \jards\eventsapiclient\Swagger\Client\Configuration
*/ */
public function setCertificateKey($certificatekey) public function setCertificateKey($certificatekey)
{ {
...@@ -753,7 +753,7 @@ class Configuration ...@@ -753,7 +753,7 @@ class Configuration
/** /**
* Set passphrase for client certificate key file * Set passphrase for client certificate key file
* @param string $passphrase passphrase for client certificate key file * @param string $passphrase passphrase for client certificate key file
* @return \Swagger\Client\Configuration * @return \jards\eventsapiclient\Swagger\Client\Configuration
*/ */
public function setCertificatePassphrase($passphrase) public function setCertificatePassphrase($passphrase)
{ {
... ...
......
...@@ -41,7 +41,7 @@ use \jards\eventsapiclient\Swagger\Client\ObjectSerializer; ...@@ -41,7 +41,7 @@ use \jards\eventsapiclient\Swagger\Client\ObjectSerializer;
* @author Swagger Codegen team * @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen * @link https://github.com/swagger-api/swagger-codegen
*/ */
class EventsApiTest extends \PHPUnit_Framework_TestCase class EventsApiTest extends \PHPUnit\Framework\TestCase
{ {
/** /**
... ...
......
...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client; ...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client;
* @author Swagger Codegen team * @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen * @link https://github.com/swagger-api/swagger-codegen
*/ */
class ApplicationTest extends \PHPUnit_Framework_TestCase class ApplicationTest extends \PHPUnit\Framework\TestCase
{ {
/** /**
... ...
......
...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client; ...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client;
* @author Swagger Codegen team * @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen * @link https://github.com/swagger-api/swagger-codegen
*/ */
class EventTest extends \PHPUnit_Framework_TestCase class EventTest extends \PHPUnit\Framework\TestCase
{ {
/** /**
... ...
......
...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client; ...@@ -39,7 +39,7 @@ namespace jards\eventsapiclient\Swagger\Client;
* @author Swagger Codegen team * @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen * @link https://github.com/swagger-api/swagger-codegen
*/ */
class ProjectTest extends \PHPUnit_Framework_TestCase class ProjectTest extends \PHPUnit\Framework\TestCase
{ {
/** /**
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment