diff --git a/src/composer.lock b/src/composer.lock index d54dd7f..4043a1d 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -1,10 +1,9 @@ { "_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" ], - "hash": "7b5acac933c9a6d855c671f1acd4f7f3", "content-hash": "b5e60780f96559642a0ebef42934cf88", "packages": [ { @@ -85,36 +84,38 @@ "s3", "sdk" ], - "time": "2017-12-19 05:46:02" + "time": "2017-12-19T05:46:02+00:00" }, { "name": "composer/ca-bundle", - "version": "dev-master", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "134242fce6195119baf9ae553984e96ff888c2c5" + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/134242fce6195119baf9ae553984e96ff888c2c5", - "reference": "134242fce6195119baf9ae553984e96ff888c2c5", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0 || ^4.0" + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "1.x-dev" } }, "autoload": { @@ -141,7 +142,26 @@ "ssl", "tls" ], - "time": "2017-12-17 13:07:26" + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues", + "source": "https://github.com/composer/ca-bundle/tree/1.3.7" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-08-30T09:31:38+00:00" }, { "name": "guzzlehttp/guzzle", @@ -206,7 +226,7 @@ "rest", "web service" ], - "time": "2017-06-22 18:50:49" + "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", @@ -257,7 +277,7 @@ "keywords": [ "promise" ], - "time": "2017-12-07 21:04:15" + "time": "2017-12-07T21:04:15+00:00" }, { "name": "guzzlehttp/psr7", @@ -322,7 +342,7 @@ "uri", "url" ], - "time": "2017-10-07 03:19:56" + "time": "2017-10-07T03:19:56+00:00" }, { "name": "mtdowling/jmespath.php", @@ -377,30 +397,31 @@ "json", "jsonpath" ], - "time": "2016-12-03 22:08:25" + "time": "2016-12-03T22:08:25+00:00" }, { "name": "padraic/humbug_get_contents", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/humbug/file_get_contents.git", - "reference": "6e6c47af83cb98c610f4ba7d06ee809ad59ede1b" + "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/6e6c47af83cb98c610f4ba7d06ee809ad59ede1b", - "reference": "6e6c47af83cb98c610f4ba7d06ee809ad59ede1b", + "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7", + "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "ext-openssl": "*", - "php": "^5.3 || ^7.0" + "php": "^5.3 || ^7.0 || ^7.1 || ^7.2" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.1", - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" }, "type": "library", "extra": { @@ -412,13 +433,13 @@ } }, "autoload": { - "psr-4": { - "Humbug\\": "src/" - }, "files": [ "src/function.php", "src/functions.php" - ] + ], + "psr-4": { + "Humbug\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -445,7 +466,11 @@ "ssl", "tls" ], - "time": "2017-07-10 10:32:34" + "support": { + "issues": "https://github.com/humbug/file_get_contents/issues", + "source": "https://github.com/humbug/file_get_contents/tree/master" + }, + "time": "2018-02-12T18:47:17+00:00" }, { "name": "padraic/phar-updater", @@ -497,7 +522,7 @@ "self-update", "update" ], - "time": "2017-11-01 16:56:56" + "time": "2017-11-01T16:56:56+00:00" }, { "name": "psr/container", @@ -546,7 +571,7 @@ "container-interop", "psr" ], - "time": "2017-06-28 15:35:32" + "time": "2017-06-28T15:35:32+00:00" }, { "name": "psr/http-message", @@ -596,7 +621,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -643,7 +668,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "symfony/config", @@ -705,7 +730,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-12-14 19:40:10" + "time": "2017-12-14T19:40:10+00:00" }, { "name": "symfony/console", @@ -774,7 +799,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-12-14 19:40:10" + "time": "2017-12-14T19:40:10+00:00" }, { "name": "symfony/debug", @@ -830,7 +855,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-12-12 08:27:14" + "time": "2017-12-12T08:27:14+00:00" }, { "name": "symfony/dependency-injection", @@ -901,7 +926,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2017-12-14 19:40:10" + "time": "2017-12-14T19:40:10+00:00" }, { "name": "symfony/filesystem", @@ -950,7 +975,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-12-14 19:40:10" + "time": "2017-12-14T19:40:10+00:00" }, { "name": "symfony/finder", @@ -999,7 +1024,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-11-05 16:10:10" + "time": "2017-11-05T16:10:10+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1058,7 +1083,7 @@ "portable", "shim" ], - "time": "2017-12-17 16:08:10" + "time": "2017-12-17T16:08:10+00:00" }, { "name": "symfony/process", @@ -1107,7 +1132,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-12-14 19:40:10" + "time": "2017-12-14T19:40:10+00:00" }, { "name": "symfony/yaml", @@ -1165,7 +1190,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-12-11 20:38:23" + "time": "2017-12-11T20:38:23+00:00" } ], "packages-dev": [], @@ -1175,5 +1200,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }