diff --git a/composer.lock b/composer.lock index 4ee98c6..cc422dd 100644 --- a/composer.lock +++ b/composer.lock @@ -3000,25 +3000,28 @@ }, { "name": "danog/advanced-json-rpc", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/danog/php-advanced-json-rpc.git", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447" + "reference": "aadb1c4068a88c3d0530cfe324b067920661efcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danog/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447", - "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447", + "url": "https://api.github.com/repos/danog/php-advanced-json-rpc/zipball/aadb1c4068a88c3d0530cfe324b067920661efcb", + "reference": "aadb1c4068a88c3d0530cfe324b067920661efcb", "shasum": "" }, "require": { - "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "php": "^7.1 || ^8.0", + "netresearch/jsonmapper": "^5", + "php": ">=8.1", "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" }, + "replace": { + "felixfbecker/php-advanced-json-rpc": "^3" + }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0" + "phpunit/phpunit": "^9" }, "type": "library", "autoload": { @@ -3034,14 +3037,18 @@ { "name": "Felix Becker", "email": "felix.b@outlook.com" + }, + { + "name": "Daniil Gentili", + "email": "daniil@daniil.it" } ], "description": "A more advanced JSONRPC implementation", "support": { "issues": "https://github.com/danog/php-advanced-json-rpc/issues", - "source": "https://github.com/danog/php-advanced-json-rpc/tree/v3.2.1" + "source": "https://github.com/danog/php-advanced-json-rpc/tree/v3.2.2" }, - "time": "2021-06-11T22:34:44+00:00" + "time": "2025-02-14T10:55:15+00:00" }, { "name": "daverandom/libdns", @@ -3669,16 +3676,16 @@ }, { "name": "netresearch/jsonmapper", - "version": "v4.5.0", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5" + "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5", - "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c", + "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c", "shasum": "" }, "require": { @@ -3714,9 +3721,9 @@ "support": { "email": "cweiske@cweiske.de", "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0" + "source": "https://github.com/cweiske/jsonmapper/tree/v5.0.0" }, - "time": "2024-09-08T10:13:13+00:00" + "time": "2024-09-08T10:20:00+00:00" }, { "name": "nikic/php-parser", @@ -6047,16 +6054,16 @@ }, { "name": "vimeo/psalm", - "version": "6.6.1", + "version": "6.7.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "dae5a05eac03b55e8f50ae00f4cd2ba5d5588d59" + "reference": "a2f190972555ea01b0cfcc1913924d6c5fc1a64e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/dae5a05eac03b55e8f50ae00f4cd2ba5d5588d59", - "reference": "dae5a05eac03b55e8f50ae00f4cd2ba5d5588d59", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/a2f190972555ea01b0cfcc1913924d6c5fc1a64e", + "reference": "a2f190972555ea01b0cfcc1913924d6c5fc1a64e", "shasum": "" }, "require": { @@ -6077,7 +6084,7 @@ "ext-tokenizer": "*", "felixfbecker/language-server-protocol": "^1.5.3", "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0", - "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", + "netresearch/jsonmapper": "^5.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3", "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0", @@ -6159,7 +6166,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2025-02-16T16:55:32+00:00" + "time": "2025-02-17T10:51:14+00:00" }, { "name": "webmozart/assert",