From afc8803da86be0ec24b062211ea10c2bb679d600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:00:37 +0000 Subject: [PATCH] Bump filp/whoops from 2.1.10 to 2.1.13 in /kirby Bumps [filp/whoops](https://github.com/filp/whoops) from 2.1.10 to 2.1.13. - [Changelog](https://github.com/filp/whoops/blob/master/CHANGELOG.md) - [Commits](https://github.com/filp/whoops/compare/2.1.10...2.1.13) --- updated-dependencies: - dependency-name: filp/whoops dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kirby/composer.lock | 51 ++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 22 deletions(-) mode change 100755 => 100644 kirby/composer.lock diff --git a/kirby/composer.lock b/kirby/composer.lock old mode 100755 new mode 100644 index ede3dde..bc3aac5 --- a/kirby/composer.lock +++ b/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": "87af614fbec5a02037c7f760956be50e", "content-hash": "a58f35eaa036ed3015b493d3f1c38f5a", "packages": [ { @@ -47,7 +46,7 @@ "markdown", "parser" ], - "time": "2017-05-14 14:47:48" + "time": "2017-05-14T14:47:48+00:00" }, { "name": "erusev/parsedown-extra", @@ -91,20 +90,20 @@ "parsedown", "parser" ], - "time": "2015-11-01 10:19:22" + "time": "2015-11-01T10:19:22+00:00" }, { "name": "filp/whoops", - "version": "2.1.10", + "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "ffbbd2c06c64b08fb47974eed5dbce4ca2bb0eec" + "reference": "9f640a4f129e57d3537887f840380109a4dd182b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/ffbbd2c06c64b08fb47974eed5dbce4ca2bb0eec", - "reference": "ffbbd2c06c64b08fb47974eed5dbce4ca2bb0eec", + "url": "https://api.github.com/repos/filp/whoops/zipball/9f640a4f129e57d3537887f840380109a4dd182b", + "reference": "9f640a4f129e57d3537887f840380109a4dd182b", "shasum": "" }, "require": { @@ -113,7 +112,7 @@ }, "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": { @@ -149,10 +148,14 @@ "exception", "handling", "library", - "whoops", - "zf2" + "throwable", + "whoops" ], - "time": "2017-08-03 18:23:40" + "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/toolkit", @@ -193,7 +196,7 @@ "keywords": [ "toolkit" ], - "time": "2017-08-30 08:31:09" + "time": "2017-08-30T08:31:09+00:00" }, { "name": "michelf/php-smartypants", @@ -243,20 +246,20 @@ "typographer", "typography" ], - "time": "2016-12-13 01:01:17" + "time": "2016-12-13T01:01:17+00:00" }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -265,7 +268,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -280,7 +283,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -290,7 +293,10 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" } ], "packages-dev": [], @@ -304,5 +310,6 @@ "ext-mbstring": "*", "ext-gd": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }