diff --git a/ux.symfony.com/assets/controllers.json b/ux.symfony.com/assets/controllers.json index b6fbc3e12f9..669ca1ccdd1 100644 --- a/ux.symfony.com/assets/controllers.json +++ b/ux.symfony.com/assets/controllers.json @@ -6,6 +6,7 @@ "fetch": "lazy", "autoimport": { "tom-select/dist/css/tom-select.default.css": false, + "tom-select/dist/css/tom-select.bootstrap4.css": false, "tom-select/dist/css/tom-select.bootstrap5.css": true } } diff --git a/ux.symfony.com/composer.json b/ux.symfony.com/composer.json index 9c68c893d14..1b92078c345 100644 --- a/ux.symfony.com/composer.json +++ b/ux.symfony.com/composer.json @@ -29,6 +29,7 @@ "symfony/notifier": "6.4.*", "symfony/proxy-manager-bridge": "6.4.*", "symfony/runtime": "6.4.*", + "symfony/serializer": "6.4.*", "symfony/stimulus-bundle": "2.x-dev", "symfony/translation": "6.4.*", "symfony/twig-bundle": "6.4.*", @@ -91,7 +92,8 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" + "assets:install %PUBLIC_DIR%": "symfony-cmd", + "importmap:install": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" diff --git a/ux.symfony.com/composer.lock b/ux.symfony.com/composer.lock index 07868631162..162dcfed0a0 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": "4a3652b42255ce0490a8b3f688ec4c15", + "content-hash": "700edc2b087bedd361b1b04b7840c701", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -517,16 +517,16 @@ }, { "name": "doctrine/dbal", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2" + "reference": "0ac3c270590e54910715e9a1a044cc368df282b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b7bd66c9ff58c04c5474ab85edce442f8081cb2", - "reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2", + "reference": "0ac3c270590e54910715e9a1a044cc368df282b2", "shasum": "" }, "require": { @@ -542,7 +542,7 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.35", + "phpstan/phpstan": "1.10.42", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "9.6.13", "psalm/plugin-phpunit": "0.18.4", @@ -610,7 +610,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.7.1" + "source": "https://github.com/doctrine/dbal/tree/3.7.2" }, "funding": [ { @@ -626,7 +626,7 @@ "type": "tidelift" } ], - "time": "2023-10-06T05:06:20+00:00" + "time": "2023-11-19T08:06:58+00:00" }, { "name": "doctrine/deprecations", @@ -677,56 +677,59 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "2.10.2", + "version": "2.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "f28b1f78de3a2938ff05cfe751233097624cc756" + "reference": "4089f1424b724786c062aea50aae5f773449b94b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f28b1f78de3a2938ff05cfe751233097624cc756", - "reference": "f28b1f78de3a2938ff05cfe751233097624cc756", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4089f1424b724786c062aea50aae5f773449b94b", + "reference": "4089f1424b724786c062aea50aae5f773449b94b", "shasum": "" }, "require": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/dbal": "^3.6.0", + "doctrine/dbal": "^3.7.0 || ^4.0", "doctrine/persistence": "^2.2 || ^3", "doctrine/sql-formatter": "^1.0.1", "php": "^7.4 || ^8.0", - "symfony/cache": "^5.4 || ^6.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/console": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", + "symfony/cache": "^5.4 || ^6.0 || ^7.0", + "symfony/config": "^5.4 || ^6.0 || ^7.0", + "symfony/console": "^5.4 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7", - "symfony/framework-bundle": "^5.4 || ^6.0", + "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0", + "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" }, "conflict": { "doctrine/annotations": ">=3.0", - "doctrine/orm": "<2.11 || >=3.0", + "doctrine/orm": "<2.14 || >=4.0", "twig/twig": "<1.34 || >=2.0 <2.4" }, "require-dev": { "doctrine/annotations": "^1 || ^2", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^12", "doctrine/deprecations": "^1.0", - "doctrine/orm": "^2.11 || ^3.0", + "doctrine/orm": "^2.14 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^9.5.26 || ^10.0", "psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-symfony": "^4", "psr/log": "^1.1.4 || ^2.0 || ^3.0", - "symfony/phpunit-bridge": "^6.1", - "symfony/property-info": "^5.4 || ^6.0", - "symfony/proxy-manager-bridge": "^5.4 || ^6.0", - "symfony/security-bundle": "^5.4 || ^6.0", - "symfony/twig-bridge": "^5.4 || ^6.0", - "symfony/validator": "^5.4 || ^6.0", - "symfony/web-profiler-bundle": "^5.4 || ^6.0", - "symfony/yaml": "^5.4 || ^6.0", + "symfony/phpunit-bridge": "^6.1 || ^7.0", + "symfony/property-info": "^5.4 || ^6.0 || ^7.0", + "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", + "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/string": "^5.4 || ^6.0 || ^7.0", + "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", + "symfony/validator": "^5.4 || ^6.0 || ^7.0", + "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0", + "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0", "twig/twig": "^1.34 || ^2.12 || ^3.0", "vimeo/psalm": "^4.30" }, @@ -773,7 +776,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.10.2" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.1" }, "funding": [ { @@ -789,38 +792,44 @@ "type": "tidelift" } ], - "time": "2023-08-06T09:31:40+00:00" + "time": "2023-11-15T20:01:50+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.2.4", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e" + "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e", - "reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835", + "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835", "shasum": "" }, "require": { - "doctrine/doctrine-bundle": "~1.0|~2.0", + "doctrine/doctrine-bundle": "^2.4", "doctrine/migrations": "^3.2", "php": "^7.2|^8.0", - "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0" + "symfony/deprecation-contracts": "^2.1 || ^3", + "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "doctrine/orm": "^2.6", - "doctrine/persistence": "^1.3||^2.0", + "doctrine/coding-standard": "^12", + "doctrine/orm": "^2.6 || ^3", + "doctrine/persistence": "^2.0 || ^3 ", "phpstan/phpstan": "^1.4", "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan-symfony": "^1.3", "phpunit/phpunit": "^8.5|^9.5", - "vimeo/psalm": "^4.22" + "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-symfony": "^3 || ^5", + "symfony/phpunit-bridge": "^6.3 || ^7", + "symfony/var-exporter": "^5.4 || ^6 || ^7", + "vimeo/psalm": "^4.30 || ^5.15" }, "type": "symfony-bundle", "autoload": { @@ -858,7 +867,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.4" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0" }, "funding": [ { @@ -874,7 +883,7 @@ "type": "tidelift" } ], - "time": "2023-06-02T08:19:26+00:00" + "time": "2023-11-13T19:44:41+00:00" }, { "name": "doctrine/event-manager", @@ -1208,47 +1217,47 @@ }, { "name": "doctrine/migrations", - "version": "3.6.0", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059" + "reference": "47af29eef49f29ebee545947e8b2a4b3be318c8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/e542ad8bcd606d7a18d0875babb8a6d963c9c059", - "reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/47af29eef49f29ebee545947e8b2a4b3be318c8a", + "reference": "47af29eef49f29ebee545947e8b2a4b3be318c8a", "shasum": "" }, "require": { "composer-runtime-api": "^2", - "doctrine/dbal": "^3.5.1", + "doctrine/dbal": "^3.5.1 || ^4", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2.0", "php": "^8.1", "psr/log": "^1.1.3 || ^2 || ^3", - "symfony/console": "^4.4.16 || ^5.4 || ^6.0", - "symfony/stopwatch": "^4.4 || ^5.4 || ^6.0", - "symfony/var-exporter": "^6.2" + "symfony/console": "^5.4 || ^6.0 || ^7.0", + "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", + "symfony/var-exporter": "^6.2 || ^7.0" }, "conflict": { - "doctrine/orm": "<2.12" + "doctrine/orm": "<2.12 || >=4" }, "require-dev": { - "doctrine/coding-standard": "^9", - "doctrine/orm": "^2.13", + "doctrine/coding-standard": "^12", + "doctrine/orm": "^2.13 || ^3", "doctrine/persistence": "^2 || ^3", "doctrine/sql-formatter": "^1.0", "ext-pdo_sqlite": "*", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.1", - "phpstan/phpstan-symfony": "^1.1", - "phpunit/phpunit": "^9.5.24", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "symfony/process": "^4.4 || ^5.4 || ^6.0", - "symfony/yaml": "^4.4 || ^5.4 || ^6.0" + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-deprecation-rules": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", + "phpstan/phpstan-strict-rules": "^1.4", + "phpstan/phpstan-symfony": "^1.3", + "phpunit/phpunit": "^10.3", + "symfony/cache": "^5.4 || ^6.0 || ^7.0", + "symfony/process": "^5.4 || ^6.0 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", @@ -1290,7 +1299,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.6.0" + "source": "https://github.com/doctrine/migrations/tree/3.7.2" }, "funding": [ { @@ -1306,20 +1315,20 @@ "type": "tidelift" } ], - "time": "2023-02-15T18:49:46+00:00" + "time": "2023-12-05T11:35:05+00:00" }, { "name": "doctrine/orm", - "version": "2.16.2", + "version": "2.17.2", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0" + "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0", - "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0", + "url": "https://api.github.com/repos/doctrine/orm/zipball/393679a4795e49b0b3ac317dce84d0f8888f2b77", + "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77", "shasum": "" }, "require": { @@ -1337,7 +1346,7 @@ "ext-ctype": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", - "symfony/console": "^4.2 || ^5.0 || ^6.0", + "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0", "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.16" }, @@ -1348,14 +1357,14 @@ "doctrine/annotations": "^1.13 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.10.28", + "phpstan/phpstan": "~1.4.10 || 1.10.35", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.2", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2", - "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.14.1" + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "4.30.0 || 5.16.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", @@ -1405,9 +1414,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.16.2" + "source": "https://github.com/doctrine/orm/tree/2.17.2" }, - "time": "2023-08-27T18:21:56+00:00" + "time": "2023-12-20T21:47:52+00:00" }, { "name": "doctrine/persistence", @@ -1643,16 +1652,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", - "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", "shasum": "" }, "require": { @@ -1666,9 +1675,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1739,7 +1748,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.1" + "source": "https://github.com/guzzle/psr7/tree/2.6.2" }, "funding": [ { @@ -1755,7 +1764,7 @@ "type": "tidelift" } ], - "time": "2023-08-27T10:13:57+00:00" + "time": "2023-12-03T20:05:35+00:00" }, { "name": "intervention/image", @@ -1954,21 +1963,19 @@ }, { "name": "lcobucci/jwt", - "version": "5.1.0", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908" + "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/f0031c07b96db6a0ca649206e7eacddb7e9d5908", - "reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211", + "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211", "shasum": "" }, "require": { - "ext-hash": "*", - "ext-json": "*", "ext-openssl": "*", "ext-sodium": "*", "php": "~8.1.0 || ~8.2.0 || ~8.3.0", @@ -2013,7 +2020,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/5.1.0" + "source": "https://github.com/lcobucci/jwt/tree/5.2.0" }, "funding": [ { @@ -2025,7 +2032,7 @@ "type": "patreon" } ], - "time": "2023-10-31T06:41:47+00:00" + "time": "2023-11-20T21:17:42+00:00" }, { "name": "league/commonmark", @@ -3014,7 +3021,7 @@ }, { "name": "symfony/asset", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", @@ -3063,7 +3070,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/asset/tree/v6.4.0" }, "funding": [ { @@ -3083,16 +3090,16 @@ }, { "name": "symfony/asset-mapper", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/asset-mapper.git", - "reference": "93e7adcdc5db720eb8099d85ed79165f2d38f725" + "reference": "2e51317c06bdaf5a4a48c89e953e4969ee50809f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/93e7adcdc5db720eb8099d85ed79165f2d38f725", - "reference": "93e7adcdc5db720eb8099d85ed79165f2d38f725", + "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/2e51317c06bdaf5a4a48c89e953e4969ee50809f", + "reference": "2e51317c06bdaf5a4a48c89e953e4969ee50809f", "shasum": "" }, "require": { @@ -3142,7 +3149,7 @@ "description": "Maps directories of assets & makes them available in a public directory with versioned filenames.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset-mapper/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/asset-mapper/tree/v6.4.2" }, "funding": [ { @@ -3158,20 +3165,20 @@ "type": "tidelift" } ], - "time": "2023-11-10T07:35:33+00:00" + "time": "2023-12-27T08:03:42+00:00" }, { "name": "symfony/cache", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "045f2b274012d11c24aa0228b2daec36a40b6ca2" + "reference": "14a75869bbb41cb35bc5d9d322473928c6f3f978" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/045f2b274012d11c24aa0228b2daec36a40b6ca2", - "reference": "045f2b274012d11c24aa0228b2daec36a40b6ca2", + "url": "https://api.github.com/repos/symfony/cache/zipball/14a75869bbb41cb35bc5d9d322473928c6f3f978", + "reference": "14a75869bbb41cb35bc5d9d322473928c6f3f978", "shasum": "" }, "require": { @@ -3238,7 +3245,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/cache/tree/v6.4.2" }, "funding": [ { @@ -3254,20 +3261,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T10:18:57+00:00" + "time": "2023-12-29T15:34:34+00:00" }, { "name": "symfony/cache-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b" + "reference": "1d74b127da04ffa87aa940abe15446fa89653778" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b", - "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778", + "reference": "1d74b127da04ffa87aa940abe15446fa89653778", "shasum": "" }, "require": { @@ -3314,7 +3321,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/cache-contracts/tree/v3.4.0" }, "funding": [ { @@ -3330,11 +3337,11 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2023-09-25T12:52:38+00:00" }, { "name": "symfony/config", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", @@ -3389,7 +3396,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/v6.4.0-BETA3" + "source": "https://github.com/symfony/config/tree/v6.4.0" }, "funding": [ { @@ -3409,16 +3416,16 @@ }, { "name": "symfony/console", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "380ae25f02e34809fba16fa387191f1da9852778" + "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/380ae25f02e34809fba16fa387191f1da9852778", - "reference": "380ae25f02e34809fba16fa387191f1da9852778", + "url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625", + "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625", "shasum": "" }, "require": { @@ -3483,7 +3490,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/console/tree/v6.4.2" }, "funding": [ { @@ -3499,20 +3506,20 @@ "type": "tidelift" } ], - "time": "2023-11-02T13:23:55+00:00" + "time": "2023-12-10T16:15:48+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5dc8ad5f2bbba7046f5947682bf7d868ce80d4e8" + "reference": "226ea431b1eda6f0d9f5a4b278757171960bb195" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5dc8ad5f2bbba7046f5947682bf7d868ce80d4e8", - "reference": "5dc8ad5f2bbba7046f5947682bf7d868ce80d4e8", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/226ea431b1eda6f0d9f5a4b278757171960bb195", + "reference": "226ea431b1eda6f0d9f5a4b278757171960bb195", "shasum": "" }, "require": { @@ -3564,7 +3571,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/v6.4.0-BETA3" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.2" }, "funding": [ { @@ -3580,11 +3587,11 @@ "type": "tidelift" } ], - "time": "2023-10-31T08:40:20+00:00" + "time": "2023-12-28T19:16:56+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -3631,7 +3638,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.3.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" }, "funding": [ { @@ -3651,16 +3658,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "bd181daf2851821c3aef20b779d37002cfd2e833" + "reference": "da33f27c1dd9946afecfd1585b867551df71bf53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/bd181daf2851821c3aef20b779d37002cfd2e833", - "reference": "bd181daf2851821c3aef20b779d37002cfd2e833", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/da33f27c1dd9946afecfd1585b867551df71bf53", + "reference": "da33f27c1dd9946afecfd1585b867551df71bf53", "shasum": "" }, "require": { @@ -3739,7 +3746,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.2" }, "funding": [ { @@ -3755,20 +3762,20 @@ "type": "tidelift" } ], - "time": "2023-10-31T08:40:20+00:00" + "time": "2023-12-27T00:32:33+00:00" }, { "name": "symfony/dotenv", - "version": "v6.4.0-BETA2", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "d0d584a91422ddaa2c94317200d4c4e5b935555f" + "reference": "835f8d2d1022934ac038519de40b88158798c96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/d0d584a91422ddaa2c94317200d4c4e5b935555f", - "reference": "d0d584a91422ddaa2c94317200d4c4e5b935555f", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/835f8d2d1022934ac038519de40b88158798c96f", + "reference": "835f8d2d1022934ac038519de40b88158798c96f", "shasum": "" }, "require": { @@ -3813,7 +3820,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v6.4.0-BETA2" + "source": "https://github.com/symfony/dotenv/tree/v6.4.2" }, "funding": [ { @@ -3829,11 +3836,11 @@ "type": "tidelift" } ], - "time": "2023-10-26T18:19:48+00:00" + "time": "2023-12-28T19:16:56+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", @@ -3888,7 +3895,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/v6.4.0-BETA1" + "source": "https://github.com/symfony/error-handler/tree/v6.4.0" }, "funding": [ { @@ -3908,16 +3915,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.4.0-BETA1", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6" + "reference": "e95216850555cd55e71b857eb9d6c2674124603a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d76d2632cfc2206eecb5ad2b26cd5934082941b6", - "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e95216850555cd55e71b857eb9d6c2674124603a", + "reference": "e95216850555cd55e71b857eb9d6c2674124603a", "shasum": "" }, "require": { @@ -3968,7 +3975,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.2" }, "funding": [ { @@ -3984,11 +3991,11 @@ "type": "tidelift" } ], - "time": "2023-07-27T06:52:43+00:00" + "time": "2023-12-27T22:16:42+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", @@ -4044,7 +4051,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" }, "funding": [ { @@ -4064,16 +4071,16 @@ }, { "name": "symfony/expression-language", - "version": "v6.4.0-BETA1", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "6c8b12f1e5ee5d91b812fb8628fca86e2fe5d152" + "reference": "7d63ccd5331d4164961776eced5524e891e30ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/6c8b12f1e5ee5d91b812fb8628fca86e2fe5d152", - "reference": "6c8b12f1e5ee5d91b812fb8628fca86e2fe5d152", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/7d63ccd5331d4164961776eced5524e891e30ad3", + "reference": "7d63ccd5331d4164961776eced5524e891e30ad3", "shasum": "" }, "require": { @@ -4108,7 +4115,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/expression-language/tree/v6.4.2" }, "funding": [ { @@ -4124,11 +4131,11 @@ "type": "tidelift" } ], - "time": "2023-07-27T06:52:43+00:00" + "time": "2023-12-10T16:15:48+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -4171,7 +4178,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/filesystem/tree/v6.4.0" }, "funding": [ { @@ -4191,7 +4198,7 @@ }, { "name": "symfony/finder", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -4235,7 +4242,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/finder/tree/v6.4.0" }, "funding": [ { @@ -4255,16 +4262,16 @@ }, { "name": "symfony/flex", - "version": "v2.4.1", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "ae6dea68771c5fca9d172e0c0910bdd06199f6f4" + "reference": "6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/ae6dea68771c5fca9d172e0c0910bdd06199f6f4", - "reference": "ae6dea68771c5fca9d172e0c0910bdd06199f6f4", + "url": "https://api.github.com/repos/symfony/flex/zipball/6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1", + "reference": "6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1", "shasum": "" }, "require": { @@ -4300,7 +4307,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.4.1" + "source": "https://github.com/symfony/flex/tree/v2.4.3" }, "funding": [ { @@ -4316,20 +4323,20 @@ "type": "tidelift" } ], - "time": "2023-10-30T18:35:17+00:00" + "time": "2024-01-02T11:08:32+00:00" }, { "name": "symfony/form", - "version": "v6.4.0-BETA3", + "version": "v6.4.1", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "b3f597c5b271573b295494c8d85960165cfd2a22" + "reference": "10649ab710b58a04bcf1886f005ccab58d9cf0a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/b3f597c5b271573b295494c8d85960165cfd2a22", - "reference": "b3f597c5b271573b295494c8d85960165cfd2a22", + "url": "https://api.github.com/repos/symfony/form/zipball/10649ab710b58a04bcf1886f005ccab58d9cf0a4", + "reference": "10649ab710b58a04bcf1886f005ccab58d9cf0a4", "shasum": "" }, "require": { @@ -4397,7 +4404,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/form/tree/v6.4.1" }, "funding": [ { @@ -4413,20 +4420,20 @@ "type": "tidelift" } ], - "time": "2023-11-06T11:00:25+00:00" + "time": "2023-11-30T11:08:34+00:00" }, { "name": "symfony/framework-bundle", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "d19d1abdf5e713572951b21d0cdf6789330f1fe1" + "reference": "c26a221e0462027d1f9d4a802ed63f8ab07a43d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d19d1abdf5e713572951b21d0cdf6789330f1fe1", - "reference": "d19d1abdf5e713572951b21d0cdf6789330f1fe1", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c26a221e0462027d1f9d4a802ed63f8ab07a43d0", + "reference": "c26a221e0462027d1f9d4a802ed63f8ab07a43d0", "shasum": "" }, "require": { @@ -4454,7 +4461,7 @@ "symfony/asset": "<5.4", "symfony/asset-mapper": "<6.4", "symfony/clock": "<6.3", - "symfony/console": "<5.4", + "symfony/console": "<5.4|>=7.0", "symfony/dom-crawler": "<6.4", "symfony/dotenv": "<5.4", "symfony/form": "<5.4", @@ -4545,7 +4552,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/framework-bundle/tree/v6.4.2" }, "funding": [ { @@ -4561,20 +4568,20 @@ "type": "tidelift" } ], - "time": "2023-11-09T14:41:31+00:00" + "time": "2023-12-29T15:34:34+00:00" }, { "name": "symfony/http-client", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "2e2dff5212ab9834f331060a126e7564ed7f3722" + "reference": "fc0944665bd932cf32a7b8a1d009466afc16528f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/2e2dff5212ab9834f331060a126e7564ed7f3722", - "reference": "2e2dff5212ab9834f331060a126e7564ed7f3722", + "url": "https://api.github.com/repos/symfony/http-client/zipball/fc0944665bd932cf32a7b8a1d009466afc16528f", + "reference": "fc0944665bd932cf32a7b8a1d009466afc16528f", "shasum": "" }, "require": { @@ -4638,7 +4645,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/http-client/tree/v6.4.2" }, "funding": [ { @@ -4654,20 +4661,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T10:18:57+00:00" + "time": "2023-12-02T12:49:56+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb" + "reference": "1ee70e699b41909c209a0c930f11034b93578654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb", - "reference": "3b66325d0176b4ec826bffab57c9037d759c31fb", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654", + "reference": "1ee70e699b41909c209a0c930f11034b93578654", "shasum": "" }, "require": { @@ -4716,7 +4723,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.0" }, "funding": [ { @@ -4732,20 +4739,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2023-07-30T20:28:31+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09" + "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09", - "reference": "e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/172d807f9ef3fc3fbed8377cc57c20d389269271", + "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271", "shasum": "" }, "require": { @@ -4793,7 +4800,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.2" }, "funding": [ { @@ -4809,20 +4816,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T15:07:26+00:00" + "time": "2023-12-27T22:16:42+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "43889d4f76e51f7878911badfd1faf715068a729" + "reference": "13e8387320b5942d0dc408440c888e2d526efef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/43889d4f76e51f7878911badfd1faf715068a729", - "reference": "43889d4f76e51f7878911badfd1faf715068a729", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/13e8387320b5942d0dc408440c888e2d526efef4", + "reference": "13e8387320b5942d0dc408440c888e2d526efef4", "shasum": "" }, "require": { @@ -4906,7 +4913,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.2" }, "funding": [ { @@ -4922,20 +4929,20 @@ "type": "tidelift" } ], - "time": "2023-11-10T13:57:13+00:00" + "time": "2023-12-30T15:31:44+00:00" }, { "name": "symfony/intl", - "version": "v6.4.0-BETA2", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "41d16f0294b9ca6e5540728580c65cfa3848fbf5" + "reference": "4f45148f7eb984ef12b1f7e123205ab904828839" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/41d16f0294b9ca6e5540728580c65cfa3848fbf5", - "reference": "41d16f0294b9ca6e5540728580c65cfa3848fbf5", + "url": "https://api.github.com/repos/symfony/intl/zipball/4f45148f7eb984ef12b1f7e123205ab904828839", + "reference": "4f45148f7eb984ef12b1f7e123205ab904828839", "shasum": "" }, "require": { @@ -4988,7 +4995,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v6.4.0-BETA2" + "source": "https://github.com/symfony/intl/tree/v6.4.2" }, "funding": [ { @@ -5004,36 +5011,36 @@ "type": "tidelift" } ], - "time": "2023-10-28T23:12:08+00:00" + "time": "2023-12-26T18:38:00+00:00" }, { "name": "symfony/mercure", - "version": "v0.6.3", + "version": "v0.6.4", "source": { "type": "git", "url": "https://github.com/symfony/mercure.git", - "reference": "af2953ae60e77628339659a31b8b2a9e40ca1dd9" + "reference": "8eb2496e0249c4df95a632ce908773bef0b02493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mercure/zipball/af2953ae60e77628339659a31b8b2a9e40ca1dd9", - "reference": "af2953ae60e77628339659a31b8b2a9e40ca1dd9", + "url": "https://api.github.com/repos/symfony/mercure/zipball/8eb2496e0249c4df95a632ce908773bef0b02493", + "reference": "8eb2496e0249c4df95a632ce908773bef0b02493", "shasum": "" }, "require": { "php": ">=7.1.3", - "symfony/deprecation-contracts": "^2.0|^3.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.0|^3.0|^4.0", + "symfony/http-client": "^4.4|^5.0|^6.0|^7.0", + "symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0", "symfony/polyfill-php80": "^1.22", - "symfony/web-link": "^4.4|^5.0|^6.0" + "symfony/web-link": "^4.4|^5.0|^6.0|^7.0" }, "require-dev": { "lcobucci/jwt": "^3.4|^4.0|^5.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/phpunit-bridge": "^5.2|^6.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0|^7.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0", + "symfony/phpunit-bridge": "^5.2|^6.0|^7.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0", "twig/twig": "^2.0|^3.0" }, "suggest": { @@ -5042,7 +5049,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.5.x-dev" + "dev-main": "0.6.x-dev" }, "thanks": { "name": "dunglas/mercure", @@ -5078,7 +5085,7 @@ ], "support": { "issues": "https://github.com/symfony/mercure/issues", - "source": "https://github.com/symfony/mercure/tree/v0.6.3" + "source": "https://github.com/symfony/mercure/tree/v0.6.4" }, "funding": [ { @@ -5090,36 +5097,36 @@ "type": "tidelift" } ], - "time": "2023-03-06T22:43:27+00:00" + "time": "2023-12-03T22:09:36+00:00" }, { "name": "symfony/mercure-bundle", - "version": "v0.3.7", + "version": "v0.3.8", "source": { "type": "git", "url": "https://github.com/symfony/mercure-bundle.git", - "reference": "d2d67f89536dd274b6cdf10659660af8a2d80be0" + "reference": "e21ad84694b84c9a3c94bedf4edd82b66728abfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mercure-bundle/zipball/d2d67f89536dd274b6cdf10659660af8a2d80be0", - "reference": "d2d67f89536dd274b6cdf10659660af8a2d80be0", + "url": "https://api.github.com/repos/symfony/mercure-bundle/zipball/e21ad84694b84c9a3c94bedf4edd82b66728abfc", + "reference": "e21ad84694b84c9a3c94bedf4edd82b66728abfc", "shasum": "" }, "require": { "lcobucci/jwt": "^3.4|^4.0|^5.0", "php": ">=7.1.3", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.4|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/config": "^4.4|^5.0|^6.0|^7.0", + "symfony/dependency-injection": "^4.4|^5.4|^6.0|^7.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0", "symfony/mercure": "^0.6.1", - "symfony/web-link": "^4.4|^5.0|^6.0" + "symfony/web-link": "^4.4|^5.0|^6.0|^7.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0", - "symfony/stopwatch": "^4.3.7|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0|^7.0", + "symfony/stopwatch": "^4.3.7|^5.0|^6.0|^7.0", "symfony/ux-turbo": "*", - "symfony/var-dumper": "^4.3.7|^5.0|^6.0" + "symfony/var-dumper": "^4.3.7|^5.0|^6.0|^7.0" }, "suggest": { "symfony/messenger": "To use the Messenger integration" @@ -5159,7 +5166,7 @@ ], "support": { "issues": "https://github.com/symfony/mercure-bundle/issues", - "source": "https://github.com/symfony/mercure-bundle/tree/v0.3.7" + "source": "https://github.com/symfony/mercure-bundle/tree/v0.3.8" }, "funding": [ { @@ -5171,20 +5178,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T16:31:37+00:00" + "time": "2023-12-03T22:26:24+00:00" }, { "name": "symfony/mercure-notifier", - "version": "v6.4.0-BETA1", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/mercure-notifier.git", - "reference": "232b1e0147cc8fefec094719e81e77cedae20e5a" + "reference": "6850720b271d7c1bd2e14e8716d1d8d7b46ca973" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mercure-notifier/zipball/232b1e0147cc8fefec094719e81e77cedae20e5a", - "reference": "232b1e0147cc8fefec094719e81e77cedae20e5a", + "url": "https://api.github.com/repos/symfony/mercure-notifier/zipball/6850720b271d7c1bd2e14e8716d1d8d7b46ca973", + "reference": "6850720b271d7c1bd2e14e8716d1d8d7b46ca973", "shasum": "" }, "require": { @@ -5223,7 +5230,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/mercure-notifier/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/mercure-notifier/tree/v6.4.2" }, "funding": [ { @@ -5239,11 +5246,11 @@ "type": "tidelift" } ], - "time": "2023-05-23T16:34:37+00:00" + "time": "2023-12-21T08:57:36+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", @@ -5302,7 +5309,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/monolog-bridge/tree/v6.4.0" }, "funding": [ { @@ -5403,7 +5410,7 @@ }, { "name": "symfony/notifier", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/notifier.git", @@ -5461,7 +5468,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/notifier/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/notifier/tree/v6.4.0" }, "funding": [ { @@ -5481,7 +5488,7 @@ }, { "name": "symfony/options-resolver", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", @@ -5528,7 +5535,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/options-resolver/tree/v6.4.0" }, "funding": [ { @@ -5963,16 +5970,16 @@ }, { "name": "symfony/process", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7" + "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a91571ff5df8825fcc74569d99cddc7242f479b7", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7", + "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241", + "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241", "shasum": "" }, "require": { @@ -6004,7 +6011,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/process/tree/v6.4.2" }, "funding": [ { @@ -6020,11 +6027,11 @@ "type": "tidelift" } ], - "time": "2023-11-04T20:16:32+00:00" + "time": "2023-12-22T16:42:54+00:00" }, { "name": "symfony/property-access", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", @@ -6081,7 +6088,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/property-access/tree/v6.4.0" }, "funding": [ { @@ -6101,16 +6108,16 @@ }, { "name": "symfony/property-info", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "40d8bea4ed5174342a075c3c519c3dca7504da11" + "reference": "288be71bae2ebc88676f5d3a03d23f70b278fcc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/40d8bea4ed5174342a075c3c519c3dca7504da11", - "reference": "40d8bea4ed5174342a075c3c519c3dca7504da11", + "url": "https://api.github.com/repos/symfony/property-info/zipball/288be71bae2ebc88676f5d3a03d23f70b278fcc1", + "reference": "288be71bae2ebc88676f5d3a03d23f70b278fcc1", "shasum": "" }, "require": { @@ -6164,7 +6171,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/property-info/tree/v6.4.0" }, "funding": [ { @@ -6180,11 +6187,11 @@ "type": "tidelift" } ], - "time": "2023-10-29T16:00:00+00:00" + "time": "2023-11-25T16:57:46+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", @@ -6231,7 +6238,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.4.0" }, "funding": [ { @@ -6251,16 +6258,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ba1b0dc73d526787bd64929269927c7f9ae33769" + "reference": "98eab13a07fddc85766f1756129c69f207ffbc21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ba1b0dc73d526787bd64929269927c7f9ae33769", - "reference": "ba1b0dc73d526787bd64929269927c7f9ae33769", + "url": "https://api.github.com/repos/symfony/routing/zipball/98eab13a07fddc85766f1756129c69f207ffbc21", + "reference": "98eab13a07fddc85766f1756129c69f207ffbc21", "shasum": "" }, "require": { @@ -6314,7 +6321,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/routing/tree/v6.4.2" }, "funding": [ { @@ -6330,11 +6337,11 @@ "type": "tidelift" } ], - "time": "2023-11-06T09:15:24+00:00" + "time": "2023-12-29T15:34:34+00:00" }, { "name": "symfony/runtime", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", @@ -6393,7 +6400,7 @@ "runtime" ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/runtime/tree/v6.4.0" }, "funding": [ { @@ -6413,16 +6420,16 @@ }, { "name": "symfony/serializer", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "9b837ef51de2c3b5151c201a10afcd54485fc5c8" + "reference": "f87ea9d7bfd4cf2f7b72be554607e6c96e6664af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/9b837ef51de2c3b5151c201a10afcd54485fc5c8", - "reference": "9b837ef51de2c3b5151c201a10afcd54485fc5c8", + "url": "https://api.github.com/repos/symfony/serializer/zipball/f87ea9d7bfd4cf2f7b72be554607e6c96e6664af", + "reference": "f87ea9d7bfd4cf2f7b72be554607e6c96e6664af", "shasum": "" }, "require": { @@ -6491,7 +6498,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/serializer/tree/v6.4.2" }, "funding": [ { @@ -6507,25 +6514,25 @@ "type": "tidelift" } ], - "time": "2023-11-07T10:18:57+00:00" + "time": "2023-12-29T15:34:34+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.3.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^2.0" + "psr/container": "^1.1|^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -6573,7 +6580,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" }, "funding": [ { @@ -6589,7 +6596,7 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2023-12-26T14:02:43+00:00" }, { "name": "symfony/stimulus-bundle", @@ -6597,12 +6604,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/stimulus-bundle.git", - "reference": "f6c8ff81b7b2ae82327f4a71c5f9377eb31f83f1" + "reference": "70e325b71f949c62d7f680e95d1d1830bf141eb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/f6c8ff81b7b2ae82327f4a71c5f9377eb31f83f1", - "reference": "f6c8ff81b7b2ae82327f4a71c5f9377eb31f83f1", + "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/70e325b71f949c62d7f680e95d1d1830bf141eb6", + "reference": "70e325b71f949c62d7f680e95d1d1830bf141eb6", "shasum": "" }, "require": { @@ -6643,7 +6650,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/stimulus-bundle/tree/v2.13.0" + "source": "https://github.com/symfony/stimulus-bundle/tree/2.x" }, "funding": [ { @@ -6659,11 +6666,11 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2024-01-09T14:29:49+00:00" }, { "name": "symfony/stopwatch", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", @@ -6705,7 +6712,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/stopwatch/tree/v6.4.0" }, "funding": [ { @@ -6725,16 +6732,16 @@ }, { "name": "symfony/string", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "afab7ffd61240b6fee63ea207b2b98c84f12791e" + "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/afab7ffd61240b6fee63ea207b2b98c84f12791e", - "reference": "afab7ffd61240b6fee63ea207b2b98c84f12791e", + "url": "https://api.github.com/repos/symfony/string/zipball/7cb80bc10bfcdf6b5492741c0b9357dac66940bc", + "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc", "shasum": "" }, "require": { @@ -6791,7 +6798,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/string/tree/v6.4.2" }, "funding": [ { @@ -6807,20 +6814,20 @@ "type": "tidelift" } ], - "time": "2023-11-09T08:51:37+00:00" + "time": "2023-12-10T16:15:48+00:00" }, { "name": "symfony/translation", - "version": "v6.4.0-BETA2", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "8057a62933f5609340a4f8c36feeec88c09ea024" + "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/8057a62933f5609340a4f8c36feeec88c09ea024", - "reference": "8057a62933f5609340a4f8c36feeec88c09ea024", + "url": "https://api.github.com/repos/symfony/translation/zipball/a2ab2ec1a462e53016de8e8d5e8912bfd62ea681", + "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681", "shasum": "" }, "require": { @@ -6886,7 +6893,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.0-BETA2" + "source": "https://github.com/symfony/translation/tree/v6.4.2" }, "funding": [ { @@ -6902,20 +6909,20 @@ "type": "tidelift" } ], - "time": "2023-10-28T23:12:08+00:00" + "time": "2023-12-18T09:25:29+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.3.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" + "reference": "06450585bf65e978026bda220cdebca3f867fde7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", + "reference": "06450585bf65e978026bda220cdebca3f867fde7", "shasum": "" }, "require": { @@ -6964,7 +6971,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" }, "funding": [ { @@ -6980,20 +6987,20 @@ "type": "tidelift" } ], - "time": "2023-05-30T17:17:10+00:00" + "time": "2023-12-26T14:02:43+00:00" }, { "name": "symfony/twig-bridge", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "bc9a3329d161dad8b790d39c1822ee33815a11bf" + "reference": "97af829e4733125ee70e806694d56165c60b4ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bc9a3329d161dad8b790d39c1822ee33815a11bf", - "reference": "bc9a3329d161dad8b790d39c1822ee33815a11bf", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/97af829e4733125ee70e806694d56165c60b4ee1", + "reference": "97af829e4733125ee70e806694d56165c60b4ee1", "shasum": "" }, "require": { @@ -7073,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/v6.4.0-BETA3" + "source": "https://github.com/symfony/twig-bridge/tree/v6.4.2" }, "funding": [ { @@ -7089,11 +7096,11 @@ "type": "tidelift" } ], - "time": "2023-11-09T21:21:23+00:00" + "time": "2023-12-15T12:36:48+00:00" }, { "name": "symfony/twig-bundle", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", @@ -7157,7 +7164,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/v6.4.0-BETA3" + "source": "https://github.com/symfony/twig-bundle/tree/v6.4.0" }, "funding": [ { @@ -7181,12 +7188,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-autocomplete.git", - "reference": "6b21ca8dbe60bc499ada3b1c438c43daa0a0876e" + "reference": "8e336b0863955eecb4f556764c6a45fa480a7947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/6b21ca8dbe60bc499ada3b1c438c43daa0a0876e", - "reference": "6b21ca8dbe60bc499ada3b1c438c43daa0a0876e", + "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/8e336b0863955eecb4f556764c6a45fa480a7947", + "reference": "8e336b0863955eecb4f556764c6a45fa480a7947", "shasum": "" }, "require": { @@ -7249,7 +7256,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-autocomplete/tree/v2.13.1" + "source": "https://github.com/symfony/ux-autocomplete/tree/2.x" }, "funding": [ { @@ -7265,7 +7272,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T07:28:48+00:00" + "time": "2024-01-09T14:25:46+00:00" }, { "name": "symfony/ux-chartjs", @@ -7273,12 +7280,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-chartjs.git", - "reference": "6d4dc1ba2ac8f81ca364eecf73f063972a97685c" + "reference": "e520b91747bac5f0d87d96733d4dbc98f5d4e139" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/6d4dc1ba2ac8f81ca364eecf73f063972a97685c", - "reference": "6d4dc1ba2ac8f81ca364eecf73f063972a97685c", + "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/e520b91747bac5f0d87d96733d4dbc98f5d4e139", + "reference": "e520b91747bac5f0d87d96733d4dbc98f5d4e139", "shasum": "" }, "require": { @@ -7330,7 +7337,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-chartjs/tree/v2.13.1" + "source": "https://github.com/symfony/ux-chartjs/tree/2.x" }, "funding": [ { @@ -7346,7 +7353,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T15:20:50+00:00" + "time": "2023-12-29T15:10:47+00:00" }, { "name": "symfony/ux-cropperjs", @@ -7354,12 +7361,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-cropperjs.git", - "reference": "e0c36d81133e8ef1509087e942a29ddc611df4a1" + "reference": "b675a1fbfc59220feeedfd49132d0bcab2b4abed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/e0c36d81133e8ef1509087e942a29ddc611df4a1", - "reference": "e0c36d81133e8ef1509087e942a29ddc611df4a1", + "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/b675a1fbfc59220feeedfd49132d0bcab2b4abed", + "reference": "b675a1fbfc59220feeedfd49132d0bcab2b4abed", "shasum": "" }, "require": { @@ -7416,7 +7423,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-cropperjs/tree/v2.13.0" + "source": "https://github.com/symfony/ux-cropperjs/tree/2.x" }, "funding": [ { @@ -7432,7 +7439,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-12-12T16:45:17+00:00" }, { "name": "symfony/ux-dropzone", @@ -7440,12 +7447,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-dropzone.git", - "reference": "1436bfec72b1c255f0a41348bfa966b9d62b83a2" + "reference": "720eddd01128b08c77847141a88280209c14d66f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/1436bfec72b1c255f0a41348bfa966b9d62b83a2", - "reference": "1436bfec72b1c255f0a41348bfa966b9d62b83a2", + "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/720eddd01128b08c77847141a88280209c14d66f", + "reference": "720eddd01128b08c77847141a88280209c14d66f", "shasum": "" }, "require": { @@ -7496,7 +7503,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-dropzone/tree/v2.13.0" + "source": "https://github.com/symfony/ux-dropzone/tree/2.x" }, "funding": [ { @@ -7512,7 +7519,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/ux-lazy-image", @@ -7520,12 +7527,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-lazy-image.git", - "reference": "70e8547a445e55f63d5b997aec2d29208c6166bd" + "reference": "c6f82700a7ee8b744a60c3e5e82f64ec7fd73440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/70e8547a445e55f63d5b997aec2d29208c6166bd", - "reference": "70e8547a445e55f63d5b997aec2d29208c6166bd", + "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/c6f82700a7ee8b744a60c3e5e82f64ec7fd73440", + "reference": "c6f82700a7ee8b744a60c3e5e82f64ec7fd73440", "shasum": "" }, "require": { @@ -7575,7 +7582,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-lazy-image/tree/v2.13.0" + "source": "https://github.com/symfony/ux-lazy-image/tree/2.x" }, "funding": [ { @@ -7591,7 +7598,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/ux-live-component", @@ -7599,18 +7606,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-live-component.git", - "reference": "ab4fc8ef6214663f2555b4f06b8eb77e94c89218" + "reference": "c629fa9d49a8224540517e8671d4a54897b00c9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/ab4fc8ef6214663f2555b4f06b8eb77e94c89218", - "reference": "ab4fc8ef6214663f2555b4f06b8eb77e94c89218", + "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/c629fa9d49a8224540517e8671d4a54897b00c9d", + "reference": "c629fa9d49a8224540517e8671d4a54897b00c9d", "shasum": "" }, "require": { "php": ">=8.1", "symfony/property-access": "^5.4.5|^6.0|^7.0", - "symfony/serializer": "^5.4|^6.0|^7.0", "symfony/ux-twig-component": "^2.8", "twig/twig": "^2.14.7|^3.0.4" }, @@ -7632,6 +7638,7 @@ "symfony/phpunit-bridge": "^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", "symfony/security-csrf": "^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", "zenstruck/browser": "^1.2.0", @@ -7668,7 +7675,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-live-component/tree/v2.13.1" + "source": "https://github.com/symfony/ux-live-component/tree/2.x" }, "funding": [ { @@ -7684,7 +7691,7 @@ "type": "tidelift" } ], - "time": "2023-11-08T14:37:05+00:00" + "time": "2024-01-09T14:27:10+00:00" }, { "name": "symfony/ux-notify", @@ -7692,12 +7699,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-notify.git", - "reference": "21616536a0ec436e3409a925ff2e1721583c40c7" + "reference": "43acfa32d24d7c986411a2a4c19878c0e79a4555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-notify/zipball/21616536a0ec436e3409a925ff2e1721583c40c7", - "reference": "21616536a0ec436e3409a925ff2e1721583c40c7", + "url": "https://api.github.com/repos/symfony/ux-notify/zipball/43acfa32d24d7c986411a2a4c19878c0e79a4555", + "reference": "43acfa32d24d7c986411a2a4c19878c0e79a4555", "shasum": "" }, "require": { @@ -7751,7 +7758,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-notify/tree/v2.13.0" + "source": "https://github.com/symfony/ux-notify/tree/2.x" }, "funding": [ { @@ -7767,7 +7774,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/ux-react", @@ -7775,12 +7782,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-react.git", - "reference": "e1da3c819b7f44bd9b85aa3aeb59203fd11b561c" + "reference": "b8c852d858e16e568436e168bb62e28d8490d0ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-react/zipball/e1da3c819b7f44bd9b85aa3aeb59203fd11b561c", - "reference": "e1da3c819b7f44bd9b85aa3aeb59203fd11b561c", + "url": "https://api.github.com/repos/symfony/ux-react/zipball/b8c852d858e16e568436e168bb62e28d8490d0ad", + "reference": "b8c852d858e16e568436e168bb62e28d8490d0ad", "shasum": "" }, "require": { @@ -7828,7 +7835,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-react/tree/v2.13.0" + "source": "https://github.com/symfony/ux-react/tree/2.x" }, "funding": [ { @@ -7844,7 +7851,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2024-01-07T03:52:48+00:00" }, { "name": "symfony/ux-svelte", @@ -7852,12 +7859,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-svelte.git", - "reference": "c5136091782fc12c4b14d72acfe696c65058214a" + "reference": "6573bdb312d27bfc17efda272c6b02efec38afd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/c5136091782fc12c4b14d72acfe696c65058214a", - "reference": "c5136091782fc12c4b14d72acfe696c65058214a", + "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/6573bdb312d27bfc17efda272c6b02efec38afd0", + "reference": "6573bdb312d27bfc17efda272c6b02efec38afd0", "shasum": "" }, "require": { @@ -7909,7 +7916,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-svelte/tree/v2.13.0" + "source": "https://github.com/symfony/ux-svelte/tree/2.x" }, "funding": [ { @@ -7925,7 +7932,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/ux-swup", @@ -7933,12 +7940,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-swup.git", - "reference": "3dec061c6feb9140db2cee384e87c262983eca8a" + "reference": "bbdfa3a95cae826018d59c159021befcbe781b1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-swup/zipball/3dec061c6feb9140db2cee384e87c262983eca8a", - "reference": "3dec061c6feb9140db2cee384e87c262983eca8a", + "url": "https://api.github.com/repos/symfony/ux-swup/zipball/bbdfa3a95cae826018d59c159021befcbe781b1f", + "reference": "bbdfa3a95cae826018d59c159021befcbe781b1f", "shasum": "" }, "conflict": { @@ -7977,7 +7984,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-swup/tree/v2.13.0" + "source": "https://github.com/symfony/ux-swup/tree/2.x" }, "funding": [ { @@ -7993,20 +8000,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-12-12T16:45:17+00:00" }, { "name": "symfony/ux-toggle-password", - "version": "v2.13.0", + "version": "v2.13.2", "source": { "type": "git", "url": "https://github.com/symfony/ux-toggle-password.git", - "reference": "82b0a1cca1dc420c4a7f2a5a9fe8388c983dec3c" + "reference": "133a5ddd204fbfe648b2bcea4e9db93499aa36ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/82b0a1cca1dc420c4a7f2a5a9fe8388c983dec3c", - "reference": "82b0a1cca1dc420c4a7f2a5a9fe8388c983dec3c", + "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/133a5ddd204fbfe648b2bcea4e9db93499aa36ce", + "reference": "133a5ddd204fbfe648b2bcea4e9db93499aa36ce", "shasum": "" }, "require": { @@ -8057,7 +8064,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-toggle-password/tree/v2.13.0" + "source": "https://github.com/symfony/ux-toggle-password/tree/v2.13.2" }, "funding": [ { @@ -8073,7 +8080,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-11T01:20:31+00:00" }, { "name": "symfony/ux-translator", @@ -8081,12 +8088,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-translator.git", - "reference": "38f88fa2de2e292d5198a9fdcc47c9084a0afaa1" + "reference": "eafec410b4241e40b9e14319433ac8028ea991bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-translator/zipball/38f88fa2de2e292d5198a9fdcc47c9084a0afaa1", - "reference": "38f88fa2de2e292d5198a9fdcc47c9084a0afaa1", + "url": "https://api.github.com/repos/symfony/ux-translator/zipball/eafec410b4241e40b9e14319433ac8028ea991bb", + "reference": "eafec410b4241e40b9e14319433ac8028ea991bb", "shasum": "" }, "require": { @@ -8134,7 +8141,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-translator/tree/v2.13.0" + "source": "https://github.com/symfony/ux-translator/tree/2.x" }, "funding": [ { @@ -8150,7 +8157,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2024-01-07T03:52:48+00:00" }, { "name": "symfony/ux-turbo", @@ -8158,12 +8165,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-turbo.git", - "reference": "112e5854775e622f7843d81e378f5f13d65c1527" + "reference": "7806d3960ff40f76094015644742041376218c76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/112e5854775e622f7843d81e378f5f13d65c1527", - "reference": "112e5854775e622f7843d81e378f5f13d65c1527", + "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/7806d3960ff40f76094015644742041376218c76", + "reference": "7806d3960ff40f76094015644742041376218c76", "shasum": "" }, "require": { @@ -8231,7 +8238,7 @@ "turbo-stream" ], "support": { - "source": "https://github.com/symfony/ux-turbo/tree/v2.13.0" + "source": "https://github.com/symfony/ux-turbo/tree/2.x" }, "funding": [ { @@ -8247,7 +8254,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/ux-twig-component", @@ -8255,12 +8262,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-twig-component.git", - "reference": "7635b2e41f222724aa7d806965da46600cf3aad4" + "reference": "228221da4ba47f43171799c16cb99fb63af1f9b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/7635b2e41f222724aa7d806965da46600cf3aad4", - "reference": "7635b2e41f222724aa7d806965da46600cf3aad4", + "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/228221da4ba47f43171799c16cb99fb63af1f9b4", + "reference": "228221da4ba47f43171799c16cb99fb63af1f9b4", "shasum": "" }, "require": { @@ -8316,7 +8323,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-twig-component/tree/v2.13.1" + "source": "https://github.com/symfony/ux-twig-component/tree/2.x" }, "funding": [ { @@ -8332,7 +8339,7 @@ "type": "tidelift" } ], - "time": "2023-11-08T14:37:05+00:00" + "time": "2024-01-07T03:52:48+00:00" }, { "name": "symfony/ux-typed", @@ -8340,12 +8347,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-typed.git", - "reference": "83b07e8d9e25818b7a919f1424ef0544ced05bdf" + "reference": "d23b5d6836187e5b64a3fff25c69a57692591ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-typed/zipball/83b07e8d9e25818b7a919f1424ef0544ced05bdf", - "reference": "83b07e8d9e25818b7a919f1424ef0544ced05bdf", + "url": "https://api.github.com/repos/symfony/ux-typed/zipball/d23b5d6836187e5b64a3fff25c69a57692591ab8", + "reference": "d23b5d6836187e5b64a3fff25c69a57692591ab8", "shasum": "" }, "conflict": { @@ -8384,7 +8391,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-typed/tree/v2.13.0" + "source": "https://github.com/symfony/ux-typed/tree/2.x" }, "funding": [ { @@ -8400,7 +8407,7 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-12-12T16:45:17+00:00" }, { "name": "symfony/ux-vue", @@ -8408,12 +8415,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-vue.git", - "reference": "d14236310bcc6b2a77ed4300b960a5b33de60308" + "reference": "4f9735d7551edfa5a0b1ce8f4b23f90c0d027737" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-vue/zipball/d14236310bcc6b2a77ed4300b960a5b33de60308", - "reference": "d14236310bcc6b2a77ed4300b960a5b33de60308", + "url": "https://api.github.com/repos/symfony/ux-vue/zipball/4f9735d7551edfa5a0b1ce8f4b23f90c0d027737", + "reference": "4f9735d7551edfa5a0b1ce8f4b23f90c0d027737", "shasum": "" }, "require": { @@ -8465,7 +8472,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-vue/tree/v2.13.0" + "source": "https://github.com/symfony/ux-vue/tree/2.x" }, "funding": [ { @@ -8481,20 +8488,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T21:10:32+00:00" + "time": "2023-11-14T10:21:35+00:00" }, { "name": "symfony/validator", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "cc3bf161b13c38cd6bec9abb122fb9e0d79bb9dc" + "reference": "15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/cc3bf161b13c38cd6bec9abb122fb9e0d79bb9dc", - "reference": "cc3bf161b13c38cd6bec9abb122fb9e0d79bb9dc", + "url": "https://api.github.com/repos/symfony/validator/zipball/15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c", + "reference": "15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c", "shasum": "" }, "require": { @@ -8561,7 +8568,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/validator/tree/v6.4.2" }, "funding": [ { @@ -8577,20 +8584,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T10:18:57+00:00" + "time": "2023-12-29T16:34:12+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "c40f7d17e91d8b407582ed51a2bbf83c52c367f6" + "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c40f7d17e91d8b407582ed51a2bbf83c52c367f6", - "reference": "c40f7d17e91d8b407582ed51a2bbf83c52c367f6", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/68d6573ec98715ddcae5a0a85bee3c1c27a4c33f", + "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f", "shasum": "" }, "require": { @@ -8646,7 +8653,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.2" }, "funding": [ { @@ -8662,24 +8669,25 @@ "type": "tidelift" } ], - "time": "2023-11-09T08:28:32+00:00" + "time": "2023-12-28T19:16:56+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.0-BETA1", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "fefc55f1658a7d42f5d0ffcbe79af17e457bf3a7" + "reference": "5fe9a0021b8d35e67d914716ec8de50716a68e7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/fefc55f1658a7d42f5d0ffcbe79af17e457bf3a7", - "reference": "fefc55f1658a7d42f5d0ffcbe79af17e457bf3a7", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5fe9a0021b8d35e67d914716ec8de50716a68e7e", + "reference": "5fe9a0021b8d35e67d914716ec8de50716a68e7e", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/var-dumper": "^5.4|^6.0|^7.0" @@ -8720,7 +8728,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.2" }, "funding": [ { @@ -8736,11 +8744,11 @@ "type": "tidelift" } ], - "time": "2023-10-13T10:12:25+00:00" + "time": "2023-12-27T08:18:35+00:00" }, { "name": "symfony/web-link", - "version": "v6.4.0-BETA1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", @@ -8803,7 +8811,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v6.4.0-BETA1" + "source": "https://github.com/symfony/web-link/tree/v6.4.0" }, "funding": [ { @@ -8823,7 +8831,7 @@ }, { "name": "symfony/yaml", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", @@ -8875,7 +8883,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/yaml/tree/v6.4.0" }, "funding": [ { @@ -8948,16 +8956,16 @@ }, { "name": "symfonycasts/sass-bundle", - "version": "v0.2.3", + "version": "v0.2.5", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/sass-bundle.git", - "reference": "542b3c9420686a78c49f1b36edd888ececfd4e70" + "reference": "8a95d5331f96ed4b98ec5331fe483d4cfd25f8f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SymfonyCasts/sass-bundle/zipball/542b3c9420686a78c49f1b36edd888ececfd4e70", - "reference": "542b3c9420686a78c49f1b36edd888ececfd4e70", + "url": "https://api.github.com/repos/SymfonyCasts/sass-bundle/zipball/8a95d5331f96ed4b98ec5331fe483d4cfd25f8f0", + "reference": "8a95d5331f96ed4b98ec5331fe483d4cfd25f8f0", "shasum": "" }, "require": { @@ -8968,7 +8976,8 @@ "symfony/process": "^5.4|^6.3" }, "require-dev": { - "phpstan/phpstan": "1.11.x-dev", + "matthiasnoback/symfony-config-test": "^5.0", + "phpstan/phpstan-symfony": "^1.4", "symfony/filesystem": "^6.3", "symfony/framework-bundle": "^6.3", "symfony/phpunit-bridge": "^6.3" @@ -8996,9 +9005,9 @@ ], "support": { "issues": "https://github.com/SymfonyCasts/sass-bundle/issues", - "source": "https://github.com/SymfonyCasts/sass-bundle/tree/v0.2.3" + "source": "https://github.com/SymfonyCasts/sass-bundle/tree/v0.2.5" }, - "time": "2023-10-23T09:46:14+00:00" + "time": "2023-11-17T10:32:54+00:00" }, { "name": "twbs/bootstrap", @@ -9052,27 +9061,27 @@ }, { "name": "twig/extra-bundle", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", - "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3" + "reference": "32807183753de0388c8e59f7ac2d13bb47311140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3", - "reference": "f10baafe6eb0ecd615d52d5cbfb713a39f68e8f3", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/32807183753de0388c8e59f7ac2d13bb47311140", + "reference": "32807183753de0388c8e59f7ac2d13bb47311140", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/framework-bundle": "^5.4|^6.0", - "symfony/twig-bundle": "^5.4|^6.0", - "twig/twig": "^2.7|^3.0" + "symfony/framework-bundle": "^5.4|^6.0|^7.0", + "symfony/twig-bundle": "^5.4|^6.0|^7.0", + "twig/twig": "^3.0" }, "require-dev": { "league/commonmark": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4|^6.3", + "symfony/phpunit-bridge": "^6.4|^7.0", "twig/cache-extra": "^3.0", "twig/cssinliner-extra": "^2.12|^3.0", "twig/html-extra": "^2.12|^3.0", @@ -9110,7 +9119,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.7.1" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.8.0" }, "funding": [ { @@ -9122,29 +9131,29 @@ "type": "tidelift" } ], - "time": "2023-07-29T15:34:56+00:00" + "time": "2023-11-21T14:02:01+00:00" }, { "name": "twig/intl-extra", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/intl-extra.git", - "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d" + "reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/4f4fe572f635534649cc069e1dafe4a8ad63774d", - "reference": "4f4fe572f635534649cc069e1dafe4a8ad63774d", + "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/7b3db67c700735f473a265a97e1adaeba3e6ca0c", + "reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/intl": "^5.4|^6.0", - "twig/twig": "^2.7|^3.0" + "php": ">=7.2.5", + "symfony/intl": "^5.4|^6.0|^7.0", + "twig/twig": "^3.0" }, "require-dev": { - "symfony/phpunit-bridge": "^5.4|^6.3" + "symfony/phpunit-bridge": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -9174,7 +9183,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/intl-extra/tree/v3.7.1" + "source": "https://github.com/twigphp/intl-extra/tree/v3.8.0" }, "funding": [ { @@ -9186,32 +9195,32 @@ "type": "tidelift" } ], - "time": "2023-07-29T15:34:56+00:00" + "time": "2023-11-21T17:27:48+00:00" }, { "name": "twig/markdown-extra", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/markdown-extra.git", - "reference": "83dfa86a0379f784ea30bdb9c15a356b8aabf780" + "reference": "b6e4954ab60030233df5d293886b5404558daac8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/83dfa86a0379f784ea30bdb9c15a356b8aabf780", - "reference": "83dfa86a0379f784ea30bdb9c15a356b8aabf780", + "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/b6e4954ab60030233df5d293886b5404558daac8", + "reference": "b6e4954ab60030233df5d293886b5404558daac8", "shasum": "" }, "require": { - "php": ">=7.1.3", - "twig/twig": "^2.7|^3.0" + "php": ">=7.2.5", + "twig/twig": "^3.0" }, "require-dev": { "erusev/parsedown": "^1.7", "league/commonmark": "^1.0|^2.0", "league/html-to-markdown": "^4.8|^5.0", "michelf/php-markdown": "^1.8|^2.0", - "symfony/phpunit-bridge": "^5.4|^6.3" + "symfony/phpunit-bridge": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -9242,7 +9251,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/markdown-extra/tree/v3.7.1" + "source": "https://github.com/twigphp/markdown-extra/tree/v3.8.0" }, "funding": [ { @@ -9254,30 +9263,31 @@ "type": "tidelift" } ], - "time": "2023-07-29T15:34:56+00:00" + "time": "2023-11-21T14:02:01+00:00" }, { "name": "twig/twig", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php80": "^1.22" }, "require-dev": { "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" + "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" }, "type": "library", "autoload": { @@ -9313,7 +9323,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.1" + "source": "https://github.com/twigphp/Twig/tree/v3.8.0" }, "funding": [ { @@ -9325,32 +9335,34 @@ "type": "tidelift" } ], - "time": "2023-08-28T11:09:02+00:00" + "time": "2023-11-21T18:54:41+00:00" } ], "packages-dev": [ { "name": "behat/mink", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", "shasum": "" }, "require": { "php": ">=7.2", - "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4 || ^6.0" + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", @@ -9389,22 +9401,22 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.10.0" + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" }, - "time": "2022-03-28T14:22:43+00:00" + "time": "2023-12-09T11:23:23+00:00" }, { "name": "fakerphp/faker", - "version": "v1.23.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" + "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b", + "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b", "shasum": "" }, "require": { @@ -9430,11 +9442,6 @@ "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "v1.21-dev" - } - }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" @@ -9457,9 +9464,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1" }, - "time": "2023-06-12T08:44:38+00:00" + "time": "2024-01-02T13:46:09+00:00" }, { "name": "masterminds/html5", @@ -9589,16 +9596,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -9639,9 +9646,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phar-io/manifest", @@ -9756,23 +9763,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.29", + "version": "9.2.30", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" + "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", + "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -9822,7 +9829,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" }, "funding": [ { @@ -9830,7 +9837,7 @@ "type": "github" } ], - "time": "2023-09-19T04:57:46+00:00" + "time": "2023-12-22T06:47:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -10075,16 +10082,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.13", + "version": "9.6.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be" + "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/05017b80304e0eb3f31d90194a563fd53a6021f1", + "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1", "shasum": "" }, "require": { @@ -10158,7 +10165,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.15" }, "funding": [ { @@ -10174,7 +10181,7 @@ "type": "tidelift" } ], - "time": "2023-09-19T05:39:22+00:00" + "time": "2023-12-01T16:55:19+00:00" }, { "name": "sebastian/cli-parser", @@ -10419,20 +10426,20 @@ }, { "name": "sebastian/complexity", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3" }, "require-dev": { @@ -10464,7 +10471,7 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" }, "funding": [ { @@ -10472,7 +10479,7 @@ "type": "github" } ], - "time": "2020-10-26T15:52:27+00:00" + "time": "2023-12-22T06:19:30+00:00" }, { "name": "sebastian/diff", @@ -10746,20 +10753,20 @@ }, { "name": "sebastian/lines-of-code", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3" }, "require-dev": { @@ -10791,7 +10798,7 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" }, "funding": [ { @@ -10799,7 +10806,7 @@ "type": "github" } ], - "time": "2020-11-28T06:42:11+00:00" + "time": "2023-12-22T06:20:34+00:00" }, { "name": "sebastian/object-enumerator", @@ -11142,7 +11149,7 @@ }, { "name": "symfony/browser-kit", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -11190,7 +11197,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/browser-kit/tree/v6.4.0" }, "funding": [ { @@ -11210,7 +11217,7 @@ }, { "name": "symfony/css-selector", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -11255,7 +11262,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/css-selector/tree/v6.4.0" }, "funding": [ { @@ -11275,7 +11282,7 @@ }, { "name": "symfony/debug-bundle", - "version": "v6.4.0-BETA3", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", @@ -11329,7 +11336,7 @@ "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/debug-bundle/tree/v6.4.0" }, "funding": [ { @@ -11349,16 +11356,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.0-BETA2", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "29e5826fa217330ba9ff57cb9706726f55e99a66" + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/29e5826fa217330ba9ff57cb9706726f55e99a66", - "reference": "29e5826fa217330ba9ff57cb9706726f55e99a66", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", "shasum": "" }, "require": { @@ -11396,7 +11403,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.0-BETA2" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.0" }, "funding": [ { @@ -11412,20 +11419,20 @@ "type": "tidelift" } ], - "time": "2023-10-29T12:45:54+00:00" + "time": "2023-11-20T16:41:16+00:00" }, { "name": "symfony/maker-bundle", - "version": "v1.51.1", + "version": "v1.52.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d" + "reference": "112f9466c94a46ca33dc441eee59a12cd1790757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0890fd3cf1e2a5221f9b3c6ee1769c537aef683d", - "reference": "0890fd3cf1e2a5221f9b3c6ee1769c537aef683d", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/112f9466c94a46ca33dc441eee59a12cd1790757", + "reference": "112f9466c94a46ca33dc441eee59a12cd1790757", "shasum": "" }, "require": { @@ -11488,7 +11495,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.51.1" + "source": "https://github.com/symfony/maker-bundle/tree/v1.52.0" }, "funding": [ { @@ -11504,20 +11511,20 @@ "type": "tidelift" } ], - "time": "2023-09-18T18:17:31+00:00" + "time": "2023-10-31T18:23:49+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "36bc5bc71fff1f6ca9c7c7fe1e7e23f4c1ca2aa3" + "reference": "bd0455b7888e4adac29cf175d819c51f88fed942" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/36bc5bc71fff1f6ca9c7c7fe1e7e23f4c1ca2aa3", - "reference": "36bc5bc71fff1f6ca9c7c7fe1e7e23f4c1ca2aa3", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bd0455b7888e4adac29cf175d819c51f88fed942", + "reference": "bd0455b7888e4adac29cf175d819c51f88fed942", "shasum": "" }, "require": { @@ -11569,7 +11576,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.2" }, "funding": [ { @@ -11585,7 +11592,7 @@ "type": "tidelift" } ], - "time": "2023-10-31T08:18:17+00:00" + "time": "2023-12-19T09:12:31+00:00" }, { "name": "symfony/polyfill-php81", @@ -11668,16 +11675,16 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v6.4.0-BETA3", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "14752d3fb77c3c69b6cee7c03c06e2d6494a196b" + "reference": "38462d16856740ec0d1ba2cb902eebf09100dde2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/14752d3fb77c3c69b6cee7c03c06e2d6494a196b", - "reference": "14752d3fb77c3c69b6cee7c03c06e2d6494a196b", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/38462d16856740ec0d1ba2cb902eebf09100dde2", + "reference": "38462d16856740ec0d1ba2cb902eebf09100dde2", "shasum": "" }, "require": { @@ -11730,7 +11737,7 @@ "dev" ], "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.4.0-BETA3" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.4.2" }, "funding": [ { @@ -11746,20 +11753,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T14:57:07+00:00" + "time": "2023-12-27T08:18:35+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -11788,7 +11795,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.2" }, "funding": [ { @@ -11796,31 +11803,31 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2023-11-20T00:12:19+00:00" }, { "name": "zenstruck/assert", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/zenstruck/assert.git", - "reference": "8fdd1f1b23f3c8612176d78616b52aa60df1be7f" + "reference": "60956bb6584a51c6c2ab9fa8707b7c013d770163" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenstruck/assert/zipball/8fdd1f1b23f3c8612176d78616b52aa60df1be7f", - "reference": "8fdd1f1b23f3c8612176d78616b52aa60df1be7f", + "url": "https://api.github.com/repos/zenstruck/assert/zipball/60956bb6584a51c6c2ab9fa8707b7c013d770163", + "reference": "60956bb6584a51c6c2ab9fa8707b7c013d770163", "shasum": "" }, "require": { "php": ">=8.0", "symfony/polyfill-php81": "^1.23", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9.5", - "symfony/phpunit-bridge": "^6.2" + "symfony/phpunit-bridge": "^6.3" }, "type": "library", "autoload": { @@ -11847,7 +11854,7 @@ ], "support": { "issues": "https://github.com/zenstruck/assert/issues", - "source": "https://github.com/zenstruck/assert/tree/v1.4.0" + "source": "https://github.com/zenstruck/assert/tree/v1.5.0" }, "funding": [ { @@ -11855,20 +11862,20 @@ "type": "github" } ], - "time": "2023-04-17T15:45:16+00:00" + "time": "2023-12-02T09:08:04+00:00" }, { "name": "zenstruck/browser", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/zenstruck/browser.git", - "reference": "9e931f5d5a62007f6642bec47992f54574ebc5f1" + "reference": "cf514edcf66cd889baeb29870c29a0494d32aff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenstruck/browser/zipball/9e931f5d5a62007f6642bec47992f54574ebc5f1", - "reference": "9e931f5d5a62007f6642bec47992f54574ebc5f1", + "url": "https://api.github.com/repos/zenstruck/browser/zipball/cf514edcf66cd889baeb29870c29a0494d32aff4", + "reference": "cf514edcf66cd889baeb29870c29a0494d32aff4", "shasum": "" }, "require": { @@ -11886,7 +11893,7 @@ "justinrainbow/json-schema": "^5.2", "mtdowling/jmespath.php": "^2.6", "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5|^10.4", "symfony/mime": "^5.4|^6.0|^7.0", "symfony/panther": "^1.1|^2.0.1", "symfony/phpunit-bridge": "^6.0|^7.0", @@ -11921,7 +11928,7 @@ ], "support": { "issues": "https://github.com/zenstruck/browser/issues", - "source": "https://github.com/zenstruck/browser/tree/v1.6.0" + "source": "https://github.com/zenstruck/browser/tree/v1.7.0" }, "funding": [ { @@ -11929,7 +11936,7 @@ "type": "github" } ], - "time": "2023-10-31T17:14:32+00:00" + "time": "2023-12-14T21:04:01+00:00" }, { "name": "zenstruck/callback", @@ -11989,16 +11996,16 @@ }, { "name": "zenstruck/foundry", - "version": "v1.36.0", + "version": "v1.36.1", "source": { "type": "git", "url": "https://github.com/zenstruck/foundry.git", - "reference": "1aefc394059a315ef8567de9745efd5ba6aacfd0" + "reference": "c32de571213e05e718eb05bfaf8d8b35cf8610df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenstruck/foundry/zipball/1aefc394059a315ef8567de9745efd5ba6aacfd0", - "reference": "1aefc394059a315ef8567de9745efd5ba6aacfd0", + "url": "https://api.github.com/repos/zenstruck/foundry/zipball/c32de571213e05e718eb05bfaf8d8b35cf8610df", + "reference": "c32de571213e05e718eb05bfaf8d8b35cf8610df", "shasum": "" }, "require": { @@ -12016,13 +12023,15 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", - "dama/doctrine-test-bundle": "^7.0", + "dama/doctrine-test-bundle": "^7.0|^8.0", "doctrine/doctrine-bundle": "^2.5", "doctrine/doctrine-migrations-bundle": "^2.2|^3.0", - "doctrine/mongodb-odm": "^2.0", - "doctrine/mongodb-odm-bundle": "^4.4.0", - "doctrine/orm": "^2.9", - "matthiasnoback/symfony-dependency-injection-test": "^4.1", + "doctrine/mongodb-odm": "^2.4", + "doctrine/mongodb-odm-bundle": "^4.4.0|^5.0", + "doctrine/orm": "^2.11", + "matthiasnoback/symfony-dependency-injection-test": "^4.1|^5.0", + "phpunit/phpunit": "^9.5.0", + "symfony/dotenv": "^5.4|^6.0|^7.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0", "symfony/maker-bundle": "^1.49", "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", @@ -12067,7 +12076,7 @@ ], "support": { "issues": "https://github.com/zenstruck/foundry/issues", - "source": "https://github.com/zenstruck/foundry/tree/v1.36.0" + "source": "https://github.com/zenstruck/foundry/tree/v1.36.1" }, "funding": [ { @@ -12075,7 +12084,7 @@ "type": "github" } ], - "time": "2023-10-13T18:44:57+00:00" + "time": "2023-12-14T23:19:08+00:00" } ], "aliases": [], diff --git a/ux.symfony.com/phpunit.xml.dist b/ux.symfony.com/phpunit.xml.dist index 6c6d80ab0b3..6e8b498cedc 100644 --- a/ux.symfony.com/phpunit.xml.dist +++ b/ux.symfony.com/phpunit.xml.dist @@ -14,7 +14,7 @@ - + diff --git a/ux.symfony.com/symfony.lock b/ux.symfony.com/symfony.lock index 20eb3dacec3..2c7f2513a4e 100644 --- a/ux.symfony.com/symfony.lock +++ b/ux.symfony.com/symfony.lock @@ -24,12 +24,12 @@ "version": "v1.0.0" }, "doctrine/doctrine-bundle": { - "version": "2.10", + "version": "2.11", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", "version": "2.10", - "ref": "0db4b12b5df45f5122213b4ecd18733ab7fa7d53" + "ref": "0b4a11ee7e60b36227502ed26874edd7e8b66353" }, "files": [ "config/packages/doctrine.yaml", @@ -233,12 +233,12 @@ "version": "0.1.4" }, "symfony/asset-mapper": { - "version": "6.3", + "version": "6.4", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "6.3", - "ref": "445f56412ec437dc0f9f2c31716c867d207bcd62" + "version": "6.4", + "ref": "568d44f71388f41f49dc382768fee20d52569359" }, "files": [ "assets/app.js", @@ -431,7 +431,7 @@ "repo": "github.com/symfony/recipes", "branch": "main", "version": "6.3", - "ref": "5e6e46e7bd453880707d920c99be0da5afaaaa22" + "ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573" }, "files": [ ".env.test", @@ -491,8 +491,8 @@ "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "2.9", - "ref": "05c45071c7ecacc1e48f94bc43c1f8d4405fb2b2" + "version": "2.13", + "ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43" }, "files": [ "assets/bootstrap.js",