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

Update composer dependencies

parent 961a06c2
No related branches found
No related tags found
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\\gcsjardsapiclient\\Swagger\\Client\\" : "lib/" } "psr-4": { "jards\\gcsjardsapiclient\\Swagger\\Client\\" : "lib/" }
......
...@@ -41,7 +41,7 @@ use \jards\gcsjardsapiclient\Swagger\Client\ObjectSerializer; ...@@ -41,7 +41,7 @@ use \jards\gcsjardsapiclient\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 FilesApiTest extends \PHPUnit_Framework_TestCase class FilesApiTest extends \PHPUnit\Framework\TestCase
{ {
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment