From e5bd16a7d2d74dba97ece0894181da80d126db1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 19:52:35 +0000 Subject: [PATCH] Update dependency azjezz/psl to ^2.2.0 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | packagist | azjezz/psl | 2.1.0 | 2.2.0 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8fd6a72c..79c87ba1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": "~8.1.0 || ~8.2.0", "ext-json": "*", - "azjezz/psl": "^2.1.0", + "azjezz/psl": "^2.2.0", "composer/composer": "^2.4.4", "nikolaposa/version": "^4.1.0", "ocramius/package-versions": "^2.7.0", diff --git a/composer.lock b/composer.lock index 2edc9237..f8f11063 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "57b57643d9f7409d522a4a304387c2d7", + "content-hash": "85bd9f89768978ba5726129bc9b26caf", "packages": [ { "name": "azjezz/psl", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/azjezz/psl.git", - "reference": "57a72ac6326c5ef5080306f4f97c27c6491f6547" + "reference": "b239bb7f8b8feb52908ad6b82ab153b6ff8b6111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/azjezz/psl/zipball/57a72ac6326c5ef5080306f4f97c27c6491f6547", - "reference": "57a72ac6326c5ef5080306f4f97c27c6491f6547", + "url": "https://api.github.com/repos/azjezz/psl/zipball/b239bb7f8b8feb52908ad6b82ab153b6ff8b6111", + "reference": "b239bb7f8b8feb52908ad6b82ab153b6ff8b6111", "shasum": "" }, "require": { @@ -70,7 +70,7 @@ "description": "PHP Standard Library", "support": { "issues": "https://github.com/azjezz/psl/issues", - "source": "https://github.com/azjezz/psl/tree/2.1.0" + "source": "https://github.com/azjezz/psl/tree/2.2.0" }, "funding": [ { @@ -78,7 +78,7 @@ "type": "open_collective" } ], - "time": "2022-11-04T08:19:29+00:00" + "time": "2022-11-26T18:54:09+00:00" }, { "name": "beberlei/assert",