diff --git a/composer.lock b/composer.lock index dfd1aca21..b9e55c028 100644 --- a/composer.lock +++ b/composer.lock @@ -449,16 +449,16 @@ }, { "name": "captainhook/captainhook", - "version": "5.27.4", + "version": "5.28.3", "source": { "type": "git", "url": "https://github.com/captainhook-git/captainhook.git", - "reference": "f4485d2a5db16a37053ffe7916f0808f619b430d" + "reference": "5d35b249f3843ef36ead119f4347e649278ad6d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/captainhook-git/captainhook/zipball/f4485d2a5db16a37053ffe7916f0808f619b430d", - "reference": "f4485d2a5db16a37053ffe7916f0808f619b430d", + "url": "https://api.github.com/repos/captainhook-git/captainhook/zipball/5d35b249f3843ef36ead119f4347e649278ad6d8", + "reference": "5d35b249f3843ef36ead119f4347e649278ad6d8", "shasum": "" }, "require": { @@ -469,7 +469,7 @@ "php": ">=8.0", "sebastianfeldmann/camino": "^0.9.2", "sebastianfeldmann/cli": "^3.3", - "sebastianfeldmann/git": "^3.15.3", + "sebastianfeldmann/git": "^3.16.0", "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0" @@ -521,7 +521,7 @@ ], "support": { "issues": "https://github.com/captainhook-git/captainhook/issues", - "source": "https://github.com/captainhook-git/captainhook/tree/5.27.4" + "source": "https://github.com/captainhook-git/captainhook/tree/5.28.3" }, "funding": [ { @@ -529,7 +529,7 @@ "type": "github" } ], - "time": "2025-12-12T10:35:01+00:00" + "time": "2026-02-16T14:08:58+00:00" }, { "name": "captainhook/hook-installer", @@ -1110,16 +1110,16 @@ }, { "name": "codeception/module-webdriver", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "4a87a8a5eb0f07d421fc8b6bb0decd7b20948c04" + "reference": "af40affda67d631ba58fd68361db9eacaa2828f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/4a87a8a5eb0f07d421fc8b6bb0decd7b20948c04", - "reference": "4a87a8a5eb0f07d421fc8b6bb0decd7b20948c04", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/af40affda67d631ba58fd68361db9eacaa2828f5", + "reference": "af40affda67d631ba58fd68361db9eacaa2828f5", "shasum": "" }, "require": { @@ -1130,7 +1130,7 @@ "ext-mbstring": "*", "php": "^8.1", "php-webdriver/webdriver": "^1.14.0", - "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0" + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0 || ^13.0" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" @@ -1165,9 +1165,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/4.0.4" + "source": "https://github.com/Codeception/module-webdriver/tree/4.0.5" }, - "time": "2025-11-28T06:40:36+00:00" + "time": "2026-02-18T06:28:45+00:00" }, { "name": "codeception/stub", @@ -1437,35 +1437,41 @@ }, { "name": "cyclonedx/cyclonedx-library", - "version": "v3.10.0", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/CycloneDX/cyclonedx-php-library.git", - "reference": "e6bb0fca8d89f1e34755900c361061a6f5253e49" + "reference": "c95a371894c4e32bea42bfa024f2ab5092cbb292" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-library/zipball/e6bb0fca8d89f1e34755900c361061a6f5253e49", - "reference": "e6bb0fca8d89f1e34755900c361061a6f5253e49", + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-library/zipball/c95a371894c4e32bea42bfa024f2ab5092cbb292", + "reference": "c95a371894c4e32bea42bfa024f2ab5092cbb292", "shasum": "" }, "require": { - "composer/spdx-licenses": "^1.5", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "opis/json-schema": "^2.0", - "package-url/packageurl-php": "^1.0", "php": "^8.1" }, + "conflict": { + "composer/spdx-licenses": "<1.5" + }, "require-dev": { + "composer/spdx-licenses": "^1.5", "ext-simplexml": "*", "roave/security-advisories": "dev-latest" }, + "suggest": { + "composer/spdx-licenses": "used in license factory", + "package-url/packageurl-php": "for parsing and crafting PackageURL strings" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "4.x-dev" }, "composer-normalize": { "indent-size": 4, @@ -1522,25 +1528,26 @@ "type": "other" } ], - "time": "2026-01-07T13:45:46+00:00" + "time": "2026-02-17T11:46:50+00:00" }, { "name": "cyclonedx/cyclonedx-php-composer", - "version": "v6.1.0", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/CycloneDX/cyclonedx-php-composer.git", - "reference": "d718efc4c201acd0da7d2c2e5690864b2a5c7116" + "reference": "934440a5ef7c3c3cdb58c3c3d389d412630ccbf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-composer/zipball/d718efc4c201acd0da7d2c2e5690864b2a5c7116", - "reference": "d718efc4c201acd0da7d2c2e5690864b2a5c7116", + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-composer/zipball/934440a5ef7c3c3cdb58c3c3d389d412630ccbf6", + "reference": "934440a5ef7c3c3cdb58c3c3d389d412630ccbf6", "shasum": "" }, "require": { "composer-plugin-api": "^2.3", - "cyclonedx/cyclonedx-library": "^3.9", + "composer/spdx-licenses": "^1.5.7", + "cyclonedx/cyclonedx-library": "^4.0", "package-url/packageurl-php": "^1.0", "php": "^8.1" }, @@ -1553,7 +1560,7 @@ "extra": { "class": "CycloneDX\\Composer\\Plugin", "branch-alias": { - "dev-master": "5.x-dev" + "dev-master": "6.x-dev" }, "composer-normalize": { "indent-size": 4, @@ -1599,7 +1606,7 @@ "type": "other" } ], - "time": "2026-01-07T13:45:28+00:00" + "time": "2026-02-17T13:23:10+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -2835,16 +2842,16 @@ }, { "name": "phpat/phpat", - "version": "0.12.1", + "version": "0.12.3", "source": { "type": "git", "url": "https://github.com/carlosas/phpat.git", - "reference": "67b9e179757fbaa8b87e1469a66f103725858ee0" + "reference": "2412a8959254a076e751498cbba8cf29406e0cf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/carlosas/phpat/zipball/67b9e179757fbaa8b87e1469a66f103725858ee0", - "reference": "67b9e179757fbaa8b87e1469a66f103725858ee0", + "url": "https://api.github.com/repos/carlosas/phpat/zipball/2412a8959254a076e751498cbba8cf29406e0cf4", + "reference": "2412a8959254a076e751498cbba8cf29406e0cf4", "shasum": "" }, "require": { @@ -2886,9 +2893,9 @@ "description": "PHP Architecture Tester", "support": { "issues": "https://github.com/carlosas/phpat/issues", - "source": "https://github.com/carlosas/phpat/tree/0.12.1" + "source": "https://github.com/carlosas/phpat/tree/0.12.3" }, - "time": "2025-12-25T17:53:07+00:00" + "time": "2026-02-20T11:15:22+00:00" }, { "name": "phpmd/phpmd", @@ -3198,21 +3205,21 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "468e02c9176891cc901143da118f09dc9505fc2f" + "reference": "6b5571001a7f04fa0422254c30a0017ec2f2cacc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/468e02c9176891cc901143da118f09dc9505fc2f", - "reference": "468e02c9176891cc901143da118f09dc9505fc2f", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/6b5571001a7f04fa0422254c30a0017ec2f2cacc", + "reference": "6b5571001a7f04fa0422254c30a0017ec2f2cacc", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.1.15" + "phpstan/phpstan": "^2.1.39" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -3237,11 +3244,14 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", + "keywords": [ + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.3" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.4" }, - "time": "2025-05-14T10:56:57+00:00" + "time": "2026-02-09T13:21:14+00:00" }, { "name": "phpunit/php-code-coverage", @@ -5238,16 +5248,16 @@ }, { "name": "sebastianfeldmann/git", - "version": "3.15.3", + "version": "3.16.0", "source": { "type": "git", "url": "https://github.com/sebastianfeldmann/git.git", - "reference": "601fd0fbb7d1a784e009a4f8f40975e777ad334a" + "reference": "40a5cc043f0957228767f639e370ec92590e940f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/601fd0fbb7d1a784e009a4f8f40975e777ad334a", - "reference": "601fd0fbb7d1a784e009a4f8f40975e777ad334a", + "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/40a5cc043f0957228767f639e370ec92590e940f", + "reference": "40a5cc043f0957228767f639e370ec92590e940f", "shasum": "" }, "require": { @@ -5288,7 +5298,7 @@ ], "support": { "issues": "https://github.com/sebastianfeldmann/git/issues", - "source": "https://github.com/sebastianfeldmann/git/tree/3.15.3" + "source": "https://github.com/sebastianfeldmann/git/tree/3.16.0" }, "funding": [ { @@ -5296,7 +5306,7 @@ "type": "github" } ], - "time": "2025-11-20T21:33:45+00:00" + "time": "2026-01-26T20:59:18+00:00" }, { "name": "slevomat/coding-standard", @@ -5569,16 +5579,16 @@ }, { "name": "symfony/config", - "version": "v7.4.3", + "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "800ce889e358a53a9678b3212b0c8cecd8c6aace" + "reference": "4275b53b8ab0cf37f48bf273dc2285c8178efdfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/800ce889e358a53a9678b3212b0c8cecd8c6aace", - "reference": "800ce889e358a53a9678b3212b0c8cecd8c6aace", + "url": "https://api.github.com/repos/symfony/config/zipball/4275b53b8ab0cf37f48bf273dc2285c8178efdfb", + "reference": "4275b53b8ab0cf37f48bf273dc2285c8178efdfb", "shasum": "" }, "require": { @@ -5624,7 +5634,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v7.4.3" + "source": "https://github.com/symfony/config/tree/v7.4.4" }, "funding": [ { @@ -5644,7 +5654,7 @@ "type": "tidelift" } ], - "time": "2025-12-23T14:24:27+00:00" + "time": "2026-01-13T11:36:38+00:00" }, { "name": "symfony/console", @@ -5815,16 +5825,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v7.4.3", + "version": "v7.4.5", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "54122901b6d772e94f1e71a75e0533bc16563499" + "reference": "76a02cddca45a5254479ad68f9fa274ead0a7ef2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54122901b6d772e94f1e71a75e0533bc16563499", - "reference": "54122901b6d772e94f1e71a75e0533bc16563499", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/76a02cddca45a5254479ad68f9fa274ead0a7ef2", + "reference": "76a02cddca45a5254479ad68f9fa274ead0a7ef2", "shasum": "" }, "require": { @@ -5875,7 +5885,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v7.4.3" + "source": "https://github.com/symfony/dependency-injection/tree/v7.4.5" }, "funding": [ { @@ -5895,7 +5905,7 @@ "type": "tidelift" } ], - "time": "2025-12-28T10:55:46+00:00" + "time": "2026-01-27T16:16:02+00:00" }, { "name": "symfony/dom-crawler", @@ -7165,5 +7175,5 @@ "platform-overrides": { "php": "8.2" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }