diff --git a/composer.lock b/composer.lock index 24cfb4abb1..e3d3b38f0c 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "505c68366fd17b36d6d7a4a5828ffa7f", @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/php-api-clients/appveyor.git", - "reference": "0c27d0b1274b0c2c06d39d390c1c427da94c8135" + "reference": "6a0ed7380624377487e7907041fb9122ab048327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/appveyor/zipball/0c27d0b1274b0c2c06d39d390c1c427da94c8135", - "reference": "0c27d0b1274b0c2c06d39d390c1c427da94c8135", + "url": "https://api.github.com/repos/php-api-clients/appveyor/zipball/6a0ed7380624377487e7907041fb9122ab048327", + "reference": "6a0ed7380624377487e7907041fb9122ab048327", "shasum": "" }, "require": { @@ -26,7 +26,7 @@ "api-clients/middleware": "^4.0", "api-clients/middleware-bearer-authorization": "^2.0", "api-clients/middleware-http-exceptions": "^2.0", - "api-clients/middleware-json": "^3.0", + "api-clients/middleware-json": "^3.1", "api-clients/middleware-user-agent": "^2.0", "api-clients/rx": "^2.1", "api-clients/rx-operators": "^2.0", @@ -63,7 +63,7 @@ } ], "description": "Async first AppVeyor client", - "time": "2018-05-07T11:01:39+00:00" + "time": "2018-07-16T08:30:54+00:00" }, { "name": "api-clients/client-services", @@ -150,7 +150,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -198,7 +198,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -387,7 +387,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" }, { @@ -480,7 +480,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -606,7 +606,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -793,7 +793,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -805,12 +805,12 @@ "source": { "type": "git", "url": "https://github.com/php-api-clients/scrutinizer.git", - "reference": "2ab1d3ee1f3008248d72a313161256c25692e495" + "reference": "df8e5131f5b26f423275d459ca2858a7dd7b477b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/scrutinizer/zipball/2ab1d3ee1f3008248d72a313161256c25692e495", - "reference": "2ab1d3ee1f3008248d72a313161256c25692e495", + "url": "https://api.github.com/repos/php-api-clients/scrutinizer/zipball/df8e5131f5b26f423275d459ca2858a7dd7b477b", + "reference": "df8e5131f5b26f423275d459ca2858a7dd7b477b", "shasum": "" }, "require": { @@ -853,7 +853,7 @@ } ], "description": "Async first Scrutinizer API client", - "time": "2017-12-23T19:29:12+00:00" + "time": "2018-07-14T21:12:35+00:00" }, { "name": "api-clients/transport", @@ -906,7 +906,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -3294,7 +3294,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -3385,7 +3385,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -6595,6 +6595,64 @@ ], "time": "2017-04-12T14:14:56+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-08-06T14:22:27+00:00" + }, { "name": "symfony/polyfill-mbstring", "version": "v1.8.0", @@ -6963,20 +7021,21 @@ }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -7009,7 +7068,7 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2018-12-25T11:19:39+00:00" } ], "aliases": [],