From ec41e2b02df4f557398260172676984d8fc2d2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 31 Aug 2026 08:58:34 +0200 Subject: [PATCH] chore: update project dependencies --- composer.lock | 418 +++++++++++++++++++++++++------------------------- 1 file changed, 212 insertions(+), 206 deletions(-) diff --git a/composer.lock b/composer.lock index db7cad7..fe7b659 100644 --- a/composer.lock +++ b/composer.lock @@ -592,24 +592,32 @@ }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.7.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b" + "reference": "00056695242a3e88369fe7a6e10669d8f6d7496a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e380c6dd8ac8488217f39cff6b77e367f1a644b", - "reference": "1e380c6dd8ac8488217f39cff6b77e367f1a644b", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/00056695242a3e88369fe7a6e10669d8f6d7496a", + "reference": "00056695242a3e88369fe7a6e10669d8f6d7496a", "shasum": "" }, "require": { + "doctrine/dbal": "^2 || ^3 || ^4", "doctrine/doctrine-bundle": "^2.4 || ^3.0", "doctrine/migrations": "^3.2", "php": "^7.2 || ^8.0", + "psr/log": "^1 || ^2 || ^3", + "symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0" + "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", + "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "composer/semver": "^3.0", @@ -657,7 +665,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.7.0" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.7.1" }, "funding": [ { @@ -673,7 +681,7 @@ "type": "tidelift" } ], - "time": "2025-11-15T19:02:59+00:00" + "time": "2026-08-26T05:40:19+00:00" }, { "name": "doctrine/event-manager", @@ -3949,16 +3957,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.56", + "version": "3.0.57", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "7adbbe38cde25e2df2116dbf2673c407e24fa305" + "reference": "d17e0ddaeaf6f22f7e007cbb437d78792fe2a0e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7adbbe38cde25e2df2116dbf2673c407e24fa305", - "reference": "7adbbe38cde25e2df2116dbf2673c407e24fa305", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d17e0ddaeaf6f22f7e007cbb437d78792fe2a0e4", + "reference": "d17e0ddaeaf6f22f7e007cbb437d78792fe2a0e4", "shasum": "" }, "require": { @@ -4039,7 +4047,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.56" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.57" }, "funding": [ { @@ -4055,7 +4063,7 @@ "type": "tidelift" } ], - "time": "2026-08-03T04:36:50+00:00" + "time": "2026-08-26T12:13:21+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -4924,16 +4932,16 @@ }, { "name": "symfony/cache", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "66c07f6399aaff49d6aff3ff62197f745741af6a" + "reference": "ea9758447aa48581e2e2c0d318782d89e2182136" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/66c07f6399aaff49d6aff3ff62197f745741af6a", - "reference": "66c07f6399aaff49d6aff3ff62197f745741af6a", + "url": "https://api.github.com/repos/symfony/cache/zipball/ea9758447aa48581e2e2c0d318782d89e2182136", + "reference": "ea9758447aa48581e2e2c0d318782d89e2182136", "shasum": "" }, "require": { @@ -4956,7 +4964,7 @@ "symfony/cache-implementation": "1.1|2.0|3.0" }, "require-dev": { - "cache/integration-tests": "^0.18@stable", + "cache/integration-tests": "^0.18", "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", @@ -5000,7 +5008,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.44" + "source": "https://github.com/symfony/cache/tree/v6.4.45" }, "funding": [ { @@ -5020,7 +5028,7 @@ "type": "tidelift" } ], - "time": "2026-08-19T08:22:32+00:00" + "time": "2026-08-30T20:10:39+00:00" }, { "name": "symfony/cache-contracts", @@ -5261,16 +5269,16 @@ }, { "name": "symfony/console", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "60e3944c4859c487aa6ea2f0f7754917f70f7524" + "reference": "3b8473e0d14157f2d22b0a0d7259ad23483d1e6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/60e3944c4859c487aa6ea2f0f7754917f70f7524", - "reference": "60e3944c4859c487aa6ea2f0f7754917f70f7524", + "url": "https://api.github.com/repos/symfony/console/zipball/3b8473e0d14157f2d22b0a0d7259ad23483d1e6d", + "reference": "3b8473e0d14157f2d22b0a0d7259ad23483d1e6d", "shasum": "" }, "require": { @@ -5335,7 +5343,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.44" + "source": "https://github.com/symfony/console/tree/v6.4.45" }, "funding": [ { @@ -5355,7 +5363,7 @@ "type": "tidelift" } ], - "time": "2026-08-21T07:42:12+00:00" + "time": "2026-08-25T13:08:31+00:00" }, { "name": "symfony/dependency-injection", @@ -5515,16 +5523,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "f80901d137e312a21b53f719016be0584968df57" + "reference": "57ddd0c22de16bf22e10d810d323027bf4e532ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f80901d137e312a21b53f719016be0584968df57", - "reference": "f80901d137e312a21b53f719016be0584968df57", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/57ddd0c22de16bf22e10d810d323027bf4e532ac", + "reference": "57ddd0c22de16bf22e10d810d323027bf4e532ac", "shasum": "" }, "require": { @@ -5603,7 +5611,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.44" + "source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.45" }, "funding": [ { @@ -5623,11 +5631,11 @@ "type": "tidelift" } ], - "time": "2026-08-21T19:37:17+00:00" + "time": "2026-08-30T18:34:07+00:00" }, { "name": "symfony/doctrine-messenger", - "version": "v6.4.42", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", @@ -5679,7 +5687,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v6.4.42" + "source": "https://github.com/symfony/doctrine-messenger/tree/v6.4.45" }, "funding": [ { @@ -5774,7 +5782,7 @@ }, { "name": "symfony/dotenv", - "version": "v6.4.43", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", @@ -5828,7 +5836,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v6.4.43" + "source": "https://github.com/symfony/dotenv/tree/v6.4.45" }, "funding": [ { @@ -6095,16 +6103,16 @@ }, { "name": "symfony/expression-language", - "version": "v6.4.42", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "728f0c48560a851e83681dc03efefa65d5fc076e" + "reference": "91edabba1aff9da3326eee2a6e7666d1c1270751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/728f0c48560a851e83681dc03efefa65d5fc076e", - "reference": "728f0c48560a851e83681dc03efefa65d5fc076e", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/91edabba1aff9da3326eee2a6e7666d1c1270751", + "reference": "91edabba1aff9da3326eee2a6e7666d1c1270751", "shasum": "" }, "require": { @@ -6139,7 +6147,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.4.42" + "source": "https://github.com/symfony/expression-language/tree/v6.4.45" }, "funding": [ { @@ -6159,20 +6167,20 @@ "type": "tidelift" } ], - "time": "2026-06-08T07:06:12+00:00" + "time": "2026-08-30T00:27:22+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "e84ffb3e77e3a7144727a0d0735d0d9cc0ca77a7" + "reference": "6dabf41c21957a2060f101bd7bf7e322989866bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e84ffb3e77e3a7144727a0d0735d0d9cc0ca77a7", - "reference": "e84ffb3e77e3a7144727a0d0735d0d9cc0ca77a7", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/6dabf41c21957a2060f101bd7bf7e322989866bd", + "reference": "6dabf41c21957a2060f101bd7bf7e322989866bd", "shasum": "" }, "require": { @@ -6209,7 +6217,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.44" + "source": "https://github.com/symfony/filesystem/tree/v6.4.45" }, "funding": [ { @@ -6229,7 +6237,7 @@ "type": "tidelift" } ], - "time": "2026-08-20T20:21:47+00:00" + "time": "2026-08-23T07:59:31+00:00" }, { "name": "symfony/finder", @@ -6374,16 +6382,16 @@ }, { "name": "symfony/form", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "8e28c46ad733ee40c42b9cf242cb52b2d6b1ffef" + "reference": "03810456895dfc7e7fca450806e4eb21669927c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/8e28c46ad733ee40c42b9cf242cb52b2d6b1ffef", - "reference": "8e28c46ad733ee40c42b9cf242cb52b2d6b1ffef", + "url": "https://api.github.com/repos/symfony/form/zipball/03810456895dfc7e7fca450806e4eb21669927c8", + "reference": "03810456895dfc7e7fca450806e4eb21669927c8", "shasum": "" }, "require": { @@ -6451,7 +6459,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v6.4.44" + "source": "https://github.com/symfony/form/tree/v6.4.45" }, "funding": [ { @@ -6471,20 +6479,20 @@ "type": "tidelift" } ], - "time": "2026-08-21T16:18:55+00:00" + "time": "2026-08-29T12:19:25+00:00" }, { "name": "symfony/framework-bundle", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "a1d129830823409ff9c4b0cd88b8c75ee8601a5d" + "reference": "a19f20ad64c9b727ce21421638e7c92fa381ae9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a1d129830823409ff9c4b0cd88b8c75ee8601a5d", - "reference": "a1d129830823409ff9c4b0cd88b8c75ee8601a5d", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a19f20ad64c9b727ce21421638e7c92fa381ae9d", + "reference": "a19f20ad64c9b727ce21421638e7c92fa381ae9d", "shasum": "" }, "require": { @@ -6604,7 +6612,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.4.44" + "source": "https://github.com/symfony/framework-bundle/tree/v6.4.45" }, "funding": [ { @@ -6624,20 +6632,20 @@ "type": "tidelift" } ], - "time": "2026-08-21T19:37:17+00:00" + "time": "2026-08-30T20:10:39+00:00" }, { "name": "symfony/html-sanitizer", - "version": "v6.4.41", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/html-sanitizer.git", - "reference": "fba29d97d888ca69b496a626c9248fd56a293d8a" + "reference": "49ef3ff25f6bac4d687f484600e90907f949e8d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/fba29d97d888ca69b496a626c9248fd56a293d8a", - "reference": "fba29d97d888ca69b496a626c9248fd56a293d8a", + "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/49ef3ff25f6bac4d687f484600e90907f949e8d3", + "reference": "49ef3ff25f6bac4d687f484600e90907f949e8d3", "shasum": "" }, "require": { @@ -6677,7 +6685,7 @@ "sanitizer" ], "support": { - "source": "https://github.com/symfony/html-sanitizer/tree/v6.4.41" + "source": "https://github.com/symfony/html-sanitizer/tree/v6.4.45" }, "funding": [ { @@ -6697,20 +6705,20 @@ "type": "tidelift" } ], - "time": "2026-05-24T11:08:37+00:00" + "time": "2026-08-29T14:18:45+00:00" }, { "name": "symfony/http-client", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "ba6237fa906710149b6b7881cff59edde2b4abfc" + "reference": "149b874c2f65b68032a0409288ca48667864e43d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/ba6237fa906710149b6b7881cff59edde2b4abfc", - "reference": "ba6237fa906710149b6b7881cff59edde2b4abfc", + "url": "https://api.github.com/repos/symfony/http-client/zipball/149b874c2f65b68032a0409288ca48667864e43d", + "reference": "149b874c2f65b68032a0409288ca48667864e43d", "shasum": "" }, "require": { @@ -6775,7 +6783,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.4.44" + "source": "https://github.com/symfony/http-client/tree/v6.4.45" }, "funding": [ { @@ -6795,20 +6803,20 @@ "type": "tidelift" } ], - "time": "2026-08-20T17:31:15+00:00" + "time": "2026-08-30T13:44:49+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v3.7.1", + "version": "v3.7.3", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "41fc42d276aeff21192465331ebbab7d83a743c0" + "reference": "35be0019e2c2c9fba80f9dc033290a5240f7b44f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41fc42d276aeff21192465331ebbab7d83a743c0", - "reference": "41fc42d276aeff21192465331ebbab7d83a743c0", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/35be0019e2c2c9fba80f9dc033290a5240f7b44f", + "reference": "35be0019e2c2c9fba80f9dc033290a5240f7b44f", "shasum": "" }, "require": { @@ -6857,7 +6865,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.7.1" + "source": "https://github.com/symfony/http-client-contracts/tree/v3.7.3" }, "funding": [ { @@ -6877,20 +6885,20 @@ "type": "tidelift" } ], - "time": "2026-06-05T06:23:12+00:00" + "time": "2026-08-04T08:41:16+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "1d5fa99b841ccdbbaa8781b01f07a7b2ede31d09" + "reference": "945bfd2bcccca941f75ce45d5530b36d4cc6dc0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1d5fa99b841ccdbbaa8781b01f07a7b2ede31d09", - "reference": "1d5fa99b841ccdbbaa8781b01f07a7b2ede31d09", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/945bfd2bcccca941f75ce45d5530b36d4cc6dc0b", + "reference": "945bfd2bcccca941f75ce45d5530b36d4cc6dc0b", "shasum": "" }, "require": { @@ -6938,7 +6946,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.44" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.45" }, "funding": [ { @@ -6958,20 +6966,20 @@ "type": "tidelift" } ], - "time": "2026-08-20T07:12:57+00:00" + "time": "2026-08-30T20:10:39+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2223a4e7763fa9284542f78280ebdb72da055d49" + "reference": "e5e8372b0e16ee6d6afa8fba37f23c25822dbfe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2223a4e7763fa9284542f78280ebdb72da055d49", - "reference": "2223a4e7763fa9284542f78280ebdb72da055d49", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e5e8372b0e16ee6d6afa8fba37f23c25822dbfe2", + "reference": "e5e8372b0e16ee6d6afa8fba37f23c25822dbfe2", "shasum": "" }, "require": { @@ -7056,7 +7064,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.44" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.45" }, "funding": [ { @@ -7076,7 +7084,7 @@ "type": "tidelift" } ], - "time": "2026-08-22T13:20:55+00:00" + "time": "2026-08-30T20:52:35+00:00" }, { "name": "symfony/intl", @@ -7167,16 +7175,16 @@ }, { "name": "symfony/lock", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "7ecf823a1c86b553c16281e93734a3d677f84fc9" + "reference": "84679f4725d2359f53739ad44e7fa1af9ee9a11d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/7ecf823a1c86b553c16281e93734a3d677f84fc9", - "reference": "7ecf823a1c86b553c16281e93734a3d677f84fc9", + "url": "https://api.github.com/repos/symfony/lock/zipball/84679f4725d2359f53739ad44e7fa1af9ee9a11d", + "reference": "84679f4725d2359f53739ad44e7fa1af9ee9a11d", "shasum": "" }, "require": { @@ -7226,7 +7234,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v6.4.44" + "source": "https://github.com/symfony/lock/tree/v6.4.45" }, "funding": [ { @@ -7246,7 +7254,7 @@ "type": "tidelift" } ], - "time": "2026-08-16T17:06:59+00:00" + "time": "2026-08-30T20:10:39+00:00" }, { "name": "symfony/mailer", @@ -7334,16 +7342,16 @@ }, { "name": "symfony/messenger", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "e4e8f57d79eb8df84f4b0172fd128bdd6d412011" + "reference": "f0da814e78084005644e891e100773f2b07a69bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/e4e8f57d79eb8df84f4b0172fd128bdd6d412011", - "reference": "e4e8f57d79eb8df84f4b0172fd128bdd6d412011", + "url": "https://api.github.com/repos/symfony/messenger/zipball/f0da814e78084005644e891e100773f2b07a69bb", + "reference": "f0da814e78084005644e891e100773f2b07a69bb", "shasum": "" }, "require": { @@ -7401,7 +7409,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v6.4.44" + "source": "https://github.com/symfony/messenger/tree/v6.4.45" }, "funding": [ { @@ -7421,11 +7429,11 @@ "type": "tidelift" } ], - "time": "2026-08-21T16:26:24+00:00" + "time": "2026-08-30T00:27:22+00:00" }, { "name": "symfony/mime", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -7490,7 +7498,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.44" + "source": "https://github.com/symfony/mime/tree/v6.4.45" }, "funding": [ { @@ -7514,16 +7522,16 @@ }, { "name": "symfony/monolog-bridge", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "df7efc5e57d13d393cfc1a51a673e0dad739232d" + "reference": "d3f5dd9133dc5723c7ee77e37b3db07e6934576d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/df7efc5e57d13d393cfc1a51a673e0dad739232d", - "reference": "df7efc5e57d13d393cfc1a51a673e0dad739232d", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d3f5dd9133dc5723c7ee77e37b3db07e6934576d", + "reference": "d3f5dd9133dc5723c7ee77e37b3db07e6934576d", "shasum": "" }, "require": { @@ -7574,7 +7582,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v6.4.44" + "source": "https://github.com/symfony/monolog-bridge/tree/v6.4.45" }, "funding": [ { @@ -7594,7 +7602,7 @@ "type": "tidelift" } ], - "time": "2026-08-20T17:31:17+00:00" + "time": "2026-08-30T01:18:12+00:00" }, { "name": "symfony/monolog-bundle", @@ -8579,7 +8587,7 @@ }, { "name": "symfony/process", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -8620,7 +8628,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.44" + "source": "https://github.com/symfony/process/tree/v6.4.45" }, "funding": [ { @@ -8725,16 +8733,16 @@ }, { "name": "symfony/property-info", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "7847669cf171ea57ff6f3b7798ce842255a35fbd" + "reference": "003ec301822cf2cf1b44b217fba1efdf4b4503f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/7847669cf171ea57ff6f3b7798ce842255a35fbd", - "reference": "7847669cf171ea57ff6f3b7798ce842255a35fbd", + "url": "https://api.github.com/repos/symfony/property-info/zipball/003ec301822cf2cf1b44b217fba1efdf4b4503f9", + "reference": "003ec301822cf2cf1b44b217fba1efdf4b4503f9", "shasum": "" }, "require": { @@ -8791,7 +8799,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.4.44" + "source": "https://github.com/symfony/property-info/tree/v6.4.45" }, "funding": [ { @@ -8811,7 +8819,7 @@ "type": "tidelift" } ], - "time": "2026-08-21T15:18:56+00:00" + "time": "2026-08-24T07:52:32+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -8902,7 +8910,7 @@ }, { "name": "symfony/routing", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", @@ -8965,7 +8973,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.44" + "source": "https://github.com/symfony/routing/tree/v6.4.45" }, "funding": [ { @@ -9072,16 +9080,16 @@ }, { "name": "symfony/security-bundle", - "version": "v6.4.43", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "c77d9d6076e6bb8ba706b8616519e3f52f6b2660" + "reference": "de06cd0f756ca8fe4894c7e95bac71d90bb94e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/c77d9d6076e6bb8ba706b8616519e3f52f6b2660", - "reference": "c77d9d6076e6bb8ba706b8616519e3f52f6b2660", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/de06cd0f756ca8fe4894c7e95bac71d90bb94e64", + "reference": "de06cd0f756ca8fe4894c7e95bac71d90bb94e64", "shasum": "" }, "require": { @@ -9164,7 +9172,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v6.4.43" + "source": "https://github.com/symfony/security-bundle/tree/v6.4.45" }, "funding": [ { @@ -9184,20 +9192,20 @@ "type": "tidelift" } ], - "time": "2026-07-29T06:43:01+00:00" + "time": "2026-08-30T06:17:28+00:00" }, { "name": "symfony/security-core", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "9795959163aa73e0f09d7609fa6c9ce5a2c257eb" + "reference": "8f74c37460002b97c1318007629c8be37681498a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/9795959163aa73e0f09d7609fa6c9ce5a2c257eb", - "reference": "9795959163aa73e0f09d7609fa6c9ce5a2c257eb", + "url": "https://api.github.com/repos/symfony/security-core/zipball/8f74c37460002b97c1318007629c8be37681498a", + "reference": "8f74c37460002b97c1318007629c8be37681498a", "shasum": "" }, "require": { @@ -9224,6 +9232,7 @@ "symfony/expression-language": "^5.4|^6.0|^7.0", "symfony/http-foundation": "^5.4|^6.0|^7.0", "symfony/ldap": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/string": "^5.4|^6.0|^7.0", "symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3", "symfony/validator": "^6.4|^7.0" @@ -9254,7 +9263,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v6.4.44" + "source": "https://github.com/symfony/security-core/tree/v6.4.45" }, "funding": [ { @@ -9274,7 +9283,7 @@ "type": "tidelift" } ], - "time": "2026-08-20T19:22:30+00:00" + "time": "2026-08-30T00:30:12+00:00" }, { "name": "symfony/security-csrf", @@ -9350,16 +9359,16 @@ }, { "name": "symfony/security-http", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "e1f302a96c4c8de56a904b116b7c1506db827141" + "reference": "acc78bd71a614fc15a2931b08373ad6fd0fac9db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/e1f302a96c4c8de56a904b116b7c1506db827141", - "reference": "e1f302a96c4c8de56a904b116b7c1506db827141", + "url": "https://api.github.com/repos/symfony/security-http/zipball/acc78bd71a614fc15a2931b08373ad6fd0fac9db", + "reference": "acc78bd71a614fc15a2931b08373ad6fd0fac9db", "shasum": "" }, "require": { @@ -9418,7 +9427,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v6.4.44" + "source": "https://github.com/symfony/security-http/tree/v6.4.45" }, "funding": [ { @@ -9438,20 +9447,20 @@ "type": "tidelift" } ], - "time": "2026-08-22T07:30:33+00:00" + "time": "2026-08-30T00:30:12+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "3372b3c367d41542ca99291f8340897544002094" + "reference": "ad3c87d8d47e05e60fb8cd347348f2246c5e3aea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/3372b3c367d41542ca99291f8340897544002094", - "reference": "3372b3c367d41542ca99291f8340897544002094", + "url": "https://api.github.com/repos/symfony/serializer/zipball/ad3c87d8d47e05e60fb8cd347348f2246c5e3aea", + "reference": "ad3c87d8d47e05e60fb8cd347348f2246c5e3aea", "shasum": "" }, "require": { @@ -9520,7 +9529,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.44" + "source": "https://github.com/symfony/serializer/tree/v6.4.45" }, "funding": [ { @@ -9540,20 +9549,20 @@ "type": "tidelift" } ], - "time": "2026-08-22T09:04:22+00:00" + "time": "2026-08-29T08:24:03+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.7.1", + "version": "v3.7.3", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0" + "reference": "15e6a07ec2a2c75ceb1b21dd98105ee8456d2257" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/c0a284bab1ed8aa0417e3d69250ab437739563a0", - "reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/15e6a07ec2a2c75ceb1b21dd98105ee8456d2257", + "reference": "15e6a07ec2a2c75ceb1b21dd98105ee8456d2257", "shasum": "" }, "require": { @@ -9607,7 +9616,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.7.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.7.3" }, "funding": [ { @@ -9627,7 +9636,7 @@ "type": "tidelift" } ], - "time": "2026-06-16T09:55:08+00:00" + "time": "2026-07-27T15:39:01+00:00" }, { "name": "symfony/stimulus-bundle", @@ -10408,16 +10417,16 @@ }, { "name": "symfony/validator", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "6e29aaa4662e28312bb84170b990bbfed73f68a8" + "reference": "8acf2afad9c26cd2386d760ef9f0ec94c1c55b90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/6e29aaa4662e28312bb84170b990bbfed73f68a8", - "reference": "6e29aaa4662e28312bb84170b990bbfed73f68a8", + "url": "https://api.github.com/repos/symfony/validator/zipball/8acf2afad9c26cd2386d760ef9f0ec94c1c55b90", + "reference": "8acf2afad9c26cd2386d760ef9f0ec94c1c55b90", "shasum": "" }, "require": { @@ -10485,7 +10494,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.44" + "source": "https://github.com/symfony/validator/tree/v6.4.45" }, "funding": [ { @@ -10505,20 +10514,20 @@ "type": "tidelift" } ], - "time": "2026-08-21T17:53:43+00:00" + "time": "2026-08-30T00:30:12+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "13909d2c2a9300f6be7b3e75d72279f98b1301b9" + "reference": "86a9b2f1bd81c9780a809632238ab6ba10292166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13909d2c2a9300f6be7b3e75d72279f98b1301b9", - "reference": "13909d2c2a9300f6be7b3e75d72279f98b1301b9", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/86a9b2f1bd81c9780a809632238ab6ba10292166", + "reference": "86a9b2f1bd81c9780a809632238ab6ba10292166", "shasum": "" }, "require": { @@ -10573,7 +10582,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.44" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.45" }, "funding": [ { @@ -10593,20 +10602,20 @@ "type": "tidelift" } ], - "time": "2026-08-21T07:12:07+00:00" + "time": "2026-08-30T20:10:39+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "6e13ff96f54498f86188833832e298ea1dc48ae1" + "reference": "a4e458999ee554a667cd19227f0b97a751bd61e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/6e13ff96f54498f86188833832e298ea1dc48ae1", - "reference": "6e13ff96f54498f86188833832e298ea1dc48ae1", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a4e458999ee554a667cd19227f0b97a751bd61e6", + "reference": "a4e458999ee554a667cd19227f0b97a751bd61e6", "shasum": "" }, "require": { @@ -10654,7 +10663,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.44" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.45" }, "funding": [ { @@ -10674,7 +10683,7 @@ "type": "tidelift" } ], - "time": "2026-07-29T16:40:20+00:00" + "time": "2026-08-23T09:39:49+00:00" }, { "name": "symfony/web-link", @@ -10841,16 +10850,16 @@ }, { "name": "symfony/yaml", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "44b712e89243c358afe0cc227e1fcb6b3ddc957d" + "reference": "a778aba2d7130eba6150cc80cb692988a361ee4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/44b712e89243c358afe0cc227e1fcb6b3ddc957d", - "reference": "44b712e89243c358afe0cc227e1fcb6b3ddc957d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a778aba2d7130eba6150cc80cb692988a361ee4b", + "reference": "a778aba2d7130eba6150cc80cb692988a361ee4b", "shasum": "" }, "require": { @@ -10893,7 +10902,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.44" + "source": "https://github.com/symfony/yaml/tree/v6.4.45" }, "funding": [ { @@ -10913,7 +10922,7 @@ "type": "tidelift" } ], - "time": "2026-08-20T17:31:23+00:00" + "time": "2026-08-30T00:27:22+00:00" }, { "name": "thecodingmachine/safe", @@ -12002,16 +12011,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.95.22", + "version": "v3.95.23", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "482722e0783c16325a07a998a0d9eda560f9be99" + "reference": "b2932a5af3157a0c28324b1efe5e3b556dee09c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/482722e0783c16325a07a998a0d9eda560f9be99", - "reference": "482722e0783c16325a07a998a0d9eda560f9be99", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b2932a5af3157a0c28324b1efe5e3b556dee09c4", + "reference": "b2932a5af3157a0c28324b1efe5e3b556dee09c4", "shasum": "" }, "require": { @@ -12094,7 +12103,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.22" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.23" }, "funding": [ { @@ -12102,7 +12111,7 @@ "type": "github" } ], - "time": "2026-08-24T10:37:43+00:00" + "time": "2026-08-26T19:54:54+00:00" }, { "name": "myclabs/deep-copy", @@ -12341,11 +12350,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.2.9", + "version": "2.2.10", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/13d6b4f347bad222da436580c8304fa6f83e6bd0", - "reference": "13d6b4f347bad222da436580c8304fa6f83e6bd0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/36d1509c998b0602811824143526b4a9ee2774e7", + "reference": "36d1509c998b0602811824143526b4a9ee2774e7", "shasum": "" }, "require": { @@ -12401,7 +12410,7 @@ "type": "github" } ], - "time": "2026-08-22T07:38:16+00:00" + "time": "2026-08-30T12:46:16+00:00" }, { "name": "phpstan/phpstan-doctrine", @@ -13496,21 +13505,21 @@ }, { "name": "rector/rector", - "version": "2.6.3", + "version": "2.6.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7e46709996a4b3dc59e1d6ecbb6a38ace335bd58" + "reference": "f8686605798c755456327a3597201c3b5be76294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7e46709996a4b3dc59e1d6ecbb6a38ace335bd58", - "reference": "7e46709996a4b3dc59e1d6ecbb6a38ace335bd58", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8686605798c755456327a3597201c3b5be76294", + "reference": "f8686605798c755456327a3597201c3b5be76294", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.2.6" + "phpstan/phpstan": "^2.2.10" }, "conflict": { "rector/rector-doctrine": "*", @@ -13518,9 +13527,6 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, "bin": [ "bin/rector" ], @@ -13544,7 +13550,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.6.3" + "source": "https://github.com/rectorphp/rector/tree/2.6.5" }, "funding": [ { @@ -13552,7 +13558,7 @@ "type": "github" } ], - "time": "2026-08-18T22:01:18+00:00" + "time": "2026-08-30T22:02:04+00:00" }, { "name": "sebastian/cli-parser", @@ -14639,16 +14645,16 @@ }, { "name": "symfony/css-selector", - "version": "v6.4.44", + "version": "v6.4.45", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "e2f0d361adeeb47feb80fb9102133ae13d376534" + "reference": "5484e316cd8125f5215bbf829151e2211aa6d101" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/e2f0d361adeeb47feb80fb9102133ae13d376534", - "reference": "e2f0d361adeeb47feb80fb9102133ae13d376534", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/5484e316cd8125f5215bbf829151e2211aa6d101", + "reference": "5484e316cd8125f5215bbf829151e2211aa6d101", "shasum": "" }, "require": { @@ -14684,7 +14690,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.44" + "source": "https://github.com/symfony/css-selector/tree/v6.4.45" }, "funding": [ { @@ -14704,7 +14710,7 @@ "type": "tidelift" } ], - "time": "2026-08-21T15:52:46+00:00" + "time": "2026-08-23T07:35:46+00:00" }, { "name": "symfony/debug-bundle", @@ -14885,16 +14891,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v7.4.17", + "version": "v7.4.18", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "af20e33fb353eb7dea674accdfe7925d33207ada" + "reference": "ff3a78aceb731b24b256a2845a8ad6e6851f942b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/af20e33fb353eb7dea674accdfe7925d33207ada", - "reference": "af20e33fb353eb7dea674accdfe7925d33207ada", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ff3a78aceb731b24b256a2845a8ad6e6851f942b", + "reference": "ff3a78aceb731b24b256a2845a8ad6e6851f942b", "shasum": "" }, "require": { @@ -14946,7 +14952,7 @@ "testing" ], "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v7.4.17" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.4.18" }, "funding": [ { @@ -14966,7 +14972,7 @@ "type": "tidelift" } ], - "time": "2026-08-21T17:40:08+00:00" + "time": "2026-08-30T18:28:44+00:00" }, { "name": "symfony/web-profiler-bundle",