diff --git a/composer.lock b/composer.lock index f7e6e1e..f0fc527 100644 --- a/composer.lock +++ b/composer.lock @@ -1795,12 +1795,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7ad7fdc79778358d2a2da368cd183dbb7ccd94a6" + "reference": "7b3bfe1acdf847b42c1204509246731270634844" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7ad7fdc79778358d2a2da368cd183dbb7ccd94a6", - "reference": "7ad7fdc79778358d2a2da368cd183dbb7ccd94a6", + "url": "https://api.github.com/repos/symfony/console/zipball/7b3bfe1acdf847b42c1204509246731270634844", + "reference": "7b3bfe1acdf847b42c1204509246731270634844", "shasum": "" }, "require": { @@ -1876,12 +1876,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-07-08T09:31:55+00:00" + "time": "2025-07-31T06:52:06+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1957,12 +1961,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "a4244535ea1f85b3d0aae49f1aef49903f876334" + "reference": "7df39720b1634375cb474089f34342589bbeda21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/a4244535ea1f85b3d0aae49f1aef49903f876334", - "reference": "a4244535ea1f85b3d0aae49f1aef49903f876334", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/7df39720b1634375cb474089f34342589bbeda21", + "reference": "7df39720b1634375cb474089f34342589bbeda21", "shasum": "" }, "require": { @@ -2015,7 +2019,7 @@ "type": "tidelift" } ], - "time": "2025-07-07T08:24:36+00:00" + "time": "2025-07-24T13:09:19+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2346,12 +2350,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", - "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43", + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43", "shasum": "" }, "require": { @@ -2406,7 +2410,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" + "source": "https://github.com/symfony/service-contracts/tree/main" }, "funding": [ { @@ -2422,7 +2426,7 @@ "type": "tidelift" } ], - "time": "2025-04-25T09:37:31+00:00" + "time": "2025-07-15T11:30:57+00:00" }, { "name": "symfony/string", @@ -2430,12 +2434,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0d52ef9c74567e02ba293358d638571edce70027" + "reference": "c1d6253c65797b5f31083037cb4b337cd151b6a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0d52ef9c74567e02ba293358d638571edce70027", - "reference": "0d52ef9c74567e02ba293358d638571edce70027", + "url": "https://api.github.com/repos/symfony/string/zipball/c1d6253c65797b5f31083037cb4b337cd151b6a6", + "reference": "c1d6253c65797b5f31083037cb4b337cd151b6a6", "shasum": "" }, "require": { @@ -2509,7 +2513,7 @@ "type": "tidelift" } ], - "time": "2025-07-09T10:08:17+00:00" + "time": "2025-07-28T07:34:05+00:00" }, { "name": "vitexsoftware/ease-core", @@ -3553,23 +3557,23 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.49.0", + "version": "6.50.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "926818ede65492cc43be3c8e022990e8321cac88" + "reference": "9fb26b410c509a056487c0a75cd6a5a64c75a076" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/926818ede65492cc43be3c8e022990e8321cac88", - "reference": "926818ede65492cc43be3c8e022990e8321cac88", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/9fb26b410c509a056487c0a75cd6a5a64c75a076", + "reference": "9fb26b410c509a056487c0a75cd6a5a64c75a076", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.82.0", - "kubawerlos/php-cs-fixer-custom-fixers": "~3.30.0", + "friendsofphp/php-cs-fixer": "~3.84.0", + "kubawerlos/php-cs-fixer-custom-fixers": "~3.30.2", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { @@ -3586,7 +3590,7 @@ "phpstan/phpstan-phpunit": "^2.0.6", "phpstan/phpstan-strict-rules": "^2.0.4", "phpunit/phpunit": "^9.6.22", - "rector/rector": "^2.1.0", + "rector/rector": "^2.1.1", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0" }, @@ -3620,7 +3624,7 @@ "security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2025-07-08T05:02:28+00:00" + "time": "2025-07-16T09:36:03+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", @@ -3799,16 +3803,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.82.2", + "version": "v3.84.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "684ed3ab41008a2a4848de8bde17eb168c596247" + "reference": "38dad0767bf2a9b516b976852200ae722fe984ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/684ed3ab41008a2a4848de8bde17eb168c596247", - "reference": "684ed3ab41008a2a4848de8bde17eb168c596247", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/38dad0767bf2a9b516b976852200ae722fe984ca", + "reference": "38dad0767bf2a9b516b976852200ae722fe984ca", "shasum": "" }, "require": { @@ -3892,7 +3896,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.82.2" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.84.0" }, "funding": [ { @@ -3900,7 +3904,7 @@ "type": "github" } ], - "time": "2025-07-08T21:13:15+00:00" + "time": "2025-07-15T18:21:57+00:00" }, { "name": "justinrainbow/json-schema", @@ -6792,12 +6796,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "4bb12c568bd5a45e2caa4bc4a0a31087ae7a864c" + "reference": "d2fc80c7648e13795e5967afd8966920fa22f04d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/4bb12c568bd5a45e2caa4bc4a0a31087ae7a864c", - "reference": "4bb12c568bd5a45e2caa4bc4a0a31087ae7a864c", + "url": "https://api.github.com/repos/symfony/finder/zipball/d2fc80c7648e13795e5967afd8966920fa22f04d", + "reference": "d2fc80c7648e13795e5967afd8966920fa22f04d", "shasum": "" }, "require": { @@ -6848,7 +6852,7 @@ "type": "tidelift" } ], - "time": "2025-06-02T14:13:49+00:00" + "time": "2025-07-16T09:26:03+00:00" }, { "name": "symfony/options-resolver", @@ -6856,12 +6860,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca" + "reference": "9a9537a493107f8b7570566f12d8f77547ca5bc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca", - "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a9537a493107f8b7570566f12d8f77547ca5bc2", + "reference": "9a9537a493107f8b7570566f12d8f77547ca5bc2", "shasum": "" }, "require": { @@ -6899,7 +6903,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v7.3.0-RC1" + "source": "https://github.com/symfony/options-resolver/tree/7.4" }, "funding": [ { @@ -6910,12 +6914,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T13:12:05+00:00" + "time": "2025-07-31T07:38:42+00:00" }, { "name": "symfony/polyfill-php80",