diff --git a/ux.symfony.com/.symfony.local.yaml b/ux.symfony.com/.symfony.local.yaml index 77319f515f3..94f1ee53695 100644 --- a/ux.symfony.com/.symfony.local.yaml +++ b/ux.symfony.com/.symfony.local.yaml @@ -6,4 +6,5 @@ workers: cmd: ['symfony', 'console', 'tailwind:build', '--watch'] http: + port: 9044 use_gzip: true diff --git a/ux.symfony.com/.twig-cs-fixer.dist.php b/ux.symfony.com/.twig-cs-fixer.dist.php index 01bd2765190..1dfe5c365d4 100644 --- a/ux.symfony.com/.twig-cs-fixer.dist.php +++ b/ux.symfony.com/.twig-cs-fixer.dist.php @@ -6,7 +6,7 @@ use TwigCsFixer\Rules\File\FileNameRule; use TwigCsFixer\Rules\Function\IncludeFunctionRule; use TwigCsFixer\Rules\Punctuation\TrailingCommaSingleLineRule; -use TwigCsFixer\Rules\String\SingleQuoteRule; +use TwigCsFixer\Rules\Literal\SingleQuoteRule; use TwigCsFixer\Rules\Variable\VariableNameRule; use TwigCsFixer\Rules\Whitespace\EmptyLinesRule; use TwigCsFixer\Rules\Whitespace\TrailingSpaceRule; diff --git a/ux.symfony.com/composer.json b/ux.symfony.com/composer.json index d9be8be8509..d1c4fa895d8 100644 --- a/ux.symfony.com/composer.json +++ b/ux.symfony.com/composer.json @@ -76,7 +76,7 @@ "symfony/phpunit-bridge": "7.2.*", "symfony/stopwatch": "7.2.*", "symfony/web-profiler-bundle": "7.2.*", - "vincentlanglet/twig-cs-fixer": "3.1.*", + "vincentlanglet/twig-cs-fixer": "3.9.*", "zenstruck/browser": "^1.9", "zenstruck/foundry": "2.2.*" }, @@ -139,5 +139,14 @@ "importmap:install": "symfony-cmd", "tailwind:build": "symfony-cmd" } + }, + "repositories": { + "symfony-ux-toolkit": { + "type": "path", + "url": "../src/Toolkit", + "options": { + "symlink": true + } + } } } diff --git a/ux.symfony.com/composer.lock b/ux.symfony.com/composer.lock index 70da9028284..d96f1e66a6e 100644 --- a/ux.symfony.com/composer.lock +++ b/ux.symfony.com/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4c63747018e3269a9e8d6adcd246355b", + "content-hash": "0866bbab4d07cd77c2832549a45b8d0b", "packages": [ { "name": "composer/semver", @@ -547,26 +547,29 @@ }, { "name": "doctrine/deprecations", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", - "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, + "conflict": { + "phpunit/phpunit": "<=7.5 || >=13" + }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12", - "phpstan/phpstan": "1.4.10 || 2.0.3", + "doctrine/coding-standard": "^9 || ^12 || ^13", + "phpstan/phpstan": "1.4.10 || 2.1.11", "phpstan/phpstan-phpunit": "^1.0 || ^2", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", "psr/log": "^1 || ^2 || ^3" }, "suggest": { @@ -586,9 +589,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.4" + "source": "https://github.com/doctrine/deprecations/tree/1.1.5" }, - "time": "2024-12-07T21:18:45+00:00" + "time": "2025-04-07T20:06:18+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -2976,16 +2979,16 @@ }, { "name": "symfony/cache", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "8d773a575e446de220dca03d600b2d8e1c1c10ec" + "reference": "e874746cea6893d4b91943eab8376a0fe7528de6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/8d773a575e446de220dca03d600b2d8e1c1c10ec", - "reference": "8d773a575e446de220dca03d600b2d8e1c1c10ec", + "url": "https://api.github.com/repos/symfony/cache/zipball/e874746cea6893d4b91943eab8376a0fe7528de6", + "reference": "e874746cea6893d4b91943eab8376a0fe7528de6", "shasum": "" }, "require": { @@ -3054,7 +3057,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v7.2.3" + "source": "https://github.com/symfony/cache/tree/v7.2.9" }, "funding": [ { @@ -3065,25 +3068,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-27T11:08:17+00:00" + "time": "2025-07-30T17:03:27+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b" + "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", - "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868", + "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868", "shasum": "" }, "require": { @@ -3097,7 +3104,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3130,7 +3137,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0" }, "funding": [ { @@ -3146,20 +3153,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-03-13T15:25:07+00:00" }, { "name": "symfony/config", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "7716594aaae91d9141be080240172a92ecca4d44" + "reference": "4cfed7041ac389c242122e60884d4a9fc5376cb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/7716594aaae91d9141be080240172a92ecca4d44", - "reference": "7716594aaae91d9141be080240172a92ecca4d44", + "url": "https://api.github.com/repos/symfony/config/zipball/4cfed7041ac389c242122e60884d4a9fc5376cb3", + "reference": "4cfed7041ac389c242122e60884d4a9fc5376cb3", "shasum": "" }, "require": { @@ -3205,7 +3212,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.2.3" + "source": "https://github.com/symfony/config/tree/v7.2.9" }, "funding": [ { @@ -3216,25 +3223,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-22T12:07:01+00:00" + "time": "2025-07-26T13:54:51+00:00" }, { "name": "symfony/console", - "version": "v7.2.1", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3" + "reference": "93518c2ff7ce9c1818224c6effed3cf2429c63d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3", - "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3", + "url": "https://api.github.com/repos/symfony/console/zipball/93518c2ff7ce9c1818224c6effed3cf2429c63d7", + "reference": "93518c2ff7ce9c1818224c6effed3cf2429c63d7", "shasum": "" }, "require": { @@ -3298,7 +3309,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.2.1" + "source": "https://github.com/symfony/console/tree/v7.2.9" }, "funding": [ { @@ -3309,25 +3320,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-11T03:49:26+00:00" + "time": "2025-07-30T17:03:27+00:00" }, { "name": "symfony/dependency-injection", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc" + "reference": "fae0971f518e81fd1ccbfb6218aef410392ac701" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc", - "reference": "1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/fae0971f518e81fd1ccbfb6218aef410392ac701", + "reference": "fae0971f518e81fd1ccbfb6218aef410392ac701", "shasum": "" }, "require": { @@ -3335,7 +3350,7 @@ "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^3.5", - "symfony/var-exporter": "^6.4|^7.0" + "symfony/var-exporter": "^6.4.20|^7.2.5" }, "conflict": { "ext-psr": "<1.1|>=2", @@ -3378,7 +3393,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.2.3" + "source": "https://github.com/symfony/dependency-injection/tree/v7.2.9" }, "funding": [ { @@ -3389,25 +3404,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-07-30T17:31:35+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { @@ -3420,7 +3439,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3445,7 +3464,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" }, "funding": [ { @@ -3461,7 +3480,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/doctrine-bridge", @@ -3648,16 +3667,16 @@ }, { "name": "symfony/error-handler", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49" + "reference": "df98c90e43fa8267da4a64a88dd9427e0277773a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/959a74d044a6db21f4caa6d695648dcb5584cb49", - "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/df98c90e43fa8267da4a64a88dd9427e0277773a", + "reference": "df98c90e43fa8267da4a64a88dd9427e0277773a", "shasum": "" }, "require": { @@ -3703,7 +3722,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.2.3" + "source": "https://github.com/symfony/error-handler/tree/v7.2.9" }, "funding": [ { @@ -3714,12 +3733,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-07T09:39:55+00:00" + "time": "2025-07-07T08:17:47+00:00" }, { "name": "symfony/event-dispatcher", @@ -3803,16 +3826,16 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" + "reference": "59eb412e93815df44f05f342958efa9f46b1e586" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", + "reference": "59eb412e93815df44f05f342958efa9f46b1e586", "shasum": "" }, "require": { @@ -3826,7 +3849,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -3859,7 +3882,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" }, "funding": [ { @@ -3875,7 +3898,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/expression-language", @@ -3943,16 +3966,16 @@ }, { "name": "symfony/filesystem", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb" + "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb", - "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/edcbb768a186b5c3f25d0643159a787d3e63b7fd", + "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd", "shasum": "" }, "require": { @@ -3989,7 +4012,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.2.0" + "source": "https://github.com/symfony/filesystem/tree/v7.2.9" }, "funding": [ { @@ -4000,25 +4023,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-25T15:15:23+00:00" + "time": "2025-07-07T08:17:47+00:00" }, { "name": "symfony/finder", - "version": "v7.2.2", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "87a71856f2f56e4100373e92529eed3171695cfb" + "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", - "reference": "87a71856f2f56e4100373e92529eed3171695cfb", + "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe", + "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe", "shasum": "" }, "require": { @@ -4053,7 +4080,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.2.2" + "source": "https://github.com/symfony/finder/tree/v7.2.9" }, "funding": [ { @@ -4064,12 +4091,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-30T19:00:17+00:00" + "time": "2025-07-15T13:41:35+00:00" }, { "name": "symfony/flex", @@ -4238,16 +4269,16 @@ }, { "name": "symfony/framework-bundle", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "d37a43dd0b2079605fcab3056dac71934f06dc0f" + "reference": "42ac8bbbf10d3113c335ba8af39fad63db96e4e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d37a43dd0b2079605fcab3056dac71934f06dc0f", - "reference": "d37a43dd0b2079605fcab3056dac71934f06dc0f", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/42ac8bbbf10d3113c335ba8af39fad63db96e4e2", + "reference": "42ac8bbbf10d3113c335ba8af39fad63db96e4e2", "shasum": "" }, "require": { @@ -4289,7 +4320,7 @@ "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4", "symfony/security-core": "<6.4", "symfony/security-csrf": "<7.2", - "symfony/serializer": "<7.1", + "symfony/serializer": "<7.2.5", "symfony/stopwatch": "<6.4", "symfony/translation": "<6.4", "symfony/twig-bridge": "<6.4", @@ -4328,12 +4359,12 @@ "symfony/scheduler": "^6.4.4|^7.0.4", "symfony/security-bundle": "^6.4|^7.0", "symfony/semaphore": "^6.4|^7.0", - "symfony/serializer": "^7.1", + "symfony/serializer": "^7.2.5", "symfony/stopwatch": "^6.4|^7.0", "symfony/string": "^6.4|^7.0", "symfony/translation": "^6.4|^7.0", "symfony/twig-bundle": "^6.4|^7.0", - "symfony/type-info": "^7.1", + "symfony/type-info": "^7.1.8", "symfony/uid": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0", "symfony/web-link": "^6.4|^7.0", @@ -4368,7 +4399,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.2.3" + "source": "https://github.com/symfony/framework-bundle/tree/v7.2.9" }, "funding": [ { @@ -4379,12 +4410,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-29T07:13:55+00:00" + "time": "2025-07-30T17:03:27+00:00" }, { "name": "symfony/http-client", @@ -4483,16 +4518,16 @@ }, { "name": "symfony/http-client-contracts", - "version": "v3.5.2", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645" + "reference": "75d7043853a42837e68111812f4d964b01e5101c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ee8d807ab20fcb51267fdace50fbe3494c31e645", - "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c", + "reference": "75d7043853a42837e68111812f4d964b01e5101c", "shasum": "" }, "require": { @@ -4505,7 +4540,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -4541,7 +4576,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.2" + "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0" }, "funding": [ { @@ -4557,20 +4592,20 @@ "type": "tidelift" } ], - "time": "2024-12-07T08:49:48+00:00" + "time": "2025-04-29T11:18:49+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0" + "reference": "7d81b8184601176dff995cf959d3def142309049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0", - "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7d81b8184601176dff995cf959d3def142309049", + "reference": "7d81b8184601176dff995cf959d3def142309049", "shasum": "" }, "require": { @@ -4619,7 +4654,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.2.3" + "source": "https://github.com/symfony/http-foundation/tree/v7.2.9" }, "funding": [ { @@ -4630,25 +4665,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b" + "reference": "d0cc0295c9c2fd5e053fee2b2a143001f2d0c33c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", - "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d0cc0295c9c2fd5e053fee2b2a143001f2d0c33c", + "reference": "d0cc0295c9c2fd5e053fee2b2a143001f2d0c33c", "shasum": "" }, "require": { @@ -4733,7 +4772,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.2.3" + "source": "https://github.com/symfony/http-kernel/tree/v7.2.9" }, "funding": [ { @@ -4744,12 +4783,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-29T07:40:13+00:00" + "time": "2025-07-31T09:36:38+00:00" }, { "name": "symfony/intl", @@ -5074,16 +5117,16 @@ }, { "name": "symfony/mime", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204" + "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204", - "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204", + "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1", + "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1", "shasum": "" }, "require": { @@ -5138,7 +5181,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.2.3" + "source": "https://github.com/symfony/mime/tree/v7.2.9" }, "funding": [ { @@ -5149,12 +5192,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-27T11:08:17+00:00" + "time": "2025-07-15T13:41:35+00:00" }, { "name": "symfony/monolog-bridge", @@ -5462,16 +5509,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.31.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", "shasum": "" }, "require": { @@ -5520,7 +5567,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" }, "funding": [ { @@ -5531,12 +5578,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2025-06-27T09:58:17+00:00" }, { "name": "symfony/polyfill-intl-icu", @@ -5624,16 +5675,16 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.31.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", "shasum": "" }, "require": { @@ -5687,7 +5738,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0" }, "funding": [ { @@ -5698,16 +5749,20 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-09-10T14:38:51+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.31.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -5768,7 +5823,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" }, "funding": [ { @@ -5779,6 +5834,10 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -5788,19 +5847,20 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { + "ext-iconv": "*", "php": ">=7.2" }, "provide": { @@ -5848,7 +5908,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" }, "funding": [ { @@ -5859,12 +5919,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-uuid", @@ -5947,16 +6011,16 @@ }, { "name": "symfony/process", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" + "reference": "e0a87c9a60045a354b041db2ea3cf047bf0b15f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", + "url": "https://api.github.com/repos/symfony/process/zipball/e0a87c9a60045a354b041db2ea3cf047bf0b15f5", + "reference": "e0a87c9a60045a354b041db2ea3cf047bf0b15f5", "shasum": "" }, "require": { @@ -5988,7 +6052,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.2.0" + "source": "https://github.com/symfony/process/tree/v7.2.9" }, "funding": [ { @@ -5999,25 +6063,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-11-06T14:24:19+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/property-access", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "b28732e315d81fbec787f838034de7d6c9b2b902" + "reference": "9858acdf18abac17b9ab254706454d0cc0de7641" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/b28732e315d81fbec787f838034de7d6c9b2b902", - "reference": "b28732e315d81fbec787f838034de7d6c9b2b902", + "url": "https://api.github.com/repos/symfony/property-access/zipball/9858acdf18abac17b9ab254706454d0cc0de7641", + "reference": "9858acdf18abac17b9ab254706454d0cc0de7641", "shasum": "" }, "require": { @@ -6064,7 +6132,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v7.2.3" + "source": "https://github.com/symfony/property-access/tree/v7.2.9" }, "funding": [ { @@ -6075,31 +6143,35 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-07-15T13:41:35+00:00" }, { "name": "symfony/property-info", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "dedb118fd588a92f226b390250b384d25f4192fe" + "reference": "16bb9e15292f9f07c28a6f955d4f14c680d1e0b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/dedb118fd588a92f226b390250b384d25f4192fe", - "reference": "dedb118fd588a92f226b390250b384d25f4192fe", + "url": "https://api.github.com/repos/symfony/property-info/zipball/16bb9e15292f9f07c28a6f955d4f14c680d1e0b5", + "reference": "16bb9e15292f9f07c28a6f955d4f14c680d1e0b5", "shasum": "" }, "require": { "php": ">=8.2", "symfony/string": "^6.4|^7.0", - "symfony/type-info": "~7.1.9|^7.2.2" + "symfony/type-info": "~7.2.8|^7.3.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2", @@ -6149,7 +6221,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.2.3" + "source": "https://github.com/symfony/property-info/tree/v7.2.9" }, "funding": [ { @@ -6160,25 +6232,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-27T11:08:17+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/routing", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996" + "reference": "d5a038e972be748e3f057c884897a41b1111e4a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996", - "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996", + "url": "https://api.github.com/repos/symfony/routing/zipball/d5a038e972be748e3f057c884897a41b1111e4a0", + "reference": "d5a038e972be748e3f057c884897a41b1111e4a0", "shasum": "" }, "require": { @@ -6230,7 +6306,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.2.3" + "source": "https://github.com/symfony/routing/tree/v7.2.9" }, "funding": [ { @@ -6241,12 +6317,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T10:56:55+00:00" + "time": "2025-07-15T11:30:57+00:00" }, { "name": "symfony/runtime", @@ -6329,16 +6409,16 @@ }, { "name": "symfony/serializer", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "320f30beb419ce4f96363ada5e225c41f1ef08ab" + "reference": "91b01d65b553a6687c7b13432da1c0f4af1bf875" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/320f30beb419ce4f96363ada5e225c41f1ef08ab", - "reference": "320f30beb419ce4f96363ada5e225c41f1ef08ab", + "url": "https://api.github.com/repos/symfony/serializer/zipball/91b01d65b553a6687c7b13432da1c0f4af1bf875", + "reference": "91b01d65b553a6687c7b13432da1c0f4af1bf875", "shasum": "" }, "require": { @@ -6374,7 +6454,7 @@ "symfony/property-access": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0", "symfony/translation-contracts": "^2.5|^3", - "symfony/type-info": "^7.1", + "symfony/type-info": "^7.1.8", "symfony/uid": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0", @@ -6407,7 +6487,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.2.3" + "source": "https://github.com/symfony/serializer/tree/v7.2.9" }, "funding": [ { @@ -6418,25 +6498,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-29T07:13:55+00:00" + "time": "2025-07-26T12:59:07+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", "shasum": "" }, "require": { @@ -6454,7 +6538,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -6490,7 +6574,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" }, "funding": [ { @@ -6506,7 +6590,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2025-04-25T09:37:31+00:00" }, { "name": "symfony/stimulus-bundle", @@ -6642,16 +6726,16 @@ }, { "name": "symfony/string", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" + "reference": "de5189e4def141dbdca2f2ce7a653cc6364f58e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", - "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", + "url": "https://api.github.com/repos/symfony/string/zipball/de5189e4def141dbdca2f2ce7a653cc6364f58e6", + "reference": "de5189e4def141dbdca2f2ce7a653cc6364f58e6", "shasum": "" }, "require": { @@ -6709,7 +6793,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.2.0" + "source": "https://github.com/symfony/string/tree/v7.2.9" }, "funding": [ { @@ -6720,12 +6804,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-11-13T13:31:26+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/translation", @@ -6824,16 +6912,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v3.5.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d", "shasum": "" }, "require": { @@ -6846,7 +6934,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.6-dev" } }, "autoload": { @@ -6882,7 +6970,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0" }, "funding": [ { @@ -6898,20 +6986,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-27T08:32:26+00:00" }, { "name": "symfony/twig-bridge", - "version": "v7.2.2", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "29e4c66de9618e67dc1f5f13bc667aca2a228f1e" + "reference": "e62144411b277877d0e8583b48202673c36941d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/29e4c66de9618e67dc1f5f13bc667aca2a228f1e", - "reference": "29e4c66de9618e67dc1f5f13bc667aca2a228f1e", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e62144411b277877d0e8583b48202673c36941d7", + "reference": "e62144411b277877d0e8583b48202673c36941d7", "shasum": "" }, "require": { @@ -6943,7 +7031,7 @@ "symfony/emoji": "^7.1", "symfony/expression-language": "^6.4|^7.0", "symfony/finder": "^6.4|^7.0", - "symfony/form": "^6.4|^7.0", + "symfony/form": "^6.4.20|^7.2.5", "symfony/html-sanitizer": "^6.4|^7.0", "symfony/http-foundation": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", @@ -6992,7 +7080,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v7.2.2" + "source": "https://github.com/symfony/twig-bridge/tree/v7.2.9" }, "funding": [ { @@ -7003,25 +7091,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-19T14:25:03+00:00" + "time": "2025-07-26T14:12:01+00:00" }, { "name": "symfony/twig-bundle", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "cd2be4563afaef5285bb6e0a06c5445e644a5c01" + "reference": "157de579a9ec25d5dfeb7ee3b3e9b57d2e635c39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/cd2be4563afaef5285bb6e0a06c5445e644a5c01", - "reference": "cd2be4563afaef5285bb6e0a06c5445e644a5c01", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/157de579a9ec25d5dfeb7ee3b3e9b57d2e635c39", + "reference": "157de579a9ec25d5dfeb7ee3b3e9b57d2e635c39", "shasum": "" }, "require": { @@ -7076,7 +7168,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v7.2.0" + "source": "https://github.com/symfony/twig-bundle/tree/v7.2.9" }, "funding": [ { @@ -7087,25 +7179,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-23T08:11:15+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/type-info", - "version": "v7.2.2", + "version": "v7.2.8", "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", - "reference": "3b5a17470fff0034f25fd4287cbdaa0010d2f749" + "reference": "ec311f6f16ce2dffdffb6db6f89cdd1533723e42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/3b5a17470fff0034f25fd4287cbdaa0010d2f749", - "reference": "3b5a17470fff0034f25fd4287cbdaa0010d2f749", + "url": "https://api.github.com/repos/symfony/type-info/zipball/ec311f6f16ce2dffdffb6db6f89cdd1533723e42", + "reference": "ec311f6f16ce2dffdffb6db6f89cdd1533723e42", "shasum": "" }, "require": { @@ -7151,7 +7247,7 @@ "type" ], "support": { - "source": "https://github.com/symfony/type-info/tree/v7.2.2" + "source": "https://github.com/symfony/type-info/tree/v7.2.8" }, "funding": [ { @@ -7167,7 +7263,7 @@ "type": "tidelift" } ], - "time": "2024-12-20T13:38:37+00:00" + "time": "2025-06-27T15:23:16+00:00" }, { "name": "symfony/uid", @@ -7249,21 +7345,21 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-autocomplete.git", - "reference": "12a298a06dfee5f447ff4a53edb868ac6de214f9" + "reference": "331d6f9e0f011550b4fd00e3cfa596b19d16678a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/12a298a06dfee5f447ff4a53edb868ac6de214f9", - "reference": "12a298a06dfee5f447ff4a53edb868ac6de214f9", + "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/331d6f9e0f011550b4fd00e3cfa596b19d16678a", + "reference": "331d6f9e0f011550b4fd00e3cfa596b19d16678a", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/dependency-injection": "^6.3|^7.0", + "symfony/dependency-injection": "^6.3|^7.0|^8.0", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-foundation": "^6.3|^7.0", - "symfony/http-kernel": "^6.3|^7.0", - "symfony/property-access": "^6.3|^7.0" + "symfony/http-foundation": "^6.3|^7.0|^8.0", + "symfony/http-kernel": "^6.3|^7.0|^8.0", + "symfony/property-access": "^6.3|^7.0|^8.0" }, "conflict": { "doctrine/orm": "2.9.0 || 2.9.1" @@ -7274,18 +7370,18 @@ "doctrine/orm": "^2.9.4|^3.0", "fakerphp/faker": "^1.22", "mtdowling/jmespath.php": "^2.6", - "symfony/form": "^6.3|^7.0", - "symfony/framework-bundle": "^6.3|^7.0", + "symfony/form": "^6.3|^7.0|^8.0", + "symfony/framework-bundle": "^6.3|^7.0|^8.0", "symfony/maker-bundle": "^1.40", - "symfony/options-resolver": "^6.3|^7.0", - "symfony/phpunit-bridge": "^6.3|^7.0", - "symfony/process": "^6.3|^7.0", - "symfony/security-bundle": "^6.3|^7.0", - "symfony/twig-bundle": "^6.3|^7.0", - "symfony/uid": "^6.3|^7.0", + "symfony/options-resolver": "^6.3|^7.0|^8.0", + "symfony/phpunit-bridge": "^6.3|^7.0|^8.0", + "symfony/process": "^6.3|^7.0|^8.0", + "symfony/security-bundle": "^6.3|^7.0|^8.0", + "symfony/twig-bundle": "^6.3|^7.0|^8.0", + "symfony/uid": "^6.3|^7.0|^8.0", "twig/twig": "^2.14.7|^3.0.4", "zenstruck/browser": "^1.1", - "zenstruck/foundry": "1.37.*" + "zenstruck/foundry": "^2.0" }, "default-branch": true, "type": "symfony-bundle", @@ -7316,7 +7412,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-autocomplete/tree/v2.22.1" + "source": "https://github.com/symfony/ux-autocomplete/tree/2.x" }, "funding": [ { @@ -7327,12 +7423,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-chartjs", @@ -7340,29 +7440,29 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-chartjs.git", - "reference": "6e7de01ea469840da2b7458b660b52e846e279e1" + "reference": "6df518ef73f2252a1c20afdd992fb8922720c66a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/6e7de01ea469840da2b7458b660b52e846e279e1", - "reference": "6e7de01ea469840da2b7458b660b52e846e279e1", + "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/6df518ef73f2252a1c20afdd992fb8922720c66a", + "reference": "6df518ef73f2252a1c20afdd992fb8922720c66a", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9.1" }, "conflict": { "symfony/flex": "<1.13" }, "require-dev": { - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -7397,7 +7497,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-chartjs/tree/v2.22.1" + "source": "https://github.com/symfony/ux-chartjs/tree/2.x" }, "funding": [ { @@ -7408,12 +7508,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-cropperjs", @@ -7421,33 +7525,33 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-cropperjs.git", - "reference": "621a467129e2120c845794862453da0cb2143e2a" + "reference": "7832d97e9c04a48db24792561f839cd8d226c1cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/621a467129e2120c845794862453da0cb2143e2a", - "reference": "621a467129e2120c845794862453da0cb2143e2a", + "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/7832d97e9c04a48db24792561f839cd8d226c1cf", + "reference": "7832d97e9c04a48db24792561f839cd8d226c1cf", "shasum": "" }, "require": { "intervention/image": "^2.5", "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/options-resolver": "^5.4|^6.0|^7.0", - "symfony/validator": "^5.4|^6.0|^7.0" + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/form": "^5.4|^6.0|^7.0|^8.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", + "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0", + "symfony/validator": "^5.4|^6.0|^7.0|^8.0" }, "conflict": { "symfony/flex": "<1.13" }, "require-dev": { - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0", "twig/twig": "^2.14.7|^3.0.4" }, "default-branch": true, @@ -7483,7 +7587,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-cropperjs/tree/v2.22.1" + "source": "https://github.com/symfony/ux-cropperjs/tree/2.x" }, "funding": [ { @@ -7494,12 +7598,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-dropzone", @@ -7507,27 +7615,27 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-dropzone.git", - "reference": "4debd59383bd98141c90bef5a98107710117af80" + "reference": "dc5284c0cc376240b0d1a262e49ec182a86c8344" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/4debd59383bd98141c90bef5a98107710117af80", - "reference": "4debd59383bd98141c90bef5a98107710117af80", + "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/dc5284c0cc376240b0d1a262e49ec182a86c8344", + "reference": "dc5284c0cc376240b0d1a262e49ec182a86c8344", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/options-resolver": "^5.4|^6.0|^7.0" + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/form": "^5.4|^6.0|^7.0|^8.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", + "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0" }, "require-dev": { - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0", "twig/twig": "^2.14.7|^3.0.4" }, "default-branch": true, @@ -7563,7 +7671,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-dropzone/tree/v2.22.1" + "source": "https://github.com/symfony/ux-dropzone/tree/2.x" }, "funding": [ { @@ -7574,12 +7682,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T16:05:57+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-icons", @@ -7587,18 +7699,18 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-icons.git", - "reference": "3a6fd4293fc200530b09960c41941a71354bc5fc" + "reference": "58c5a041795b151016e67fbac762a1d6a5fd9da4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-icons/zipball/3a6fd4293fc200530b09960c41941a71354bc5fc", - "reference": "3a6fd4293fc200530b09960c41941a71354bc5fc", + "url": "https://api.github.com/repos/symfony/ux-icons/zipball/58c5a041795b151016e67fbac762a1d6a5fd9da4", + "reference": "58c5a041795b151016e67fbac762a1d6a5fd9da4", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/framework-bundle": "^6.4|^7.0", - "symfony/twig-bundle": "^6.4|^7.0" + "symfony/framework-bundle": "^6.4|^7.0|^8.0", + "symfony/twig-bundle": "^6.4|^7.0|^8.0" }, "conflict": { "symfony/flex": "<1.13", @@ -7606,10 +7718,10 @@ }, "require-dev": { "psr/log": "^2|^3", - "symfony/asset-mapper": "^6.4|^7.0", - "symfony/console": "^6.4|^7.0", - "symfony/http-client": "6.4|^7.0", - "symfony/phpunit-bridge": "^6.3|^7.0", + "symfony/asset-mapper": "^6.4|^7.0|^8.0", + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/http-client": "6.4|^7.0|^8.0", + "symfony/phpunit-bridge": "^6.3|^7.0|^8.0", "symfony/ux-twig-component": "^2.14", "zenstruck/console-test": "^1.5" }, @@ -7653,7 +7765,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-icons/tree/v2.22.1" + "source": "https://github.com/symfony/ux-icons/tree/2.x" }, "funding": [ { @@ -7664,12 +7776,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-04T11:34:13+00:00" + "time": "2025-09-20T02:26:39+00:00" }, { "name": "symfony/ux-lazy-image", @@ -7677,28 +7793,29 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-lazy-image.git", - "reference": "7b9d9be000799cf02d1163128026e2053a39a734" + "reference": "6772f89623f6ef69159136360040a09ec4f5278a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/7b9d9be000799cf02d1163128026e2053a39a734", - "reference": "7b9d9be000799cf02d1163128026e2053a39a734", + "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/6772f89623f6ef69159136360040a09ec4f5278a", + "reference": "6772f89623f6ef69159136360040a09ec4f5278a", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0" + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0" }, "require-dev": { "intervention/image": "^2.5|^3.0", "kornrunner/blurhash": "^1.1", - "symfony/cache-contracts": "^2.2", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.2|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/cache-contracts": "^2.2|^3.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.2|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -7733,7 +7850,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-lazy-image/tree/v2.22.1" + "source": "https://github.com/symfony/ux-lazy-image/tree/2.x" }, "funding": [ { @@ -7744,12 +7861,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-leaflet-map", @@ -7757,21 +7878,24 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-leaflet-map.git", - "reference": "2ad17399a9ede73a22d8f12ce938a98802dcadb3" + "reference": "a0b46c914c918f02901d72b757b90eb8be3d83c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-leaflet-map/zipball/2ad17399a9ede73a22d8f12ce938a98802dcadb3", - "reference": "2ad17399a9ede73a22d8f12ce938a98802dcadb3", + "url": "https://api.github.com/repos/symfony/ux-leaflet-map/zipball/a0b46c914c918f02901d72b757b90eb8be3d83c4", + "reference": "a0b46c914c918f02901d72b757b90eb8be3d83c4", "shasum": "" }, "require": { - "php": ">=8.3", + "php": ">=8.1", "symfony/stimulus-bundle": "^2.18.1", "symfony/ux-map": "^2.19" }, "require-dev": { - "symfony/phpunit-bridge": "^6.4|^7.0" + "phpunit/phpunit": "^9.6.22", + "spatie/phpunit-snapshot-assertions": "^4.2.17", + "symfony/phpunit-bridge": "^7.2|^8.0", + "symfony/ux-icons": "^2.18" }, "default-branch": true, "type": "symfony-ux-map-bridge", @@ -7803,7 +7927,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-leaflet-map/tree/v2.22.1" + "source": "https://github.com/symfony/ux-leaflet-map/tree/2.x" }, "funding": [ { @@ -7814,12 +7938,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-20T11:50:04+00:00" }, { "name": "symfony/ux-live-component", @@ -7827,43 +7955,46 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-live-component.git", - "reference": "060e0c64e64125a4dfbf37dec281157faade1feb" + "reference": "b3607791b7599f641d7e045e01a9a2371372a151" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/060e0c64e64125a4dfbf37dec281157faade1feb", - "reference": "060e0c64e64125a4dfbf37dec281157faade1feb", + "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/b3607791b7599f641d7e045e01a9a2371372a151", + "reference": "b3607791b7599f641d7e045e01a9a2371372a151", "shasum": "" }, "require": { "php": ">=8.1", "symfony/deprecation-contracts": "^2.5|^3.0", - "symfony/property-access": "^5.4.5|^6.0|^7.0", + "symfony/property-access": "^5.4.5|^6.0|^7.0|^8.0", + "symfony/property-info": "^5.4|^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9", - "symfony/ux-twig-component": "^2.8", - "twig/twig": "^3.8.0" + "symfony/ux-twig-component": "^2.25.1", + "twig/twig": "^3.10.3" }, "conflict": { - "symfony/config": "<5.4.0" + "symfony/config": "<5.4.0", + "symfony/property-info": "~7.0.0", + "symfony/type-info": "<7.2" }, "require-dev": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0|^2.0", "doctrine/collections": "^1.6.8|^2.0", "doctrine/doctrine-bundle": "^2.4.3", - "doctrine/orm": "^2.9.4", + "doctrine/orm": "^2.9.4|^3.0", "doctrine/persistence": "^2.5.2|^3.0", "phpdocumentor/reflection-docblock": "5.x-dev", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/options-resolver": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^6.1|^7.0", - "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/security-bundle": "^5.4|^6.0|^7.0", - "symfony/serializer": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/validator": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/expression-language": "^5.4|^6.0|^7.0|^8.0", + "symfony/form": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^6.1|^7.0|^8.0", + "symfony/security-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/serializer": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/uid": "^5.4|^6.0|^7.0|^8.0", + "symfony/validator": "^5.4|^6.0|^7.0|^8.0", "zenstruck/browser": "^1.2.0", "zenstruck/foundry": "^2.0" }, @@ -7898,7 +8029,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-live-component/tree/v2.22.1" + "source": "https://github.com/symfony/ux-live-component/tree/2.x" }, "funding": [ { @@ -7909,12 +8040,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-07T10:13:15+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-map", @@ -7922,27 +8057,30 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-map.git", - "reference": "36efce231607de2ba7662cf793eb04cedc48f60b" + "reference": "7d1349bac070af85da65058bf17dafef8fb69184" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-map/zipball/36efce231607de2ba7662cf793eb04cedc48f60b", - "reference": "36efce231607de2ba7662cf793eb04cedc48f60b", + "url": "https://api.github.com/repos/symfony/ux-map/zipball/7d1349bac070af85da65058bf17dafef8fb69184", + "reference": "7d1349bac070af85da65058bf17dafef8fb69184", "shasum": "" }, "require": { - "php": ">=8.3", + "php": ">=8.1", "symfony/stimulus-bundle": "^2.18.1" }, "conflict": { "symfony/ux-twig-component": "<2.21" }, "require-dev": { - "symfony/asset-mapper": "^6.4|^7.0", - "symfony/framework-bundle": "^6.4|^7.0", - "symfony/phpunit-bridge": "^6.4|^7.0", - "symfony/twig-bundle": "^6.4|^7.0", - "symfony/ux-twig-component": "^2.18" + "phpunit/phpunit": "^9.6.22", + "spatie/phpunit-snapshot-assertions": "^4.2.17", + "symfony/asset-mapper": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4|^7.0|^8.0", + "symfony/phpunit-bridge": "^7.2|^8.0", + "symfony/twig-bundle": "^6.4|^7.0|^8.0", + "symfony/ux-icons": "^2.18", + "symfony/ux-twig-component": "^2.18|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -7981,7 +8119,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-map/tree/v2.22.1" + "source": "https://github.com/symfony/ux-map/tree/2.x" }, "funding": [ { @@ -7992,12 +8130,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-20T11:50:04+00:00" }, { "name": "symfony/ux-notify", @@ -8005,31 +8147,31 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-notify.git", - "reference": "0d49f53496ac67498352f9b6fb6166dbb046b3d6" + "reference": "25ab67fa25ca8087326407dbc599e863fa78e9b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-notify/zipball/0d49f53496ac67498352f9b6fb6166dbb046b3d6", - "reference": "0d49f53496ac67498352f9b6fb6166dbb046b3d6", + "url": "https://api.github.com/repos/symfony/ux-notify/zipball/25ab67fa25ca8087326407dbc599e863fa78e9b9", + "reference": "25ab67fa25ca8087326407dbc599e863fa78e9b9", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", "symfony/mercure-bundle": "^0.3.4", - "symfony/mercure-notifier": "^5.4|^6.0|^7.0", + "symfony/mercure-notifier": "^5.4|^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9.1", - "symfony/twig-bundle": "^5.4|^6.0|^7.0" + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0" }, "conflict": { "symfony/config": "<5.4.0" }, "require-dev": { - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8064,7 +8206,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-notify/tree/v2.22.1" + "source": "https://github.com/symfony/ux-notify/tree/2.x" }, "funding": [ { @@ -8075,12 +8217,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-react", @@ -8088,12 +8234,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-react.git", - "reference": "9ca27a52c536994f48005ee70e2208d0769b2ae8" + "reference": "ba78579a9b7e7d2ebf77fa9c3983613c8f5c5443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-react/zipball/9ca27a52c536994f48005ee70e2208d0769b2ae8", - "reference": "9ca27a52c536994f48005ee70e2208d0769b2ae8", + "url": "https://api.github.com/repos/symfony/ux-react/zipball/ba78579a9b7e7d2ebf77fa9c3983613c8f5c5443", + "reference": "ba78579a9b7e7d2ebf77fa9c3983613c8f5c5443", "shasum": "" }, "require": { @@ -8101,12 +8247,12 @@ "symfony/stimulus-bundle": "^2.9.1" }, "require-dev": { - "symfony/asset-mapper": "^6.3|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/asset-mapper": "^6.3|^7.0|^8.0", + "symfony/finder": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8141,7 +8287,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-react/tree/v2.22.1" + "source": "https://github.com/symfony/ux-react/tree/2.x" }, "funding": [ { @@ -8152,12 +8298,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-svelte", @@ -8165,12 +8315,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-svelte.git", - "reference": "59abbafc761e5ece91394693e0c4c87cd37aeba0" + "reference": "ab5861e6d79dabb5bc0c2d30976a2b386837e283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/59abbafc761e5ece91394693e0c4c87cd37aeba0", - "reference": "59abbafc761e5ece91394693e0c4c87cd37aeba0", + "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/ab5861e6d79dabb5bc0c2d30976a2b386837e283", + "reference": "ab5861e6d79dabb5bc0c2d30976a2b386837e283", "shasum": "" }, "require": { @@ -8178,12 +8328,12 @@ "symfony/stimulus-bundle": "^2.9.1" }, "require-dev": { - "symfony/asset-mapper": "^6.3|^7.0", - "symfony/finder": "^5.4|^6.2|^7.0", - "symfony/framework-bundle": "^5.4|^6.2|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.2|^7.0", - "symfony/twig-bundle": "^5.4|^6.2|^7.0", - "symfony/var-dumper": "^5.4|^6.2|^7.0" + "symfony/asset-mapper": "^6.3|^7.0|^8.0", + "symfony/finder": "^5.4|^6.2|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.2|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.2|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.2|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.2|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8222,7 +8372,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-svelte/tree/v2.22.1" + "source": "https://github.com/symfony/ux-svelte/tree/2.x" }, "funding": [ { @@ -8233,12 +8383,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-swup", @@ -8246,14 +8400,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-swup.git", - "reference": "e344e0308b2c303e138386b2a6f892443947c7f7" + "reference": "d9cb2af6f3bbe88a8d009ab996d9b525bf91a7be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-swup/zipball/e344e0308b2c303e138386b2a6f892443947c7f7", - "reference": "e344e0308b2c303e138386b2a6f892443947c7f7", + "url": "https://api.github.com/repos/symfony/ux-swup/zipball/d9cb2af6f3bbe88a8d009ab996d9b525bf91a7be", + "reference": "d9cb2af6f3bbe88a8d009ab996d9b525bf91a7be", "shasum": "" }, + "require": { + "php": ">=8.1" + }, "conflict": { "symfony/flex": "<1.13" }, @@ -8290,7 +8447,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-swup/tree/v2.22.1" + "source": "https://github.com/symfony/ux-swup/tree/2.x" }, "funding": [ { @@ -8301,12 +8458,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-toggle-password", @@ -8314,28 +8475,28 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-toggle-password.git", - "reference": "ed8ec4139f0d64125eb682af8f54a518bf182151" + "reference": "514c5ca36309714760fdae32e5c6e181c6394b40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/ed8ec4139f0d64125eb682af8f54a518bf182151", - "reference": "ed8ec4139f0d64125eb682af8f54a518bf182151", + "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/514c5ca36309714760fdae32e5c6e181c6394b40", + "reference": "514c5ca36309714760fdae32e5c6e181c6394b40", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/options-resolver": "^5.4|^6.0|^7.0", - "symfony/translation": "^5.4|^6.0|^7.0" - }, - "require-dev": { - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0|^8.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", + "symfony/form": "^5.4|^6.0|^7.0|^8.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0", + "symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0", + "symfony/translation": "^5.4|^6.0|^7.0|^8.0" + }, + "require-dev": { + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0", "twig/twig": "^2.14.7|^3.0.4" }, "default-branch": true, @@ -8371,7 +8532,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-toggle-password/tree/v2.22.1" + "source": "https://github.com/symfony/ux-toggle-password/tree/2.x" }, "funding": [ { @@ -8382,12 +8543,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T16:05:57+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-toolkit", @@ -8395,30 +8560,36 @@ "dist": { "type": "path", "url": "../src/Toolkit", - "reference": "f0345541d15b0781efce35d5610f3d22622d0a76" + "reference": "0000a9c28390c67e14cb180f447ee70b5bee6fdc" }, "require": { - "php": ">=8.3", - "symfony/console": "^7.2", - "symfony/filesystem": "^7.2", - "symfony/framework-bundle": "^6.4|^7.0", - "symfony/twig-bundle": "^6.4|^7.0", - "symfony/ux-twig-component": "^2.22", - "twig/extra-bundle": "^3.19|^4.0", - "twig/html-extra": "^3.19", - "twig/twig": "^2.12|^3.0" - }, - "conflict": { - "symfony/ux-twig-component": "<2.21" + "php": ">=8.1", + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/filesystem": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4|^7.0|^8.0", + "symfony/twig-bundle": "^6.4|^7.0|^8.0", + "symfony/ux-twig-component": "^2.25.1", + "symfony/yaml": "^6.4|^7.0|^8.0", + "twig/twig": "^3.0" }, "require-dev": { - "symfony/finder": "6.4|^7.0", - "symfony/http-client": "6.4|^7.0", - "symfony/phpunit-bridge": "^6.4|^7.0", - "symfony/stopwatch": "^7.2", - "tales-from-a-dev/twig-tailwind-extra": "^0.3.0", + "phpunit/phpunit": "^9.6.22", + "spatie/phpunit-snapshot-assertions": "^4.2.17", + "symfony/finder": "6.4|^7.0|^8.0", + "symfony/http-client": "6.4|^7.0|^8.0", + "symfony/phpunit-bridge": "^7.2|^8.0", + "symfony/stopwatch": "^6.4|^7.0|^8.0", + "symfony/ux-icons": "^2.18", + "tales-from-a-dev/twig-tailwind-extra": "^0.4.0", + "twig/extra-bundle": "^3.19|^4.0", + "twig/html-extra": "^3.19", + "vincentlanglet/twig-cs-fixer": "^3.9", "zenstruck/console-test": "^1.7" }, + "bin": [ + "bin/ux-toolkit-kit-create", + "bin/ux-toolkit-kit-debug" + ], "type": "symfony-bundle", "extra": { "thanks": { @@ -8458,15 +8629,17 @@ "email": "smn.andre@gmail.com" } ], - "description": "Twig Toolkit for Symfony", + "description": "A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components", "homepage": "https://symfony.com", "keywords": [ "components", + "design-system", "symfony-ux", - "twig" + "twig", + "ui" ], "transport-options": { - "symlink": false, + "symlink": true, "relative": true } }, @@ -8476,25 +8649,26 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-translator.git", - "reference": "f05e243a52258431b69c85ef9de6c0ed0d9c92c1" + "reference": "15b1f8fac8863b4a1f49f0a7dd0072dab2fbbfd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-translator/zipball/f05e243a52258431b69c85ef9de6c0ed0d9c92c1", - "reference": "f05e243a52258431b69c85ef9de6c0ed0d9c92c1", + "url": "https://api.github.com/repos/symfony/ux-translator/zipball/15b1f8fac8863b4a1f49f0a7dd0072dab2fbbfd0", + "reference": "15b1f8fac8863b4a1f49f0a7dd0072dab2fbbfd0", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/string": "^5.4|^6.0|^7.0", - "symfony/translation": "^5.4|^6.0|^7.0" + "symfony/console": "^5.4|^6.0|^7.0|^8.0", + "symfony/filesystem": "^5.4|^6.0|^7.0|^8.0", + "symfony/string": "^5.4|^6.0|^7.0|^8.0", + "symfony/translation": "^5.4|^6.0|^7.0|^8.0" }, "require-dev": { - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.2|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.2|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0", + "symfony/yaml": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8529,7 +8703,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-translator/tree/v2.22.1" + "source": "https://github.com/symfony/ux-translator/tree/2.x" }, "funding": [ { @@ -8540,12 +8714,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-turbo", @@ -8553,12 +8731,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-turbo.git", - "reference": "97718ea4bca26f0db843c3c0de338d6900c5a002" + "reference": "f25eff0690a86a512119f79bda787004e027c7ce" }, "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/f25eff0690a86a512119f79bda787004e027c7ce", + "reference": "f25eff0690a86a512119f79bda787004e027c7ce", "shasum": "" }, "require": { @@ -8571,24 +8749,25 @@ "require-dev": { "dbrekelmans/bdi": "dev-main", "doctrine/doctrine-bundle": "^2.4.3", - "doctrine/orm": "^2.8 | 3.0", - "phpstan/phpstan": "^1.10", - "symfony/asset-mapper": "^6.4|^7.0", - "symfony/debug-bundle": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^6.4|^7.0", + "doctrine/orm": "^2.8|^3.0", + "php-webdriver/webdriver": "^1.15", + "phpstan/phpstan": "^2.1.17", + "symfony/asset-mapper": "^6.4|^7.0|^8.0", + "symfony/debug-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/expression-language": "^5.4|^6.0|^7.0|^8.0", + "symfony/form": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^6.4|^7.0|^8.0", "symfony/mercure-bundle": "^0.3.7", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/panther": "^2.1", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|6.3.*|^7.0", - "symfony/property-access": "^5.4|^6.0|^7.0", - "symfony/security-core": "^5.4|^6.0|^7.0", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^6.4|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0|^8.0", + "symfony/panther": "^2.2", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/process": "^5.4|6.3.*|^7.0|^8.0", + "symfony/property-access": "^5.4|^6.0|^7.0|^8.0", + "symfony/security-core": "^5.4|^6.0|^7.0|^8.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^6.4|^7.0|^8.0", "symfony/ux-twig-component": "^2.21", - "symfony/web-profiler-bundle": "^5.4|^6.0|^7.0" + "symfony/web-profiler-bundle": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8628,7 +8807,7 @@ "turbo-stream" ], "support": { - "source": "https://github.com/symfony/ux-turbo/tree/v2.22.1" + "source": "https://github.com/symfony/ux-turbo/tree/2.x" }, "funding": [ { @@ -8639,12 +8818,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-twig-component", @@ -8652,34 +8835,34 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-twig-component.git", - "reference": "f29033b95e93aea2d498dc40eac185ed14b07800" + "reference": "2f445efda4d4400d4d1911ddf9710c366f339614" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/f29033b95e93aea2d498dc40eac185ed14b07800", - "reference": "f29033b95e93aea2d498dc40eac185ed14b07800", + "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/2f445efda4d4400d4d1911ddf9710c366f339614", + "reference": "2f445efda4d4400d4d1911ddf9710c366f339614", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0", "symfony/deprecation-contracts": "^2.2|^3.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4|^6.0|^7.0", - "twig/twig": "^3.8" + "symfony/event-dispatcher": "^5.4|^6.0|^7.0|^8.0", + "symfony/property-access": "^5.4|^6.0|^7.0|^8.0", + "twig/twig": "^3.10.3" }, "conflict": { "symfony/config": "<5.4.0" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/css-selector": "^5.4|^6.0|^7.0", - "symfony/dom-crawler": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0|^8.0", + "symfony/css-selector": "^5.4|^6.0|^7.0|^8.0", + "symfony/dom-crawler": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^6.0|^7.0|^8.0", "symfony/stimulus-bundle": "^2.9.1", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/webpack-encore-bundle": "^1.15" + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/webpack-encore-bundle": "^1.15|^2.3.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8712,7 +8895,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-twig-component/tree/2.x" + "source": "https://github.com/symfony/ux-twig-component/tree/v2.30.0" }, "funding": [ { @@ -8723,12 +8906,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-25T02:19:26+00:00" + "time": "2025-08-27T15:25:48+00:00" }, { "name": "symfony/ux-typed", @@ -8736,14 +8923,18 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-typed.git", - "reference": "07b8b33a68a66b20dd4df8e3f9b9618e74a786f1" + "reference": "080de3468f2d76100a7f06e1a4dae068e95a3549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-typed/zipball/07b8b33a68a66b20dd4df8e3f9b9618e74a786f1", - "reference": "07b8b33a68a66b20dd4df8e3f9b9618e74a786f1", + "url": "https://api.github.com/repos/symfony/ux-typed/zipball/080de3468f2d76100a7f06e1a4dae068e95a3549", + "reference": "080de3468f2d76100a7f06e1a4dae068e95a3549", "shasum": "" }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" + }, "conflict": { "symfony/flex": "<1.13" }, @@ -8780,7 +8971,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-typed/tree/v2.22.1" + "source": "https://github.com/symfony/ux-typed/tree/2.x" }, "funding": [ { @@ -8791,12 +8982,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/ux-vue", @@ -8804,12 +8999,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-vue.git", - "reference": "d96995ea2214591114c7f76e807ae0ce34b439a5" + "reference": "18cabae0d45e6ab655156ab09ae8fb99851ce5c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-vue/zipball/d96995ea2214591114c7f76e807ae0ce34b439a5", - "reference": "d96995ea2214591114c7f76e807ae0ce34b439a5", + "url": "https://api.github.com/repos/symfony/ux-vue/zipball/18cabae0d45e6ab655156ab09ae8fb99851ce5c3", + "reference": "18cabae0d45e6ab655156ab09ae8fb99851ce5c3", "shasum": "" }, "require": { @@ -8817,12 +9012,12 @@ "symfony/stimulus-bundle": "^2.9.1" }, "require-dev": { - "symfony/asset-mapper": "^6.3|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", - "symfony/twig-bundle": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/asset-mapper": "^6.3|^7.0|^8.0", + "symfony/finder": "^5.4|^6.0|^7.0|^8.0", + "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0|^8.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" }, "default-branch": true, "type": "symfony-bundle", @@ -8861,7 +9056,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-vue/tree/v2.22.1" + "source": "https://github.com/symfony/ux-vue/tree/2.x" }, "funding": [ { @@ -8872,12 +9067,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-05T14:25:02+00:00" + "time": "2025-09-21T19:04:19+00:00" }, { "name": "symfony/validator", @@ -8978,16 +9177,16 @@ }, { "name": "symfony/var-dumper", - "version": "v7.2.3", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "82b478c69745d8878eb60f9a049a4d584996f73a" + "reference": "67ad2a16e50f052c80fe03ccb6a8721bbeffe032" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a", - "reference": "82b478c69745d8878eb60f9a049a4d584996f73a", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/67ad2a16e50f052c80fe03ccb6a8721bbeffe032", + "reference": "67ad2a16e50f052c80fe03ccb6a8721bbeffe032", "shasum": "" }, "require": { @@ -8998,7 +9197,6 @@ "symfony/console": "<6.4" }, "require-dev": { - "ext-iconv": "*", "symfony/console": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", "symfony/process": "^6.4|^7.0", @@ -9041,7 +9239,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.2.3" + "source": "https://github.com/symfony/var-dumper/tree/v7.2.9" }, "funding": [ { @@ -9052,25 +9250,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-01-17T11:39:41+00:00" + "time": "2025-07-29T19:57:35+00:00" }, { "name": "symfony/var-exporter", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d" + "reference": "1aab3e8e2e63f7586dd9951746eababe339d3978" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d", - "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1aab3e8e2e63f7586dd9951746eababe339d3978", + "reference": "1aab3e8e2e63f7586dd9951746eababe339d3978", "shasum": "" }, "require": { @@ -9117,7 +9319,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.2.0" + "source": "https://github.com/symfony/var-exporter/tree/v7.2.9" }, "funding": [ { @@ -9128,12 +9330,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-18T07:58:17+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfony/web-link", @@ -9220,16 +9426,16 @@ }, { "name": "symfony/yaml", - "version": "v7.2.0", + "version": "v7.2.9", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "099581e99f557e9f16b43c5916c26380b54abb22" + "reference": "0df1031b6a03b9bef3cd052a59e270e006731e90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22", - "reference": "099581e99f557e9f16b43c5916c26380b54abb22", + "url": "https://api.github.com/repos/symfony/yaml/zipball/0df1031b6a03b9bef3cd052a59e270e006731e90", + "reference": "0df1031b6a03b9bef3cd052a59e270e006731e90", "shasum": "" }, "require": { @@ -9272,7 +9478,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.2.0" + "source": "https://github.com/symfony/yaml/tree/v7.2.9" }, "funding": [ { @@ -9283,12 +9489,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-10-23T06:56:12+00:00" + "time": "2025-07-10T08:29:33+00:00" }, { "name": "symfonycasts/dynamic-forms", @@ -9965,24 +10175,23 @@ }, { "name": "twig/twig", - "version": "v3.19.0", + "version": "v3.21.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e" + "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e", - "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d", + "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d", "shasum": "" }, "require": { - "php": ">=8.0.2", + "php": ">=8.1.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php81": "^1.29" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "phpstan/phpstan": "^2.0", @@ -10029,7 +10238,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.19.0" + "source": "https://github.com/twigphp/Twig/tree/v3.21.1" }, "funding": [ { @@ -10041,7 +10250,7 @@ "type": "tidelift" } ], - "time": "2025-01-29T07:06:14+00:00" + "time": "2025-05-03T07:21:55+00:00" } ], "packages-dev": [ @@ -12444,16 +12653,16 @@ }, { "name": "vincentlanglet/twig-cs-fixer", - "version": "3.1.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/VincentLanglet/Twig-CS-Fixer.git", - "reference": "a0e552fbd6fe264f09f6389a950347a7bf70cfb9" + "reference": "bd279a1178d31f1470a6801b42ba0b6ad4754930" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/a0e552fbd6fe264f09f6389a950347a7bf70cfb9", - "reference": "a0e552fbd6fe264f09f6389a950347a7bf70cfb9", + "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/bd279a1178d31f1470a6801b42ba0b6ad4754930", + "reference": "bd279a1178d31f1470a6801b42ba0b6ad4754930", "shasum": "" }, "require": { @@ -12473,22 +12682,19 @@ "dereuromark/composer-prefer-lowest": "^0.1.10", "ergebnis/composer-normalize": "^2.29", "friendsofphp/php-cs-fixer": "^3.13.0", - "infection/infection": "^0.26.16 || ^0.27.0", - "phpstan/phpstan": "^1.9.1", - "phpstan/phpstan-phpunit": "^1.2.2", - "phpstan/phpstan-strict-rules": "^1.4.4", - "phpstan/phpstan-symfony": "^1.2.16", - "phpstan/phpstan-webmozart-assert": "^1.2.2", - "phpunit/phpunit": "^9.5.26 || ^10.0.9", - "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^5.0.0", - "rector/rector": "^1.0.0", + "infection/infection": "^0.26.16 || ^0.29.14", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpstan/phpstan-symfony": "^2.0", + "phpstan/phpstan-webmozart-assert": "^2.0", + "phpunit/phpunit": "^9.5.26 || ^11.5.18 || ^12.1.3", + "rector/rector": "^2.0.0", "shipmonk/composer-dependency-analyser": "^1.6", "symfony/process": "^5.4 || ^6.4 || ^7.0", "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0", "symfony/ux-twig-component": "^2.2.0", - "twig/cache-extra": "^3.2", - "vimeo/psalm": "^5.2.0" + "twig/cache-extra": "^3.2" }, "bin": [ "bin/twig-cs-fixer" @@ -12512,7 +12718,7 @@ "homepage": "https://github.com/VincentLanglet/Twig-CS-Fixer", "support": { "issues": "https://github.com/VincentLanglet/Twig-CS-Fixer/issues", - "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/3.1.0" + "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/3.9.0" }, "funding": [ { @@ -12520,7 +12726,7 @@ "type": "github" } ], - "time": "2024-08-30T11:23:49+00:00" + "time": "2025-08-01T08:21:57+00:00" }, { "name": "webmozart/assert", diff --git a/ux.symfony.com/importmap.php b/ux.symfony.com/importmap.php index 3bcd7d58ca8..635d1ed3a63 100644 --- a/ux.symfony.com/importmap.php +++ b/ux.symfony.com/importmap.php @@ -210,4 +210,15 @@ 'el-transition' => [ 'version' => '0.0.7', ], + 'tom-select/dist/css/tom-select.default.css' => [ + 'version' => '2.4.3', + 'type' => 'css', + ], + 'tom-select/dist/css/tom-select.bootstrap4.css' => [ + 'version' => '2.4.3', + 'type' => 'css', + ], + 'react-dom/client' => [ + 'version' => '18.3.1', + ], ]; diff --git a/ux.symfony.com/templates/components/Button.html.twig b/ux.symfony.com/templates/components/Button.html.twig index ec285d78418..428532f0ca0 100644 --- a/ux.symfony.com/templates/components/Button.html.twig +++ b/ux.symfony.com/templates/components/Button.html.twig @@ -19,7 +19,7 @@ icon: 'h-10 w-10', }, }, - compoundVariants: [{ + compound_variants: [{ variant: ['default'], outline: ['true'], class: 'border-primary', diff --git a/ux.symfony.com/templates/components/Table.html.twig b/ux.symfony.com/templates/components/Table.html.twig index f0bf2ab38b5..41aba83e17d 100644 --- a/ux.symfony.com/templates/components/Table.html.twig +++ b/ux.symfony.com/templates/components/Table.html.twig @@ -1,8 +1,6 @@ {%- props -%} {%- set style = html_cva( base: 'relative w-full overflow-auto', - variants: {}, - compoundVariants: [] ) -%}