From f6d05ae4e5f9d538eb1137a8be08c5b771d583a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:03:28 +0000 Subject: [PATCH] Bump filp/whoops from 2.1.4 to 2.1.13 in /cms/kirby Bumps [filp/whoops](https://github.com/filp/whoops) from 2.1.4 to 2.1.13. - [Changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md) - [Commits](https://github.com/filp/whoops/compare/2.1.4...2.1.13) --- updated-dependencies: - dependency-name: filp/whoops dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cms/kirby/composer.lock | 87 +++++++++++++++++++++++++++++++++-------- 1 file changed, 71 insertions(+), 16 deletions(-) mode change 100755 => 100644 cms/kirby/composer.lock diff --git a/cms/kirby/composer.lock b/cms/kirby/composer.lock old mode 100755 new mode 100644 index 5b93341..f354e0f --- a/cms/kirby/composer.lock +++ b/cms/kirby/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": "d6155ffea5babbaf330e1c1b25138526", "content-hash": "365082a13ca47f73a117e3a1fcc4c5cc", "packages": [ { @@ -47,7 +46,7 @@ "markdown", "parser" ], - "time": "2016-11-02 15:56:58" + "time": "2016-11-02T15:56:58+00:00" }, { "name": "erusev/parsedown-extra", @@ -91,28 +90,29 @@ "parsedown", "parser" ], - "time": "2015-11-01 10:19:22" + "time": "2015-11-01T10:19:22+00:00" }, { "name": "filp/whoops", - "version": "2.1.4", + "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa" + "reference": "9f640a4f129e57d3537887f840380109a4dd182b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa", - "reference": "3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa", + "url": "https://api.github.com/repos/filp/whoops/zipball/9f640a4f129e57d3537887f840380109a4dd182b", + "reference": "9f640a4f129e57d3537887f840380109a4dd182b", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0" + "php": "^5.5.9 || ^7.0", + "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "0.9.*", - "phpunit/phpunit": "^4.8 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7", "symfony/var-dumper": "^2.6 || ^3.0" }, "suggest": { @@ -148,10 +148,14 @@ "exception", "handling", "library", - "whoops", - "zf2" + "throwable", + "whoops" ], - "time": "2016-10-11 15:32:23" + "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": "getkirby/smartypants", @@ -184,7 +188,7 @@ "keywords": [ "smartypants" ], - "time": "2016-11-03 10:35:44" + "time": "2016-11-03T10:35:44+00:00" }, { "name": "getkirby/toolkit", @@ -225,7 +229,57 @@ "keywords": [ "toolkit" ], - "time": "2016-12-11 12:08:36" + "time": "2016-12-11T12:08:36+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" } ], "packages-dev": [], @@ -239,5 +293,6 @@ "ext-mbstring": "*", "ext-gd": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }