From dfeaf69c724660060eb494ed2b54fb2e8d29a072 Mon Sep 17 00:00:00 2001 From: Angelo Dini Date: Wed, 12 Feb 2025 14:31:08 +0100 Subject: [PATCH] chore: update dependencies --- composer.lock | 459 +++++++++++++++++++++++++------------------------- 1 file changed, 226 insertions(+), 233 deletions(-) diff --git a/composer.lock b/composer.lock index c1dacd6..4a81a80 100644 --- a/composer.lock +++ b/composer.lock @@ -268,16 +268,16 @@ }, { "name": "doctrine/dbal", - "version": "3.9.3", + "version": "3.9.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba" + "reference": "ec16c82f20be1a7224e65ac67144a29199f87959" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", - "reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/ec16c82f20be1a7224e65ac67144a29199f87959", + "reference": "ec16c82f20be1a7224e65ac67144a29199f87959", "shasum": "" }, "require": { @@ -293,15 +293,13 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.12.6", - "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "9.6.20", - "psalm/plugin-phpunit": "0.18.4", + "phpstan/phpstan": "2.1.1", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "9.6.22", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.10.2", "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/console": "^4.4|^5.4|^6.0|^7.0", - "vimeo/psalm": "4.30.0" + "symfony/console": "^4.4|^5.4|^6.0|^7.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -361,7 +359,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.9.3" + "source": "https://github.com/doctrine/dbal/tree/3.9.4" }, "funding": [ { @@ -377,7 +375,7 @@ "type": "tidelift" } ], - "time": "2024-10-10T17:56:43+00:00" + "time": "2025-01-16T08:28:55+00:00" }, { "name": "doctrine/deprecations", @@ -426,16 +424,16 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "2.13.1", + "version": "2.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "2740ad8b8739b39ab37d409c972b092f632b025a" + "reference": "2363c43d9815a11657e452625cd64172d5587486" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2740ad8b8739b39ab37d409c972b092f632b025a", - "reference": "2740ad8b8739b39ab37d409c972b092f632b025a", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2363c43d9815a11657e452625cd64172d5587486", + "reference": "2363c43d9815a11657e452625cd64172d5587486", "shasum": "" }, "require": { @@ -449,7 +447,7 @@ "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/doctrine-bridge": "^5.4.46 || ^6.4.3 || ^7.0.3", + "symfony/doctrine-bridge": "^5.4.46 || ~6.3.12 || ^6.4.3 || ^7.0.3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" @@ -465,13 +463,14 @@ "doctrine/deprecations": "^1.0", "doctrine/orm": "^2.17 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", + "phpstan/phpstan": "2.1.1", + "phpstan/phpstan-phpunit": "2.0.3", + "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^5", "psr/log": "^1.1.4 || ^2.0 || ^3.0", "symfony/phpunit-bridge": "^6.1 || ^7.0", "symfony/property-info": "^5.4 || ^6.0 || ^7.0", - "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", + "symfony/proxy-manager-bridge": "^5.4 || ^6.0", "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", "symfony/string": "^5.4 || ^6.0 || ^7.0", @@ -480,8 +479,7 @@ "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0", "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0", - "twig/twig": "^1.34 || ^2.12 || ^3.0", - "vimeo/psalm": "^5.15" + "twig/twig": "^1.34 || ^2.12 || ^3.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -526,7 +524,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.1" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.2" }, "funding": [ { @@ -542,26 +540,26 @@ "type": "tidelift" } ], - "time": "2024-11-08T23:27:54+00:00" + "time": "2025-01-15T11:12:38+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.3.1", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0" + "reference": "e858ce0f5c12b266dce7dce24834448355155da7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/715b62c31a5894afcb2b2cdbbc6607d7dd0580c0", - "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/e858ce0f5c12b266dce7dce24834448355155da7", + "reference": "e858ce0f5c12b266dce7dce24834448355155da7", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "^2.4", "doctrine/migrations": "^3.2", - "php": "^7.2|^8.0", + "php": "^7.2 || ^8.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" }, @@ -569,27 +567,21 @@ "composer/semver": "^3.0", "doctrine/coding-standard": "^12", "doctrine/orm": "^2.6 || ^3", - "doctrine/persistence": "^2.0 || ^3 ", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", - "phpstan/phpstan-symfony": "^1.3", - "phpunit/phpunit": "^8.5|^9.5", - "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^3 || ^5", + "doctrine/persistence": "^2.0 || ^3", + "phpstan/phpstan": "^1.4 || ^2", + "phpstan/phpstan-deprecation-rules": "^1 || ^2", + "phpstan/phpstan-phpunit": "^1 || ^2", + "phpstan/phpstan-strict-rules": "^1.1 || ^2", + "phpstan/phpstan-symfony": "^1.3 || ^2", + "phpunit/phpunit": "^8.5 || ^9.5", "symfony/phpunit-bridge": "^6.3 || ^7", - "symfony/var-exporter": "^5.4 || ^6 || ^7", - "vimeo/psalm": "^4.30 || ^5.15" + "symfony/var-exporter": "^5.4 || ^6 || ^7" }, "type": "symfony-bundle", "autoload": { "psr-4": { - "Doctrine\\Bundle\\MigrationsBundle\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Doctrine\\Bundle\\MigrationsBundle\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -618,7 +610,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.1" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.1" }, "funding": [ { @@ -634,7 +626,7 @@ "type": "tidelift" } ], - "time": "2024-05-14T20:32:18+00:00" + "time": "2025-01-27T22:48:22+00:00" }, { "name": "doctrine/event-manager", @@ -1070,16 +1062,16 @@ }, { "name": "doctrine/orm", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "b1f8253105aa5382c495e5f9f8ef34e297775428" + "reference": "c9557c588b3a70ed93caff069d0aa75737f25609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/b1f8253105aa5382c495e5f9f8ef34e297775428", - "reference": "b1f8253105aa5382c495e5f9f8ef34e297775428", + "url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609", + "reference": "c9557c588b3a70ed93caff069d0aa75737f25609", "shasum": "" }, "require": { @@ -1154,9 +1146,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/3.3.1" + "source": "https://github.com/doctrine/orm/tree/3.3.2" }, - "time": "2024-12-19T07:08:14+00:00" + "time": "2025-02-04T19:43:15+00:00" }, { "name": "doctrine/persistence", @@ -1256,16 +1248,16 @@ }, { "name": "doctrine/sql-formatter", - "version": "1.5.1", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "b784cbde727cf806721451dde40eff4fec3bbe86" + "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/b784cbde727cf806721451dde40eff4fec3bbe86", - "reference": "b784cbde727cf806721451dde40eff4fec3bbe86", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8", + "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8", "shasum": "" }, "require": { @@ -1275,8 +1267,7 @@ "doctrine/coding-standard": "^12", "ergebnis/phpunit-slow-test-detector": "^2.14", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5", - "vimeo/psalm": "^5.24" + "phpunit/phpunit": "^10.5" }, "bin": [ "bin/sql-formatter" @@ -1306,9 +1297,9 @@ ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.5.1" + "source": "https://github.com/doctrine/sql-formatter/tree/1.5.2" }, - "time": "2024-10-21T18:21:57+00:00" + "time": "2025-01-24T11:45:48+00:00" }, { "name": "egulias/email-validator", @@ -2079,16 +2070,16 @@ }, { "name": "symfony/asset-mapper", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/asset-mapper.git", - "reference": "bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8" + "reference": "f30a77372995afb0f9323903b52e8e6527d12451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8", - "reference": "bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8", + "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/f30a77372995afb0f9323903b52e8e6527d12451", + "reference": "f30a77372995afb0f9323903b52e8e6527d12451", "shasum": "" }, "require": { @@ -2138,7 +2129,7 @@ "description": "Maps directories of assets & makes them available in a public directory with versioned filenames.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset-mapper/tree/v7.1.9" + "source": "https://github.com/symfony/asset-mapper/tree/v7.1.11" }, "funding": [ { @@ -2154,20 +2145,20 @@ "type": "tidelift" } ], - "time": "2024-11-20T11:08:58+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/cache", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "18e0ba45a50032aa53dfebf830ec2980bb131591" + "reference": "3828c0375578ff3ca1ddc54cc5c6fa4cc89fb3fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/18e0ba45a50032aa53dfebf830ec2980bb131591", - "reference": "18e0ba45a50032aa53dfebf830ec2980bb131591", + "url": "https://api.github.com/repos/symfony/cache/zipball/3828c0375578ff3ca1ddc54cc5c6fa4cc89fb3fb", + "reference": "3828c0375578ff3ca1ddc54cc5c6fa4cc89fb3fb", "shasum": "" }, "require": { @@ -2235,7 +2226,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v7.1.9" + "source": "https://github.com/symfony/cache/tree/v7.1.11" }, "funding": [ { @@ -2251,7 +2242,7 @@ "type": "tidelift" } ], - "time": "2024-11-20T10:42:04+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/cache-contracts", @@ -2573,16 +2564,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "900d2eac6e33aef743bdc10dd8c75d012215fd08" + "reference": "5ebf7d4dfda126b442450effaec421a106c010de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/900d2eac6e33aef743bdc10dd8c75d012215fd08", - "reference": "900d2eac6e33aef743bdc10dd8c75d012215fd08", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5ebf7d4dfda126b442450effaec421a106c010de", + "reference": "5ebf7d4dfda126b442450effaec421a106c010de", "shasum": "" }, "require": { @@ -2633,7 +2624,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.1.9" + "source": "https://github.com/symfony/dependency-injection/tree/v7.1.11" }, "funding": [ { @@ -2649,7 +2640,7 @@ "type": "tidelift" } ], - "time": "2024-11-25T15:44:54+00:00" + "time": "2025-01-10T09:29:52+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2720,21 +2711,21 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "e8bb28f54741c0eb91ff7bc07f3abf5ebd4a3609" + "reference": "b0247c25b71409c23c0cf3e090030950a86cc61b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e8bb28f54741c0eb91ff7bc07f3abf5ebd4a3609", - "reference": "e8bb28f54741c0eb91ff7bc07f3abf5ebd4a3609", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b0247c25b71409c23c0cf3e090030950a86cc61b", + "reference": "b0247c25b71409c23c0cf3e090030950a86cc61b", "shasum": "" }, "require": { "doctrine/event-manager": "^2", - "doctrine/persistence": "^3.1", + "doctrine/persistence": "^3.1|^4", "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", @@ -2808,7 +2799,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v7.1.10" + "source": "https://github.com/symfony/doctrine-bridge/tree/v7.1.11" }, "funding": [ { @@ -2824,20 +2815,20 @@ "type": "tidelift" } ], - "time": "2024-12-19T14:23:39+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/doctrine-messenger", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "5b36afa6445e5cbb2b1e668e3bf25b9264cf5cec" + "reference": "a7813f3cfc8c66bd5930f15fcf591a1dee27b089" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/5b36afa6445e5cbb2b1e668e3bf25b9264cf5cec", - "reference": "5b36afa6445e5cbb2b1e668e3bf25b9264cf5cec", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/a7813f3cfc8c66bd5930f15fcf591a1dee27b089", + "reference": "a7813f3cfc8c66bd5930f15fcf591a1dee27b089", "shasum": "" }, "require": { @@ -2880,7 +2871,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v7.1.10" + "source": "https://github.com/symfony/doctrine-messenger/tree/v7.1.11" }, "funding": [ { @@ -2896,7 +2887,7 @@ "type": "tidelift" } ], - "time": "2024-12-16T13:22:43+00:00" + "time": "2025-01-07T09:23:14+00:00" }, { "name": "symfony/dotenv", @@ -2974,16 +2965,16 @@ }, { "name": "symfony/error-handler", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "12cada0720a728acd96346b19e8c7a867071758c" + "reference": "f4d1fd1bcb4bce9983d034111b7ea3edc88e1a57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/12cada0720a728acd96346b19e8c7a867071758c", - "reference": "12cada0720a728acd96346b19e8c7a867071758c", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/f4d1fd1bcb4bce9983d034111b7ea3edc88e1a57", + "reference": "f4d1fd1bcb4bce9983d034111b7ea3edc88e1a57", "shasum": "" }, "require": { @@ -3029,7 +3020,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v7.1.10" + "source": "https://github.com/symfony/error-handler/tree/v7.1.11" }, "funding": [ { @@ -3045,7 +3036,7 @@ "type": "tidelift" } ], - "time": "2024-12-07T08:49:48+00:00" + "time": "2025-01-07T09:23:14+00:00" }, { "name": "symfony/event-dispatcher", @@ -3564,16 +3555,16 @@ }, { "name": "symfony/framework-bundle", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "51b99e2307a79640b4c574a81b46ac918d13c89d" + "reference": "1eae7a4e095a2a3851cb41ac2aea9aa60fba1df8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/51b99e2307a79640b4c574a81b46ac918d13c89d", - "reference": "51b99e2307a79640b4c574a81b46ac918d13c89d", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1eae7a4e095a2a3851cb41ac2aea9aa60fba1df8", + "reference": "1eae7a4e095a2a3851cb41ac2aea9aa60fba1df8", "shasum": "" }, "require": { @@ -3692,7 +3683,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/v7.1.10" + "source": "https://github.com/symfony/framework-bundle/tree/v7.1.11" }, "funding": [ { @@ -3708,20 +3699,20 @@ "type": "tidelift" } ], - "time": "2024-12-19T14:23:39+00:00" + "time": "2025-01-29T07:13:42+00:00" }, { "name": "symfony/http-client", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "e221bfd51e70f12568e2f84890e6a5ffed0c35c7" + "reference": "71632c1f13b36cb4c23ccdd255946dc02753afef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/e221bfd51e70f12568e2f84890e6a5ffed0c35c7", - "reference": "e221bfd51e70f12568e2f84890e6a5ffed0c35c7", + "url": "https://api.github.com/repos/symfony/http-client/zipball/71632c1f13b36cb4c23ccdd255946dc02753afef", + "reference": "71632c1f13b36cb4c23ccdd255946dc02753afef", "shasum": "" }, "require": { @@ -3786,7 +3777,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v7.1.10" + "source": "https://github.com/symfony/http-client/tree/v7.1.11" }, "funding": [ { @@ -3802,7 +3793,7 @@ "type": "tidelift" } ], - "time": "2024-12-30T18:35:03+00:00" + "time": "2025-01-28T15:50:57+00:00" }, { "name": "symfony/http-client-contracts", @@ -3884,16 +3875,16 @@ }, { "name": "symfony/http-foundation", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "b5567e738aa372e0f3408c40e96bd4bd445bf3a1" + "reference": "7ced01aa123612666a7a4fb72c627f969c01fa8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b5567e738aa372e0f3408c40e96bd4bd445bf3a1", - "reference": "b5567e738aa372e0f3408c40e96bd4bd445bf3a1", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7ced01aa123612666a7a4fb72c627f969c01fa8d", + "reference": "7ced01aa123612666a7a4fb72c627f969c01fa8d", "shasum": "" }, "require": { @@ -3941,7 +3932,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.1.10" + "source": "https://github.com/symfony/http-foundation/tree/v7.1.11" }, "funding": [ { @@ -3957,20 +3948,20 @@ "type": "tidelift" } ], - "time": "2024-12-16T16:04:34+00:00" + "time": "2025-01-17T10:33:21+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f4cab1e059b6a0c67b008a81fa1822aa4ed37379" + "reference": "576eb3368037dd139f67b8ac71db56c3f69f7d66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f4cab1e059b6a0c67b008a81fa1822aa4ed37379", - "reference": "f4cab1e059b6a0c67b008a81fa1822aa4ed37379", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/576eb3368037dd139f67b8ac71db56c3f69f7d66", + "reference": "576eb3368037dd139f67b8ac71db56c3f69f7d66", "shasum": "" }, "require": { @@ -4055,7 +4046,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/v7.1.10" + "source": "https://github.com/symfony/http-kernel/tree/v7.1.11" }, "funding": [ { @@ -4071,7 +4062,7 @@ "type": "tidelift" } ], - "time": "2024-12-31T14:55:36+00:00" + "time": "2025-01-29T07:34:05+00:00" }, { "name": "symfony/intl", @@ -4161,16 +4152,16 @@ }, { "name": "symfony/mailer", - "version": "v7.1.6", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd" + "reference": "e3790ddd7448cc6797fbd06749db70d147992321" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/69c9948451fb3a6a4d47dc8261d1794734e76cdd", - "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e3790ddd7448cc6797fbd06749db70d147992321", + "reference": "e3790ddd7448cc6797fbd06749db70d147992321", "shasum": "" }, "require": { @@ -4221,7 +4212,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.1.6" + "source": "https://github.com/symfony/mailer/tree/v7.1.11" }, "funding": [ { @@ -4237,7 +4228,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/messenger", @@ -4327,16 +4318,16 @@ }, { "name": "symfony/mime", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "a42697498633a43da1d390ccf453b597df982a35" + "reference": "c252e20d1179dd35a5bfdb4a61a2084387ce97f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/a42697498633a43da1d390ccf453b597df982a35", - "reference": "a42697498633a43da1d390ccf453b597df982a35", + "url": "https://api.github.com/repos/symfony/mime/zipball/c252e20d1179dd35a5bfdb4a61a2084387ce97f4", + "reference": "c252e20d1179dd35a5bfdb4a61a2084387ce97f4", "shasum": "" }, "require": { @@ -4391,7 +4382,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.1.10" + "source": "https://github.com/symfony/mime/tree/v7.1.11" }, "funding": [ { @@ -4407,7 +4398,7 @@ "type": "tidelift" } ], - "time": "2024-12-07T08:49:48+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/monolog-bridge", @@ -5330,16 +5321,16 @@ }, { "name": "symfony/property-access", - "version": "v7.1.6", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9" + "reference": "83e46f0266186e76929257426ddaa151248781c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/975d7f7fd8fcb952364c6badc46d01a580532bf9", - "reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9", + "url": "https://api.github.com/repos/symfony/property-access/zipball/83e46f0266186e76929257426ddaa151248781c6", + "reference": "83e46f0266186e76929257426ddaa151248781c6", "shasum": "" }, "require": { @@ -5386,7 +5377,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v7.1.6" + "source": "https://github.com/symfony/property-access/tree/v7.1.11" }, "funding": [ { @@ -5402,20 +5393,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-01-10T14:50:02+00:00" }, { "name": "symfony/property-info", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "daa1a1c742894ce09a39ae2b68c07029d434c746" + "reference": "df9002f8381cc074300dc2bf9726075e4bf00458" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/daa1a1c742894ce09a39ae2b68c07029d434c746", - "reference": "daa1a1c742894ce09a39ae2b68c07029d434c746", + "url": "https://api.github.com/repos/symfony/property-info/zipball/df9002f8381cc074300dc2bf9726075e4bf00458", + "reference": "df9002f8381cc074300dc2bf9726075e4bf00458", "shasum": "" }, "require": { @@ -5426,7 +5417,9 @@ "conflict": { "phpdocumentor/reflection-docblock": "<5.2", "phpdocumentor/type-resolver": "<1.5.1", - "symfony/dependency-injection": "<6.4" + "symfony/cache": "<6.4", + "symfony/dependency-injection": "<6.4", + "symfony/serializer": "<6.4" }, "require-dev": { "phpdocumentor/reflection-docblock": "^5.2", @@ -5469,7 +5462,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.1.10" + "source": "https://github.com/symfony/property-info/tree/v7.1.11" }, "funding": [ { @@ -5485,20 +5478,20 @@ "type": "tidelift" } ], - "time": "2024-12-31T11:04:25+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/routing", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "a27bb8e0cc3ca4baf17159d053910c9736c3aa4c" + "reference": "07f6463a8ff4377944222b69b126bd5495e9d44e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/a27bb8e0cc3ca4baf17159d053910c9736c3aa4c", - "reference": "a27bb8e0cc3ca4baf17159d053910c9736c3aa4c", + "url": "https://api.github.com/repos/symfony/routing/zipball/07f6463a8ff4377944222b69b126bd5495e9d44e", + "reference": "07f6463a8ff4377944222b69b126bd5495e9d44e", "shasum": "" }, "require": { @@ -5550,7 +5543,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.1.9" + "source": "https://github.com/symfony/routing/tree/v7.1.11" }, "funding": [ { @@ -5566,7 +5559,7 @@ "type": "tidelift" } ], - "time": "2024-11-13T16:12:35+00:00" + "time": "2025-01-17T10:33:21+00:00" }, { "name": "symfony/runtime", @@ -5649,16 +5642,16 @@ }, { "name": "symfony/security-bundle", - "version": "v7.1.6", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "7df1d3d431be03fbeb1b162eebca424005b48cdd" + "reference": "4012dbc0884fc7cbf555615a5aaa16f7c0d3f222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/7df1d3d431be03fbeb1b162eebca424005b48cdd", - "reference": "7df1d3d431be03fbeb1b162eebca424005b48cdd", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/4012dbc0884fc7cbf555615a5aaa16f7c0d3f222", + "reference": "4012dbc0884fc7cbf555615a5aaa16f7c0d3f222", "shasum": "" }, "require": { @@ -5735,7 +5728,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/v7.1.6" + "source": "https://github.com/symfony/security-bundle/tree/v7.1.11" }, "funding": [ { @@ -5751,20 +5744,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-12-31T17:57:35+00:00" }, { "name": "symfony/security-core", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "294426c17d484f47a576ca092c132f3afba17a19" + "reference": "0931c6bb15b696e1a4da8405c255b3a8673dcb3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/294426c17d484f47a576ca092c132f3afba17a19", - "reference": "294426c17d484f47a576ca092c132f3afba17a19", + "url": "https://api.github.com/repos/symfony/security-core/zipball/0931c6bb15b696e1a4da8405c255b3a8673dcb3c", + "reference": "0931c6bb15b696e1a4da8405c255b3a8673dcb3c", "shasum": "" }, "require": { @@ -5821,7 +5814,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v7.1.9" + "source": "https://github.com/symfony/security-core/tree/v7.1.11" }, "funding": [ { @@ -5837,7 +5830,7 @@ "type": "tidelift" } ], - "time": "2024-11-27T09:50:41+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/security-csrf", @@ -5909,16 +5902,16 @@ }, { "name": "symfony/security-http", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "4e0bc002cb69181d623c7f84beb1b8d885efa43d" + "reference": "c5ef4cb3bb013cf02c1d8459d1c51bc9f616cd80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/4e0bc002cb69181d623c7f84beb1b8d885efa43d", - "reference": "4e0bc002cb69181d623c7f84beb1b8d885efa43d", + "url": "https://api.github.com/repos/symfony/security-http/zipball/c5ef4cb3bb013cf02c1d8459d1c51bc9f616cd80", + "reference": "c5ef4cb3bb013cf02c1d8459d1c51bc9f616cd80", "shasum": "" }, "require": { @@ -5977,7 +5970,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v7.1.10" + "source": "https://github.com/symfony/security-http/tree/v7.1.11" }, "funding": [ { @@ -5993,20 +5986,20 @@ "type": "tidelift" } ], - "time": "2024-12-04T10:33:06+00:00" + "time": "2025-01-28T15:50:57+00:00" }, { "name": "symfony/serializer", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "39ec8beb1b8149c96785abad0e9ee390375a3e58" + "reference": "cb88edf0d4d63472c50b5f77bcb3227a103966e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/39ec8beb1b8149c96785abad0e9ee390375a3e58", - "reference": "39ec8beb1b8149c96785abad0e9ee390375a3e58", + "url": "https://api.github.com/repos/symfony/serializer/zipball/cb88edf0d4d63472c50b5f77bcb3227a103966e6", + "reference": "cb88edf0d4d63472c50b5f77bcb3227a103966e6", "shasum": "" }, "require": { @@ -6076,7 +6069,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/v7.1.9" + "source": "https://github.com/symfony/serializer/tree/v7.1.11" }, "funding": [ { @@ -6092,7 +6085,7 @@ "type": "tidelift" } ], - "time": "2024-11-14T21:24:44+00:00" + "time": "2025-01-29T07:13:42+00:00" }, { "name": "symfony/service-contracts", @@ -6179,16 +6172,16 @@ }, { "name": "symfony/stimulus-bundle", - "version": "v2.22.1", + "version": "v2.23.0", "source": { "type": "git", "url": "https://github.com/symfony/stimulus-bundle.git", - "reference": "e13034d428354023c82a1db108d40fdf6cec2d36" + "reference": "254f4e05cbaa349d4ae68b9b2e6a22995e0887f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/e13034d428354023c82a1db108d40fdf6cec2d36", - "reference": "e13034d428354023c82a1db108d40fdf6cec2d36", + "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/254f4e05cbaa349d4ae68b9b2e6a22995e0887f9", + "reference": "254f4e05cbaa349d4ae68b9b2e6a22995e0887f9", "shasum": "" }, "require": { @@ -6228,7 +6221,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/stimulus-bundle/tree/v2.22.1" + "source": "https://github.com/symfony/stimulus-bundle/tree/v2.23.0" }, "funding": [ { @@ -6244,7 +6237,7 @@ "type": "tidelift" } ], - "time": "2024-12-06T14:30:33+00:00" + "time": "2025-01-16T21:55:09+00:00" }, { "name": "symfony/stopwatch", @@ -6844,16 +6837,16 @@ }, { "name": "symfony/ux-turbo", - "version": "v2.22.1", + "version": "v2.23.0", "source": { "type": "git", "url": "https://github.com/symfony/ux-turbo.git", - "reference": "97718ea4bca26f0db843c3c0de338d6900c5a002" + "reference": "db96cf04d70a8c820671ce55530e8bf641ada33f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/97718ea4bca26f0db843c3c0de338d6900c5a002", - "reference": "97718ea4bca26f0db843c3c0de338d6900c5a002", + "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/db96cf04d70a8c820671ce55530e8bf641ada33f", + "reference": "db96cf04d70a8c820671ce55530e8bf641ada33f", "shasum": "" }, "require": { @@ -6922,7 +6915,7 @@ "turbo-stream" ], "support": { - "source": "https://github.com/symfony/ux-turbo/tree/v2.22.1" + "source": "https://github.com/symfony/ux-turbo/tree/v2.23.0" }, "funding": [ { @@ -6938,20 +6931,20 @@ "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-02-06T08:47:30+00:00" }, { "name": "symfony/validator", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "216b0d1ccfedeb800cbc2f336ed6effaca7164de" + "reference": "bb226e43829a6554cf891bd7c176dc73d49bc6c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/216b0d1ccfedeb800cbc2f336ed6effaca7164de", - "reference": "216b0d1ccfedeb800cbc2f336ed6effaca7164de", + "url": "https://api.github.com/repos/symfony/validator/zipball/bb226e43829a6554cf891bd7c176dc73d49bc6c1", + "reference": "bb226e43829a6554cf891bd7c176dc73d49bc6c1", "shasum": "" }, "require": { @@ -7019,7 +7012,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v7.1.10" + "source": "https://github.com/symfony/validator/tree/v7.1.11" }, "funding": [ { @@ -7035,20 +7028,20 @@ "type": "tidelift" } ], - "time": "2024-12-30T18:35:03+00:00" + "time": "2025-01-28T15:50:57+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.8", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8" + "reference": "a563c5aeacb98cd46f9885a63cf241ea7794b307" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8", - "reference": "7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a563c5aeacb98cd46f9885a63cf241ea7794b307", + "reference": "a563c5aeacb98cd46f9885a63cf241ea7794b307", "shasum": "" }, "require": { @@ -7102,7 +7095,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.8" + "source": "https://github.com/symfony/var-dumper/tree/v7.1.11" }, "funding": [ { @@ -7118,7 +7111,7 @@ "type": "tidelift" } ], - "time": "2024-11-08T15:46:42+00:00" + "time": "2025-01-17T11:38:41+00:00" }, { "name": "symfony/var-exporter", @@ -7281,16 +7274,16 @@ }, { "name": "symfony/yaml", - "version": "v7.1.6", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" + "reference": "4921b8c1db90c13ba2ee0520080ef6800912b018" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4921b8c1db90c13ba2ee0520080ef6800912b018", + "reference": "4921b8c1db90c13ba2ee0520080ef6800912b018", "shasum": "" }, "require": { @@ -7332,7 +7325,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.6" + "source": "https://github.com/symfony/yaml/tree/v7.1.11" }, "funding": [ { @@ -7348,11 +7341,11 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-01-07T12:50:05+00:00" }, { "name": "twig/extra-bundle", - "version": "v3.18.0", + "version": "v3.19.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", @@ -7410,7 +7403,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.18.0" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.19.0" }, "funding": [ { @@ -7426,16 +7419,16 @@ }, { "name": "twig/twig", - "version": "v3.18.0", + "version": "v3.19.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50" + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50", - "reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e", + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e", "shasum": "" }, "require": { @@ -7490,7 +7483,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.18.0" + "source": "https://github.com/twigphp/Twig/tree/v3.19.0" }, "funding": [ { @@ -7502,7 +7495,7 @@ "type": "tidelift" } ], - "time": "2024-12-29T10:51:50+00:00" + "time": "2025-01-29T07:06:14+00:00" }, { "name": "webmozart/assert", @@ -7633,16 +7626,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.12.1", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" + "reference": "024473a478be9df5fdaca2c793f2232fe788e414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", + "reference": "024473a478be9df5fdaca2c793f2232fe788e414", "shasum": "" }, "require": { @@ -7681,7 +7674,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" }, "funding": [ { @@ -7689,7 +7682,7 @@ "type": "tidelift" } ], - "time": "2024-11-08T17:47:46+00:00" + "time": "2025-02-12T12:17:51+00:00" }, { "name": "nikic/php-parser", @@ -9461,16 +9454,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v7.1.9", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "fd006641cf28ab702684b8cb0645bea95bc1691a" + "reference": "7361d8f7e7eecbca17efe68ca1ee677bf23cfe5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fd006641cf28ab702684b8cb0645bea95bc1691a", - "reference": "fd006641cf28ab702684b8cb0645bea95bc1691a", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7361d8f7e7eecbca17efe68ca1ee677bf23cfe5a", + "reference": "7361d8f7e7eecbca17efe68ca1ee677bf23cfe5a", "shasum": "" }, "require": { @@ -9508,7 +9501,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v7.1.9" + "source": "https://github.com/symfony/dom-crawler/tree/v7.1.11" }, "funding": [ { @@ -9524,7 +9517,7 @@ "type": "tidelift" } ], - "time": "2024-11-13T15:09:09+00:00" + "time": "2025-01-27T10:57:12+00:00" }, { "name": "symfony/maker-bundle", @@ -9702,16 +9695,16 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v7.1.10", + "version": "v7.1.11", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "8bbef1c761814fb73b3c19334a06c5b91a56a79c" + "reference": "328b2728bb5d85d0d38b18d1458834098202afe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/8bbef1c761814fb73b3c19334a06c5b91a56a79c", - "reference": "8bbef1c761814fb73b3c19334a06c5b91a56a79c", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/328b2728bb5d85d0d38b18d1458834098202afe2", + "reference": "328b2728bb5d85d0d38b18d1458834098202afe2", "shasum": "" }, "require": { @@ -9763,7 +9756,7 @@ "dev" ], "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.10" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.11" }, "funding": [ { @@ -9779,7 +9772,7 @@ "type": "tidelift" } ], - "time": "2024-12-11T07:23:25+00:00" + "time": "2025-01-07T09:23:14+00:00" }, { "name": "theseer/tokenizer",