From 621ae56c861d8736ea9366896a182a0a9c5de784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:03:13 +0000 Subject: [PATCH] Bump filp/whoops from 2.1.2 to 2.1.13 in /fulcrum Bumps [filp/whoops](https://github.com/filp/whoops) from 2.1.2 to 2.1.13. - [Changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md) - [Commits](https://github.com/filp/whoops/compare/2.1.2...2.1.13) --- updated-dependencies: - dependency-name: filp/whoops dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fulcrum/composer.lock | 97 +++++++++++++++++++++++++++++++++---------- 1 file changed, 76 insertions(+), 21 deletions(-) diff --git a/fulcrum/composer.lock b/fulcrum/composer.lock index 573065b..61a115a 100644 --- a/fulcrum/composer.lock +++ b/fulcrum/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": "aa09b3ec525798d419569e53ec3ec69b", "content-hash": "bf50c4322b6b6d5fc15e57fa3724d900", "packages": [ { @@ -52,7 +51,7 @@ "datetime", "time" ], - "time": "2015-11-04 20:07:17" + "time": "2015-11-04T20:07:17+00:00" }, { "name": "pimple/pimple", @@ -98,7 +97,7 @@ "container", "dependency injection" ], - "time": "2015-09-11 15:11:22" + "time": "2015-09-11T15:11:22+00:00" }, { "name": "raveren/kint", @@ -149,7 +148,7 @@ "kint", "php" ], - "time": "2016-04-24 20:28:32" + "time": "2016-04-24T20:28:32+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -208,7 +207,7 @@ "portable", "shim" ], - "time": "2016-04-15 07:04:29" + "time": "2016-04-15T07:04:29+00:00" }, { "name": "symfony/translation", @@ -272,31 +271,32 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2016-05-13 18:13:23" + "time": "2016-05-13T18:13:23+00:00" } ], "packages-dev": [ { "name": "filp/whoops", - "version": "2.1.2", + "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec" + "reference": "9f640a4f129e57d3537887f840380109a4dd182b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/d13505b240a6f580bc75ba591da30299d6cb0eec", - "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec", + "url": "https://api.github.com/repos/filp/whoops/zipball/9f640a4f129e57d3537887f840380109a4dd182b", + "reference": "9f640a4f129e57d3537887f840380109a4dd182b", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9 || ^7.0", + "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "0.9.*", - "phpunit/phpunit": "^4.8 || ^5.0", - "symfony/var-dumper": "~3.0" + "phpunit/phpunit": "^4.8.35 || ^5.7", + "symfony/var-dumper": "^2.6 || ^3.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -325,16 +325,20 @@ } ], "description": "php error handling for cool kids", - "homepage": "https://github.com/filp/whoops", + "homepage": "https://filp.github.io/whoops/", "keywords": [ "error", "exception", "handling", "library", - "whoops", - "zf2" + "throwable", + "whoops" ], - "time": "2016-04-07 06:16:25" + "support": { + "issues": "https://github.com/filp/whoops/issues", + "source": "https://github.com/filp/whoops/tree/2.1.13" + }, + "time": "2017-11-17T08:15:51+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -385,7 +389,7 @@ "keywords": [ "test" ], - "time": "2016-01-19 12:08:55" + "time": "2016-01-19T12:08:55+00:00" }, { "name": "mockery/mockery", @@ -450,7 +454,57 @@ "test double", "testing" ], - "time": "2015-04-02 19:54:00" + "time": "2015-04-02T19:54:00+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" } ], "aliases": [], @@ -461,5 +515,6 @@ "platform": { "php": ">=5.4.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }