From a9bf77206a51e1a4e4901b9b9c5c2d896a7e69a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:17:06 +0000 Subject: [PATCH] Bump padraic/humbug_get_contents from 1.1.1 to 1.1.2 in /src Bumps [padraic/humbug_get_contents](https://github.com/padraic/file_get_contents) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/padraic/file_get_contents/releases) - [Commits](https://github.com/padraic/file_get_contents/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: padraic/humbug_get_contents dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/composer.lock | 101 ++++++++++++++++++++++++++++------------------ 1 file changed, 62 insertions(+), 39 deletions(-) diff --git a/src/composer.lock b/src/composer.lock index 596d351..0716ac3 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -1,43 +1,41 @@ { "_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": "a1a571317b3d2ec04544a8d17a178e5e", "content-hash": "1fbdf8853786a13cffa7c26e59fbd80e", "packages": [ { "name": "composer/ca-bundle", - "version": "dev-master", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "3ef3f4dbde6bb639c09797f20b57368a3b7851c0" + "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3ef3f4dbde6bb639c09797f20b57368a3b7851c0", - "reference": "3ef3f4dbde6bb639c09797f20b57368a3b7851c0", + "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.5", + "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0" - }, - "suggest": { - "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" + "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": { @@ -64,30 +62,50 @@ "ssl", "tls" ], - "time": "2017-09-15 07:32:55" + "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": "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": { @@ -99,13 +117,13 @@ } }, "autoload": { - "psr-4": { - "Humbug\\": "src/" - }, "files": [ "src/function.php", "src/functions.php" - ] + ], + "psr-4": { + "Humbug\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -118,7 +136,7 @@ "homepage": "http://blog.astrumfutura.com" }, { - "name": "Théo FIDRY", + "name": "Théo Fidry", "email": "theo.fidry@gmail.com" } ], @@ -132,7 +150,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", @@ -184,7 +206,7 @@ "self-update", "update" ], - "time": "2017-09-13 16:27:29" + "time": "2017-09-13T16:27:29+00:00" }, { "name": "psr/container", @@ -233,7 +255,7 @@ "container-interop", "psr" ], - "time": "2017-06-28 15:35:32" + "time": "2017-06-28T15:35:32+00:00" }, { "name": "psr/log", @@ -280,7 +302,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "symfony/config", @@ -342,7 +364,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-10-10 10:38:39" + "time": "2017-10-10T10:38:39+00:00" }, { "name": "symfony/console", @@ -411,7 +433,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-10-15 12:36:44" + "time": "2017-10-15T12:36:44+00:00" }, { "name": "symfony/debug", @@ -467,7 +489,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-10-10 10:38:39" + "time": "2017-10-10T10:38:39+00:00" }, { "name": "symfony/dependency-injection", @@ -538,7 +560,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2017-10-18 12:27:18" + "time": "2017-10-18T12:27:18+00:00" }, { "name": "symfony/filesystem", @@ -587,7 +609,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-10-03 13:54:22" + "time": "2017-10-03T13:54:22+00:00" }, { "name": "symfony/finder", @@ -636,7 +658,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-10-02 06:49:52" + "time": "2017-10-02T06:49:52+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -695,7 +717,7 @@ "portable", "shim" ], - "time": "2017-10-11 12:05:26" + "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/process", @@ -744,7 +766,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-10-05 22:24:36" + "time": "2017-10-05T22:24:36+00:00" }, { "name": "symfony/yaml", @@ -802,7 +824,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-10-09 14:52:13" + "time": "2017-10-09T14:52:13+00:00" } ], "packages-dev": [], @@ -812,5 +834,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }