From 6a6b669d6c3ea03424633560b0ea9e9ac68e2eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Tue, 28 Nov 2023 06:57:27 +0100 Subject: [PATCH] Add updated dependencies for PHP 8.3 --- composer.json | 5 +++-- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 0dc1c01..872508c 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,12 @@ "symfony/console": "^5.3", "symfony/http-client": "^5.3", "ext-openssl": "*", - "veewee/xml": "^2", + "veewee/xml": "^2.12", "reload/jira-security-issue": "^1.0", "composer/semver": "^3.2", "vlucas/phpdotenv": "^5.5", - "thecodingmachine/safe": "^2.5" + "thecodingmachine/safe": "^2.5", + "azjezz/psl": "^2.8" }, "license": "MIT", "autoload": { diff --git a/composer.lock b/composer.lock index 10bf4d1..cf1d2fc 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": "5dca792c50e5bd3d645e31f21fddd5c2", + "content-hash": "4865eb50d525388b71f682f13187c4da", "packages": [ { "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": { @@ -26,7 +26,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": { @@ -70,15 +70,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": "composer/semver", @@ -1981,16 +1981,16 @@ }, { "name": "veewee/xml", - "version": "2.7.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/veewee/xml.git", - "reference": "b2dc9f0e19b08abb8df693a62d6b01423d2c25dc" + "reference": "78a4ba47ed7b80b03703ad9bb7049ad843e54d5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/veewee/xml/zipball/b2dc9f0e19b08abb8df693a62d6b01423d2c25dc", - "reference": "b2dc9f0e19b08abb8df693a62d6b01423d2c25dc", + "url": "https://api.github.com/repos/veewee/xml/zipball/78a4ba47ed7b80b03703ad9bb7049ad843e54d5c", + "reference": "78a4ba47ed7b80b03703ad9bb7049ad843e54d5c", "shasum": "" }, "require": { @@ -2001,7 +2001,7 @@ "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-xsl": "*", - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "webmozart/assert": "^1.10" }, "require-dev": { @@ -2046,7 +2046,7 @@ ], "support": { "issues": "https://github.com/veewee/xml/issues", - "source": "https://github.com/veewee/xml/tree/2.7.0" + "source": "https://github.com/veewee/xml/tree/2.12.0" }, "funding": [ { @@ -2054,7 +2054,7 @@ "type": "github" } ], - "time": "2023-07-20T08:12:04+00:00" + "time": "2023-11-23T13:32:43+00:00" }, { "name": "vlucas/phpdotenv",