diff --git a/composer.json b/composer.json index 3a787f2f..635adfca 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "composer/semver": "^3.4.0", "ergebnis/data-provider": "^3.0.0", "ergebnis/license": "^2.1.0", - "ergebnis/php-cs-fixer-config": "^5.14.2", + "ergebnis/php-cs-fixer-config": "^5.15.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.0", diff --git a/composer.lock b/composer.lock index e20c2504..4624c7ed 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": "2e45147ae0a6f69d17d2a08f56d4fcb6", + "content-hash": "1aab3a93b2bbc476d4bccf715c600c7e", "packages": [ { "name": "ergebnis/json", @@ -1080,32 +1080,32 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "5.14.2", + "version": "5.15.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "18a86f13db2764b9f343ddb5a817784000d653ee" + "reference": "dcf60edce3e89f1affd7a1939527fab13792bcdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/18a86f13db2764b9f343ddb5a817784000d653ee", - "reference": "18a86f13db2764b9f343ddb5a817784000d653ee", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/dcf60edce3e89f1affd7a1939527fab13792bcdb", + "reference": "dcf60edce3e89f1affd7a1939527fab13792bcdb", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.25.1", + "friendsofphp/php-cs-fixer": "~3.26.0", "php": "~8.1.0 || ~8.2.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.35.0", + "ergebnis/composer-normalize": "^2.36.0", "ergebnis/license": "^2.1.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.0", - "phpunit/phpunit": "^10.3.2", + "phpunit/phpunit": "^10.3.3", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.18.1", + "rector/rector": "~0.18.2", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0", "vimeo/psalm": "^5.15.0" @@ -1138,7 +1138,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2023-09-04T10:05:22+00:00" + "time": "2023-09-08T10:14:46+00:00" }, { "name": "ergebnis/phpunit-slow-test-detector", @@ -1440,16 +1440,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.25.1", + "version": "v3.26.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b" + "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", - "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", + "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", "shasum": "" }, "require": { @@ -1523,7 +1523,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.25.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.0" }, "funding": [ { @@ -1531,7 +1531,7 @@ "type": "github" } ], - "time": "2023-09-04T01:22:52+00:00" + "time": "2023-09-08T09:26:05+00:00" }, { "name": "infection/abstract-testframework-adapter",