diff --git a/composer.json b/composer.json index 192c8824..8ab51795 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ergebnis/composer-normalize": "^2.40.0", "ergebnis/data-provider": "^3.2.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", "fakerphp/faker": "^1.23.0", diff --git a/composer.lock b/composer.lock index b97306c6..05ab9ac1 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": "1768e1a65f9f43ad7c542315e17698dd", + "content-hash": "cb027777fc19ee2b180f5b44d602d211", "packages": [], "packages-dev": [ { @@ -1178,22 +1178,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" }, @@ -1242,7 +1242,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", @@ -1677,16 +1677,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": { @@ -1716,8 +1716,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" @@ -1758,7 +1756,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": [ { @@ -1766,7 +1764,7 @@ "type": "github" } ], - "time": "2023-12-03T09:21:33+00:00" + "time": "2023-12-10T19:59:27+00:00" }, { "name": "infection/abstract-testframework-adapter",