From 6b51ea7d7c484eda76e54b38c1528dd03aded1f6 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 6 Aug 2024 22:38:52 +0700 Subject: [PATCH] Update composer.lock --- composer.lock | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/composer.lock b/composer.lock index a504617ae..e9bc76a05 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5bf770ec31048776ac6470189024cb19", + "content-hash": "e7110774b2b2fa274a0f72e8c4ee95d5", "packages": [ { "name": "arokettu/bencode", @@ -138,16 +138,16 @@ }, { "name": "arokettu/monsterid", - "version": "4.0.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/arokettu/monsterid.git", - "reference": "f9c59ae43b8b5a3e4361b65eb240f1a62562f5e1" + "reference": "f470c30dfd9fce7708f1d42689955c5759debd5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/arokettu/monsterid/zipball/f9c59ae43b8b5a3e4361b65eb240f1a62562f5e1", - "reference": "f9c59ae43b8b5a3e4361b65eb240f1a62562f5e1", + "url": "https://api.github.com/repos/arokettu/monsterid/zipball/f470c30dfd9fce7708f1d42689955c5759debd5a", + "reference": "f470c30dfd9fce7708f1d42689955c5759debd5a", "shasum": "" }, "require": { @@ -163,10 +163,11 @@ "httpsoft/http-message": "^1.1", "phpunit/phpunit": ">= 7.0 < 10", "psy/psysh": "*", - "sandfox.dev/code-standard": "^1.2023.12.09", + "sandfox.dev/code-standard": "^1.2024.07.05", "squizlabs/php_codesniffer": "*", "vimeo/psalm": "^5.4" }, + "default-branch": true, "type": "library", "autoload": { "files": [ @@ -204,7 +205,7 @@ "issues": "https://gitlab.com/sandfox/monsterid/-/issues", "source": "https://gitlab.com/sandfox/monsterid" }, - "time": "2024-01-03T01:03:52+00:00" + "time": "2024-07-20T08:30:37+00:00" }, { "name": "arokettu/random-polyfill", @@ -975,16 +976,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.9.1", + "version": "7.9.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc" + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a629e5b69db96eb4939c1b34114130077dd4c6fc", - "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", "shasum": "" }, "require": { @@ -1081,7 +1082,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.1" + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" }, "funding": [ { @@ -1097,7 +1098,7 @@ "type": "tidelift" } ], - "time": "2024-07-19T16:19:57+00:00" + "time": "2024-07-24T11:22:20+00:00" }, { "name": "guzzlehttp/promises", @@ -3973,16 +3974,16 @@ "packages-dev": [ { "name": "symfony/var-dumper", - "version": "v6.4.9", + "version": "v6.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172" + "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c31566e4ca944271cc8d8ac6887cbf31b8c6a172", - "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a71cc3374f5fb9759da1961d28c452373b343dd4", + "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4", "shasum": "" }, "require": { @@ -4038,7 +4039,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.9" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.10" }, "funding": [ { @@ -4054,16 +4055,18 @@ "type": "tidelift" } ], - "time": "2024-06-27T13:23:14+00:00" + "time": "2024-07-26T12:30:32+00:00" } ], "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], + "minimum-stability": "dev", + "stability-flags": { + "arokettu/monsterid": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1" + "php": "^8.1 | ^8.2 | ^8.3 | ^8.4" }, "platform-dev": [], "plugin-api-version": "2.6.0"