From 701fccee03db66d70a1c39ddb88d42d5391f444d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:22:29 +0000 Subject: [PATCH] chore(deps): update dependency helmich/phpunit-psr7-assert to v4.4.1 --- zmsapi/composer.lock | 98 ++++++++++++++++++++------------------- zmsclient/composer.lock | 66 +++++++++++++------------- zmsentities/composer.lock | 78 +++++++++++++++---------------- zmsslim/composer.lock | 62 ++++++++++++------------- 4 files changed, 148 insertions(+), 156 deletions(-) diff --git a/zmsapi/composer.lock b/zmsapi/composer.lock index 80109369e..ab79e5774 100644 --- a/zmsapi/composer.lock +++ b/zmsapi/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": "26852f0ad94d49daea32d6996e74b9bb", + "content-hash": "664b1b0fc721ddf6ed24857a72f32b15", "packages": [ { "name": "aronduby/dump", @@ -233,7 +233,7 @@ }, { "name": "eappointment/zmsclient", - "version": "dev-roave-test-2", + "version": "dev-next", "dist": { "type": "path", "url": "../zmsclient", @@ -291,11 +291,11 @@ }, { "name": "eappointment/zmsdb", - "version": "dev-roave-test-2", + "version": "dev-next", "dist": { "type": "path", "url": "../zmsdb", - "reference": "132bd01dbec27ad473955fb9bb3d410515f9c98f" + "reference": "880ca9f83e4c65ca106a8d80c2de1375b2cdd86a" }, "require": { "aura/sql": "^4", @@ -328,6 +328,7 @@ "bin/deleteDayoffData", "bin/deleteOldAvailabilityData", "bin/deleteOldEventLogEntries", + "bin/deleteOldLogs", "bin/deleteReservedData", "bin/deleteSessionData", "bin/deleteTicketprinterData", @@ -370,13 +371,19 @@ }, { "name": "eappointment/zmsdldb", - "version": "dev-roave-test-2", + "version": "dev-next", "dist": { "type": "path", "url": "../zmsdldb", - "reference": "132bd01dbec27ad473955fb9bb3d410515f9c98f" + "reference": "1c02fdbeeefac41d1a9c54bfe8b0f456d8c1f7d1" }, "require": { + "eappointment/mellon": "@dev", + "eappointment/zmsapi": "@dev", + "eappointment/zmsclient": "@dev", + "eappointment/zmsdb": "@dev", + "eappointment/zmsentities": "@dev", + "eappointment/zmsslim": "@dev", "ext-curl": ">=0", "ext-json": ">=1.0", "ext-mbstring": ">=0", @@ -431,11 +438,11 @@ }, { "name": "eappointment/zmsentities", - "version": "dev-roave-test-2", + "version": "dev-next", "dist": { "type": "path", "url": "../zmsentities", - "reference": "132bd01dbec27ad473955fb9bb3d410515f9c98f" + "reference": "6d50c616376c01caa495318e4a4c3825703dd24b" }, "require": { "eappointment/mellon": "@dev", @@ -489,11 +496,11 @@ }, { "name": "eappointment/zmsslim", - "version": "dev-roave-test-2", + "version": "dev-next", "dist": { "type": "path", "url": "../zmsslim", - "reference": "132bd01dbec27ad473955fb9bb3d410515f9c98f" + "reference": "13a59e7a34592936e535a28e485c504f8719b5f0" }, "require": { "eappointment/mellon": "@dev", @@ -4268,16 +4275,16 @@ }, { "name": "helmich/phpunit-json-assert", - "version": "v3.5.1", + "version": "v3.5.2", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-json-assert.git", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c" + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", + "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/f8958119e9e9ea1339d6b4d6fd2df24536261b50", + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50", "shasum": "" }, "require": { @@ -4286,10 +4293,10 @@ "softcreatr/jsonpath": "^0.8" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 11.0" + "phpunit/phpunit": "<8.0 || >= 12.0" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0 || ^11.0" }, "type": "library", "autoload": { @@ -4310,7 +4317,7 @@ "description": "PHPUnit assertions for JSON documents", "support": { "issues": "https://github.com/martin-helmich/phpunit-json-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.1" + "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.2" }, "funding": [ { @@ -4322,33 +4329,34 @@ "type": "github" } ], - "time": "2023-03-03T14:09:38+00:00" + "time": "2024-05-20T11:18:46+00:00" }, { "name": "helmich/phpunit-psr7-assert", - "version": "v4.3.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-psr7-assert.git", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878" + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/dfe594a09f55ea7f87120363d6720ca1a94c0878", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878", + "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/f35fa69e07cc16977b52805d3abd873cc16747fd", + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd", "shasum": "" }, "require": { "helmich/phpunit-json-assert": "^3.4", - "php": "^7.2 || ^8.0", - "psr/http-message": "^1.0" + "php": "^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 10.0" + "phpunit/phpunit": "<8.0 || >= 11.0" }, "require-dev": { - "guzzlehttp/psr7": "^1.2", - "phpunit/phpunit": "^8.0 || ^9.0" + "guzzlehttp/psr7": "^2.4", + "mockery/mockery": "^1.4.1", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, "type": "library", "autoload": { @@ -4369,7 +4377,7 @@ "description": "PHPUnit assertions for testing PSR7-compliant applications", "support": { "issues": "https://github.com/martin-helmich/phpunit-psr7-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.3.0" + "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.1" }, "funding": [ { @@ -4381,24 +4389,24 @@ "type": "github" } ], - "time": "2020-12-22T06:27:54+00:00" + "time": "2023-07-26T19:04:29+00:00" }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -4409,11 +4417,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -4448,10 +4451,10 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2023-09-26T02:20:38+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "mockery/mockery", @@ -6854,17 +6857,18 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "eappointment/zmsslim": 20, + "eappointment/mellon": 20, "eappointment/zmsclient": 20, - "eappointment/zmsdldb": 20, "eappointment/zmsdb": 20, + "eappointment/zmsdldb": 20, "eappointment/zmsentities": 20, + "eappointment/zmsslim": 20, "phpmd/phpmd": 0 }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "platform-overrides": { "php": "8.0" }, diff --git a/zmsclient/composer.lock b/zmsclient/composer.lock index ef75d11ad..65334ec37 100644 --- a/zmsclient/composer.lock +++ b/zmsclient/composer.lock @@ -3654,16 +3654,16 @@ }, { "name": "helmich/phpunit-json-assert", - "version": "v3.5.1", + "version": "v3.5.2", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-json-assert.git", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c" + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", + "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/f8958119e9e9ea1339d6b4d6fd2df24536261b50", + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50", "shasum": "" }, "require": { @@ -3672,10 +3672,10 @@ "softcreatr/jsonpath": "^0.8" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 11.0" + "phpunit/phpunit": "<8.0 || >= 12.0" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0 || ^11.0" }, "type": "library", "autoload": { @@ -3696,7 +3696,7 @@ "description": "PHPUnit assertions for JSON documents", "support": { "issues": "https://github.com/martin-helmich/phpunit-json-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.1" + "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.2" }, "funding": [ { @@ -3708,33 +3708,34 @@ "type": "github" } ], - "time": "2023-03-03T14:09:38+00:00" + "time": "2024-05-20T11:18:46+00:00" }, { "name": "helmich/phpunit-psr7-assert", - "version": "v4.3.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-psr7-assert.git", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878" + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/dfe594a09f55ea7f87120363d6720ca1a94c0878", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878", + "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/f35fa69e07cc16977b52805d3abd873cc16747fd", + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd", "shasum": "" }, "require": { "helmich/phpunit-json-assert": "^3.4", - "php": "^7.2 || ^8.0", - "psr/http-message": "^1.0" + "php": "^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 10.0" + "phpunit/phpunit": "<8.0 || >= 11.0" }, "require-dev": { - "guzzlehttp/psr7": "^1.2", - "phpunit/phpunit": "^8.0 || ^9.0" + "guzzlehttp/psr7": "^2.4", + "mockery/mockery": "^1.4.1", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, "type": "library", "autoload": { @@ -3755,7 +3756,7 @@ "description": "PHPUnit assertions for testing PSR7-compliant applications", "support": { "issues": "https://github.com/martin-helmich/phpunit-psr7-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.3.0" + "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.1" }, "funding": [ { @@ -3767,24 +3768,24 @@ "type": "github" } ], - "time": "2020-12-22T06:27:54+00:00" + "time": "2023-07-26T19:04:29+00:00" }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -3795,11 +3796,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -3834,10 +3830,10 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2023-09-26T02:20:38+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "myclabs/deep-copy", @@ -6507,9 +6503,9 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { + "eappointment/mellon": 20, "eappointment/zmsentities": 20, "eappointment/zmsslim": 20, - "eappointment/mellon": 20, "phpmd/phpmd": 0 }, "prefer-stable": false, @@ -6521,7 +6517,7 @@ "ext-json": ">=1.0", "ext-pcre": ">=0" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.0" }, diff --git a/zmsentities/composer.lock b/zmsentities/composer.lock index 108c52c7f..d0d5620d0 100644 --- a/zmsentities/composer.lock +++ b/zmsentities/composer.lock @@ -1431,16 +1431,16 @@ }, { "name": "helmich/phpunit-json-assert", - "version": "v3.5.1", + "version": "v3.5.2", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-json-assert.git", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c" + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", + "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/f8958119e9e9ea1339d6b4d6fd2df24536261b50", + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50", "shasum": "" }, "require": { @@ -1449,10 +1449,10 @@ "softcreatr/jsonpath": "^0.8" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 11.0" + "phpunit/phpunit": "<8.0 || >= 12.0" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0 || ^11.0" }, "type": "library", "autoload": { @@ -1473,7 +1473,7 @@ "description": "PHPUnit assertions for JSON documents", "support": { "issues": "https://github.com/martin-helmich/phpunit-json-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.1" + "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.2" }, "funding": [ { @@ -1485,33 +1485,34 @@ "type": "github" } ], - "time": "2023-03-03T14:09:38+00:00" + "time": "2024-05-20T11:18:46+00:00" }, { "name": "helmich/phpunit-psr7-assert", - "version": "v4.3.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-psr7-assert.git", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878" + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/dfe594a09f55ea7f87120363d6720ca1a94c0878", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878", + "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/f35fa69e07cc16977b52805d3abd873cc16747fd", + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd", "shasum": "" }, "require": { "helmich/phpunit-json-assert": "^3.4", - "php": "^7.2 || ^8.0", - "psr/http-message": "^1.0" + "php": "^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 10.0" + "phpunit/phpunit": "<8.0 || >= 11.0" }, "require-dev": { - "guzzlehttp/psr7": "^1.2", - "phpunit/phpunit": "^8.0 || ^9.0" + "guzzlehttp/psr7": "^2.4", + "mockery/mockery": "^1.4.1", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, "type": "library", "autoload": { @@ -1532,7 +1533,7 @@ "description": "PHPUnit assertions for testing PSR7-compliant applications", "support": { "issues": "https://github.com/martin-helmich/phpunit-psr7-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.3.0" + "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.1" }, "funding": [ { @@ -1544,24 +1545,24 @@ "type": "github" } ], - "time": "2020-12-22T06:27:54+00:00" + "time": "2023-07-26T19:04:29+00:00" }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -1572,11 +1573,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -1611,10 +1607,10 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2023-09-26T02:20:38+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "league/json-reference", @@ -2602,16 +2598,16 @@ }, { "name": "psr/http-message", - "version": "1.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { @@ -2620,7 +2616,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -2635,7 +2631,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -2649,9 +2645,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2023-04-04T09:50:52+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", diff --git a/zmsslim/composer.lock b/zmsslim/composer.lock index bdd5259fc..9e50f1d47 100644 --- a/zmsslim/composer.lock +++ b/zmsslim/composer.lock @@ -2514,16 +2514,16 @@ }, { "name": "helmich/phpunit-json-assert", - "version": "v3.5.1", + "version": "v3.5.2", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-json-assert.git", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c" + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", - "reference": "5a3a53e46f4d1f1b324c5cc2e33d87ad2d37260c", + "url": "https://api.github.com/repos/martin-helmich/phpunit-json-assert/zipball/f8958119e9e9ea1339d6b4d6fd2df24536261b50", + "reference": "f8958119e9e9ea1339d6b4d6fd2df24536261b50", "shasum": "" }, "require": { @@ -2532,10 +2532,10 @@ "softcreatr/jsonpath": "^0.8" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 11.0" + "phpunit/phpunit": "<8.0 || >= 12.0" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0 || ^11.0" }, "type": "library", "autoload": { @@ -2556,7 +2556,7 @@ "description": "PHPUnit assertions for JSON documents", "support": { "issues": "https://github.com/martin-helmich/phpunit-json-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.1" + "source": "https://github.com/martin-helmich/phpunit-json-assert/tree/v3.5.2" }, "funding": [ { @@ -2568,33 +2568,34 @@ "type": "github" } ], - "time": "2023-03-03T14:09:38+00:00" + "time": "2024-05-20T11:18:46+00:00" }, { "name": "helmich/phpunit-psr7-assert", - "version": "v4.3.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-psr7-assert.git", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878" + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/dfe594a09f55ea7f87120363d6720ca1a94c0878", - "reference": "dfe594a09f55ea7f87120363d6720ca1a94c0878", + "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/f35fa69e07cc16977b52805d3abd873cc16747fd", + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd", "shasum": "" }, "require": { "helmich/phpunit-json-assert": "^3.4", - "php": "^7.2 || ^8.0", - "psr/http-message": "^1.0" + "php": "^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "conflict": { - "phpunit/phpunit": "<8.0 || >= 10.0" + "phpunit/phpunit": "<8.0 || >= 11.0" }, "require-dev": { - "guzzlehttp/psr7": "^1.2", - "phpunit/phpunit": "^8.0 || ^9.0" + "guzzlehttp/psr7": "^2.4", + "mockery/mockery": "^1.4.1", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, "type": "library", "autoload": { @@ -2615,7 +2616,7 @@ "description": "PHPUnit assertions for testing PSR7-compliant applications", "support": { "issues": "https://github.com/martin-helmich/phpunit-psr7-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.3.0" + "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.1" }, "funding": [ { @@ -2627,24 +2628,24 @@ "type": "github" } ], - "time": "2020-12-22T06:27:54+00:00" + "time": "2023-07-26T19:04:29+00:00" }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -2655,11 +2656,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -2694,10 +2690,10 @@ "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2023-09-26T02:20:38+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "myclabs/deep-copy",