From 6e0b1170fdf04d804c6535b01cf802c57c561020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:44:16 +0000 Subject: [PATCH] Lock file maintenance Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 85 ++++++++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/composer.lock b/composer.lock index 5efc446..d333d77 100644 --- a/composer.lock +++ b/composer.lock @@ -3481,29 +3481,33 @@ "source": { "type": "git", "url": "https://github.com/webinertia/webware-core.git", - "reference": "fcd3e7cfc472c5fc547f68cfb5a70def3114dac4" + "reference": "f2dd5b5cbf7711c1992fe6fffd6d10ef13ad225f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webinertia/webware-core/zipball/fcd3e7cfc472c5fc547f68cfb5a70def3114dac4", - "reference": "fcd3e7cfc472c5fc547f68cfb5a70def3114dac4", + "url": "https://api.github.com/repos/webinertia/webware-core/zipball/f2dd5b5cbf7711c1992fe6fffd6d10ef13ad225f", + "reference": "f2dd5b5cbf7711c1992fe6fffd6d10ef13ad225f", "shasum": "" }, "require": { + "fig/http-message-util": "^1.1", "laminas/laminas-inputfilter": "3.0.x-dev", - "php": "~8.4.0 || ~8.5.0", + "php": "~8.4.1 || ~8.5.0", "php-standard-library/type": "^6.2.1", "psr/http-message": "^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0" }, "require-dev": { - "fig/http-message-util": "^1.1", + "infection/infection": "^0.35.0", "laminas/laminas-diactoros": "^3.8", "laminas/laminas-filter": "3.5.x-dev", "php-db/phpdb": "^0.6.0", - "phpunit/phpunit": "^13.2.0", - "roave/security-advisories": "dev-master" + "phpbench/phpbench": "^1.7", + "phpunit/phpunit": "^13.3", + "roave/backward-compatibility-check": "^8.21.0", + "roave/security-advisories": "dev-master", + "webware/webware-tools": "^0.1.x-dev" }, "default-branch": true, "type": "library", @@ -3514,19 +3518,25 @@ }, "autoload-dev": { "psr-4": { - "Webware\\CoreTest\\": "test/unit/", - "Webware\\CoreIntegrationTest\\": "test/integration/" + "WebwareTest\\Core\\": "test/unit/", + "WebwareTestIntegration\\Core\\": "test/integration/" } }, "scripts": { - "check-all": [ - "@test" - ], "test": [ - "phpunit --colors=always" + "phpunit --no-coverage --colors=always --testsuite \"unit test\"" ], "test-coverage": [ - "phpunit --colors=always --coverage-clover clover.xml" + "phpunit --colors=always --coverage-clover clover.xml --coverage-html coverage/html --coverage-text" + ], + "test-integration": [ + "phpunit --no-coverage --colors=always --testsuite \"integration test\"" + ], + "mutation-test": [ + "infection" + ], + "test-all": [ + "@test && @test-integration && @mutation-test" ] }, "license": [ @@ -3549,7 +3559,7 @@ "source": "https://github.com/webinertia/webware-core/tree/0.1.x", "issues": "https://github.com/webinertia/webware-core/issues" }, - "time": "2026-08-18T23:09:15+00:00" + "time": "2026-08-20T00:09:40+00:00" }, { "name": "webware/webware-log", @@ -4942,16 +4952,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.95.19", + "version": "v3.95.20", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "8a06c4ad6bd580b7920bd5ff81b271ca1158507e" + "reference": "4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8a06c4ad6bd580b7920bd5ff81b271ca1158507e", - "reference": "8a06c4ad6bd580b7920bd5ff81b271ca1158507e", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7", + "reference": "4d6c9886a77dbc1db3b9eaca6472cedf9eb1fab7", "shasum": "" }, "require": { @@ -4987,7 +4997,6 @@ "infection/infection": "^0.32.7", "justinrainbow/json-schema": "^6.10.0", "keradus/cli-executor": "^2.3", - "mikey179/vfsstream": "^1.6.12", "php-coveralls/php-coveralls": "^2.9.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8", @@ -5035,7 +5044,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.19" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.20" }, "funding": [ { @@ -5043,7 +5052,7 @@ "type": "github" } ], - "time": "2026-08-17T16:24:07+00:00" + "time": "2026-08-19T16:28:14+00:00" }, { "name": "infection/abstract-testframework-adapter", @@ -8752,12 +8761,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "fbc6c8ad3beaf46aa02ea4236a16fb00a33fbec3" + "reference": "4a8b10995f6b62488cf92b121cfcc644d060cd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/fbc6c8ad3beaf46aa02ea4236a16fb00a33fbec3", - "reference": "fbc6c8ad3beaf46aa02ea4236a16fb00a33fbec3", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4a8b10995f6b62488cf92b121cfcc644d060cd94", + "reference": "4a8b10995f6b62488cf92b121cfcc644d060cd94", "shasum": "" }, "conflict": { @@ -9089,7 +9098,7 @@ "georgringer/news": "<10.0.4|>=11,<11.4.4|>=12,<12.3.2|>=13,<13.0.2|>=14,<14.0.3", "geshi/geshi": "<=1.0.9.1", "getformwork/formwork": "<=2.3.3", - "getgrav/grav": "<=2.0.0.0-RC8", + "getgrav/grav": "<2.0.4", "getgrav/grav-plugin-api": "<1.0.0.0-beta15", "getgrav/grav-plugin-form": "<9.1", "getkirby/cms": "<=4.9.3|>=5,<=5.4.3", @@ -9549,7 +9558,7 @@ "slim/slim": "<2.6|>=4.4,<=4.15.1", "slub/slub-events": "<3.0.3", "smarty/smarty": "<4.5.7|>=5,<5.8.4", - "snipe/snipe-it": "<=8.6.1", + "snipe/snipe-it": "<8.6.3", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", "solidinvoice/solidinvoice": "<=2.3.15", @@ -9872,20 +9881,20 @@ "type": "tidelift" } ], - "time": "2026-08-18T21:23:23+00:00" + "time": "2026-08-19T20:26:39+00:00" }, { "name": "sanmai/di-container", - "version": "0.1.23", + "version": "0.2", "source": { "type": "git", "url": "https://github.com/sanmai/di-container.git", - "reference": "8cf59c091f33297389d0a5a27ea0d688df15c376" + "reference": "c14ca816bb5527e2361e3dc554a20829674c7ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sanmai/di-container/zipball/8cf59c091f33297389d0a5a27ea0d688df15c376", - "reference": "8cf59c091f33297389d0a5a27ea0d688df15c376", + "url": "https://api.github.com/repos/sanmai/di-container/zipball/c14ca816bb5527e2361e3dc554a20829674c7ee1", + "reference": "c14ca816bb5527e2361e3dc554a20829674c7ee1", "shasum": "" }, "require": { @@ -9943,7 +9952,7 @@ ], "support": { "issues": "https://github.com/sanmai/di-container/issues", - "source": "https://github.com/sanmai/di-container/tree/0.1.23" + "source": "https://github.com/sanmai/di-container/tree/0.2" }, "funding": [ { @@ -9951,7 +9960,7 @@ "type": "github" } ], - "time": "2026-08-11T00:58:41+00:00" + "time": "2026-08-11T06:42:18+00:00" }, { "name": "sanmai/duoclock", @@ -13370,12 +13379,12 @@ "source": { "type": "git", "url": "https://github.com/webinertia/webware-tools.git", - "reference": "50f0ccc2619d84358ac123800fdac5818c34f4b9" + "reference": "0fd9af43c0923ff9616a3bae0b5b483c03614566" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webinertia/webware-tools/zipball/50f0ccc2619d84358ac123800fdac5818c34f4b9", - "reference": "50f0ccc2619d84358ac123800fdac5818c34f4b9", + "url": "https://api.github.com/repos/webinertia/webware-tools/zipball/0fd9af43c0923ff9616a3bae0b5b483c03614566", + "reference": "0fd9af43c0923ff9616a3bae0b5b483c03614566", "shasum": "" }, "require": { @@ -13412,7 +13421,7 @@ "issues": "https://github.com/webinertia/webware-tools/issues", "source": "https://github.com/webinertia/webware-tools/tree/0.1.x" }, - "time": "2026-08-18T21:55:59+00:00" + "time": "2026-08-19T22:43:49+00:00" } ], "aliases": [],