diff --git a/composer.json b/composer.json index 205b8f00..707ae87c 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ext-pdo_sqlite": "*", "ergebnis/composer-normalize": "^2.40.0", "ergebnis/license": "^2.4.0", - "ergebnis/php-cs-fixer-config": "^6.13.1", + "ergebnis/php-cs-fixer-config": "^6.14.0", "ergebnis/phpstan-rules": "^2.1.0", "ergebnis/phpunit-slow-test-detector": "^2.7.0", "infection/infection": "~0.27.9", diff --git a/composer.lock b/composer.lock index ec0abbe8..84322b92 100644 --- a/composer.lock +++ b/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": "41dca67bdf9c7e87127b93ebae1c0e0b", + "content-hash": "599e13450a8645dbd743e829d450f4f3", "packages": [ { "name": "doctrine/annotations", @@ -3178,22 +3178,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.13.1", + "version": "6.14.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "7d0c95d8e44f021786039fcfab3a776295c5ca60" + "reference": "bd7552cc3c25e97662fb36c64ac40fcc311acb2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7d0c95d8e44f021786039fcfab3a776295c5ca60", - "reference": "7d0c95d8e44f021786039fcfab3a776295c5ca60", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/bd7552cc3c25e97662fb36c64ac40fcc311acb2f", + "reference": "bd7552cc3c25e97662fb36c64ac40fcc311acb2f", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.40.2", + "friendsofphp/php-cs-fixer": "~3.41.1", "kubawerlos/php-cs-fixer-custom-fixers": "~3.17.0", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, @@ -3242,7 +3242,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": "2023-12-04T16:40:47+00:00" + "time": "2023-12-12T09:19:31+00:00" }, { "name": "ergebnis/phpstan-rules", @@ -3609,16 +3609,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.40.2", + "version": "v3.41.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "4344562a516b76afe8f2d64b2e52214c30d64ed8" + "reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4344562a516b76afe8f2d64b2e52214c30d64ed8", - "reference": "4344562a516b76afe8f2d64b2e52214c30d64ed8", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8b6ae8dcbaf23f09680643ab832a4a3a260265f6", + "reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6", "shasum": "" }, "require": { @@ -3648,8 +3648,6 @@ "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", - "phpspec/prophecy": "^1.17", - "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.6", "symfony/phpunit-bridge": "^6.3.8 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" @@ -3690,7 +3688,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.40.2" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.41.1" }, "funding": [ { @@ -3698,7 +3696,7 @@ "type": "github" } ], - "time": "2023-12-03T09:21:33+00:00" + "time": "2023-12-10T19:59:27+00:00" }, { "name": "infection/abstract-testframework-adapter",