From 3dead0d85e90f2947f55959b2f4bafb499437fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:39:54 +0000 Subject: [PATCH] Bump azjezz/psl from 2.7.0 to 2.8.0 Bumps [azjezz/psl](https://github.com/azjezz/psl) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/azjezz/psl/releases) - [Changelog](https://github.com/azjezz/psl/blob/next/CHANGELOG.md) - [Commits](https://github.com/azjezz/psl/compare/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: azjezz/psl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 37010b5..476bf42 100644 --- a/composer.lock +++ b/composer.lock @@ -174,16 +174,16 @@ }, { "name": "azjezz/psl", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/azjezz/psl.git", - "reference": "cd599829541caf1bc87fa0b2a3367e050ff1f837" + "reference": "4955aa9d30790a3618b7933762359abdb41fd313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/azjezz/psl/zipball/cd599829541caf1bc87fa0b2a3367e050ff1f837", - "reference": "cd599829541caf1bc87fa0b2a3367e050ff1f837", + "url": "https://api.github.com/repos/azjezz/psl/zipball/4955aa9d30790a3618b7933762359abdb41fd313", + "reference": "4955aa9d30790a3618b7933762359abdb41fd313", "shasum": "" }, "require": { @@ -192,7 +192,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-sodium": "*", - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "revolt/event-loop": "^1.0.1" }, "require-dev": { @@ -236,15 +236,15 @@ "description": "PHP Standard Library", "support": { "issues": "https://github.com/azjezz/psl/issues", - "source": "https://github.com/azjezz/psl/tree/2.7.0" + "source": "https://github.com/azjezz/psl/tree/2.8.0" }, "funding": [ { - "url": "https://opencollective.com/php-standard-library", - "type": "open_collective" + "url": "https://github.com/azjezz", + "type": "github" } ], - "time": "2023-07-19T20:13:26+00:00" + "time": "2023-11-22T07:49:48+00:00" }, { "name": "beberlei/assert", @@ -3530,16 +3530,16 @@ }, { "name": "revolt/event-loop", - "version": "v1.0.1", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/revoltphp/event-loop.git", - "reference": "9ac31d36635c60a9b28bb2a476384c5ec55c95cc" + "reference": "fce6063869513de56f639aa522b2ef2fedbf8d73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/9ac31d36635c60a9b28bb2a476384c5ec55c95cc", - "reference": "9ac31d36635c60a9b28bb2a476384c5ec55c95cc", + "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/fce6063869513de56f639aa522b2ef2fedbf8d73", + "reference": "fce6063869513de56f639aa522b2ef2fedbf8d73", "shasum": "" }, "require": { @@ -3549,7 +3549,7 @@ "ext-json": "*", "jetbrains/phpstorm-stubs": "^2019.3", "phpunit/phpunit": "^9", - "psalm/phar": "^4.7" + "psalm/phar": "^5.15" }, "type": "library", "extra": { @@ -3596,9 +3596,9 @@ ], "support": { "issues": "https://github.com/revoltphp/event-loop/issues", - "source": "https://github.com/revoltphp/event-loop/tree/v1.0.1" + "source": "https://github.com/revoltphp/event-loop/tree/v1.0.5" }, - "time": "2023-04-02T16:25:26+00:00" + "time": "2023-11-19T14:45:35+00:00" }, { "name": "sebastian/diff",