From c6b09c9da4fdf0ce6cf12fd16496ed19e6aa520f Mon Sep 17 00:00:00 2001 From: Khainak Anton Date: Mon, 6 Apr 2020 12:25:44 +0300 Subject: [PATCH] Updated zircote/swagger-php library to v3.0.3 in order to support PHP 7.4 (#23) --- composer.lock | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 9976c69..d820524 100644 --- a/composer.lock +++ b/composer.lock @@ -17,7 +17,8 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b", - "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" + "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b", + "shasum": null }, "require": { "bower-asset/jquery": ">=1.7" @@ -38,7 +39,8 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/15bc73803f76bc53b654b9fdbbbc096f56d7c03d", - "reference": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d" + "reference": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d", + "shasum": null }, "type": "bower-asset", "license": [ @@ -56,7 +58,8 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", + "shasum": null }, "type": "bower-asset" }, @@ -71,7 +74,8 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/wordnik/swagger-ui/zipball/94e101924b84435585896f4ea7c4092182a91f23", - "reference": "94e101924b84435585896f4ea7c4092182a91f23" + "reference": "94e101924b84435585896f4ea7c4092182a91f23", + "shasum": null }, "type": "bower-asset" }, @@ -80,13 +84,14 @@ "version": "2.0.7.1", "source": { "type": "git", - "url": "git@github.com:yiisoft/jquery-pjax.git", + "url": "https://github.com/yiisoft/jquery-pjax.git", "reference": "aef7b953107264f00234902a3880eb50dafc48be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be", - "reference": "aef7b953107264f00234902a3880eb50dafc48be" + "reference": "aef7b953107264f00234902a3880eb50dafc48be", + "shasum": null }, "require": { "bower-asset/jquery": ">=1.8" @@ -656,26 +661,26 @@ }, { "name": "zircote/swagger-php", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543" + "reference": "c86386bd623ffad6f7e6f9269bf51d42d2797012" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/f10ab7f81d89dba97653a980cc90cf4b7b73f543", - "reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/c86386bd623ffad6f7e6f9269bf51d42d2797012", + "reference": "c86386bd623ffad6f7e6f9269bf51d42d2797012", "shasum": "" }, "require": { "doctrine/annotations": "*", - "php": ">=7.0", + "php": ">=7.2", "symfony/finder": ">=2.2", "symfony/yaml": ">=3.3" }, "require-dev": { - "phpunit/phpunit": ">=6.3", + "phpunit/phpunit": ">=8", "squizlabs/php_codesniffer": ">=3.3", "zendframework/zend-form": "<2.8" }, @@ -715,7 +720,7 @@ "rest", "service discovery" ], - "time": "2018-11-16T15:04:29+00:00" + "time": "2019-11-30T13:35:44+00:00" } ], "packages-dev": [],